Releases: uploadcare/file-uploader
Releases · uploadcare/file-uploader
v1.24.7
v1.24.6
v1.24.5
v1.24.4
v1.24.3
v1.24.2
v1.24.1
1.24.1 (2025-10-30)
Bug Fixes
- file-item: hide "waiting for social source" hint after successful upload (#876)
- social-source: use specified
targetOriginforpostMessagecalls (#876) - social-source: toggle "Done" button visibility together with selection status block (#876)
- config: run initial configuration side effects after all config keys have been processed (#875)
v1.24.0
1.24.0 (2025-10-28)
Highlights
- Fully rewritten to TypeScript
- Added support for CSS Layers (more predictable style overrides)
Potential Breaking Changes (Minor Release)
Some type definitions and imports were cleaned up:
Type updates
- type MyCfg = InstanceOf<Config>
+ type MyCfg = Config- type MyProvider = InstanceOf<UploadCtxProvider>
+ type MyProvider = UploadCtxProviderCSS import change
- import '@uploadcare/file-uploader/blocks/themes/uc-basic/index.css'
+ import '@uploadcare/file-uploader/index.css'We've preserved the NPM package exports API, so most setups should work without changes.
Migration Checklist
- Replace
InstanceOf<>usage - Update CSS import path
- If you override styles, verify nothing shifts with CSS layers
Need help?
If you hit unexpected issues, please open an issue - we'll take a look!
v1.23.1
v1.23.0
1.23.0 (2025-10-07)
Bug Fixes
- cloud-image-editor: ResizeObserver loop completed with undelivered notifications error (aca1331)
- locales: correct capitalization from "Onedrive" to "OneDrive" (#863) (5b22196)
Features
- validation: add support for async file validation (a184ff1). See File Validation docs for details.