DriveLoader Logo
DriveLoaderv1.2.0
Docs/Migration Guide to v1.2.0+

Migration Guide to v1.2.0+

Upgrade smoothly with zero breaking changes.

Overview

v1.2.0 is a strictly additive update introducing Universal DriveMedia, audio, documents, deep diagnostics, and actionable errors.

Code Example

migration-guide.tsx
1// v1.2.0+ is 100% backward compatible!
2import { DriveMedia } from '@driveloader/react';

Best Practices

  • Gradually swap <DriveImage> for <DriveMedia> if your app deals with mixed user-uploaded Drive URLs.