Releases: uploadcare/ngx-uploadcare-widget
Releases · uploadcare/ngx-uploadcare-widget
v4.0.1
4.0.1 (2024-08-08)
No changes
v4.0.0
4.0.0 (2022-07-13)
- chore!: run migrations 12 -> 14 (2ecc098)
BREAKING CHANGES
- The library is now built with angular 14 toolchain. Perhaps compatibility with previous versions of angular will be broken.
v3.0.2
3.0.2 (2022-02-22)
Bug Fixes
v3.0.1
3.0.1 (2021-07-01)
Changed
- fix shipjs trigger workflow (519bb9e)
v3.0.0
3.0.0 (2021-07-01)
BREAKING CHANGES
v2.0.2
2.0.2 (2020-04-14)
Breaking changes
- Completely replaced custom build with the default Angular one (
ng build
) to support Ivy compiler.
See issue #37.
This probably will break backwards compatibility with previous Angular versions.
Changed
- Bump
uploadcare-widget
package
- Setup ShipJS
[1.2.5] — 2019-09-05
Added
- GitHub issue #35,
Added Angular Universal support.
1.2.4 — 2019-06-24
Fixed
- GitHub issue #33,
Removed peer dependency warnings for 8.x versions of Angular.
1.2.3 - 2019-03-06
Fixed
- GitHub issue #30,
selectionPromise
on widget.onChange()
was not defined when upload is canceled.