Releases: uploadcare/react-widget
Releases · uploadcare/react-widget
v2.4.6
2.4.6 (2024-08-08)
No changes
v2.4.2
2.4.2 (2023-03-13)
Bug Fixes
- separate typing files for CJS and ESM modules (#374)
v2.4.1
2.4.1 (2022-12-26)
Bug Fixes
- add missing types and export all of them (c25a586)
- don't pass
metadataCallback
to the options if metadata
present (7deece8)
v2.4.0
2.4.0 (2022-12-07)
Bug Fixes
- restore dialog callbacks after dialog re-initialization (87867fa)
- specify types for each module export (e52a994)
- use
.mjs
extension for ESM bundles and .cjs
extension for CJS bundles (e37c9ae)
Features
- add CJS bundles for
min
, en
, and en-min
(522e0f5)
v2.3.0
2.3.0 (2022-11-17)
Bug Fixes
- add missing
Apply
button in the Effects Tab (5a0ab11)
- panel: prevent widget reinit & clearing on re-renders (a098d48)
Features
v2.2.0
2.2.0 (2022-09-29)
Bug Fixes
- types:
openDialog()
could accept optional argument of string, null or Settings
type (#349) (63938d0)
Features