2.4.7 (2024-08-27)
2.4.6 (2024-08-08)
No changes
2.4.5 (2023-07-04)
- fix CI release workflows
2.4.4 (2023-07-04)
- update readme
- update keywords
2.4.3 (2023-04-13)
- bump dev dependencies
- get rid of
@uploadcare/client-suspense
in favour of the original react suspense
2.4.2 (2023-03-13)
- separate typing files for CJS and ESM modules (#374)
2.4.1 (2022-12-26)
- add missing types and export all of them (c25a586)
- don't pass
metadataCallback
to the options ifmetadata
present (7deece8)
2.4.0 (2022-12-07)
- 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)
- add CJS bundles for
min
,en
, anden-min
(522e0f5)
2.3.0 (2022-11-17)
- add missing
Apply
button in the Effects Tab (5a0ab11) - panel: prevent widget reinit & clearing on re-renders (a098d48)
- add metadata support (59d211b)
2.2.0 (2022-09-29)
- types:
openDialog()
could accept optional argument of string, null orSettings
type (#349) (63938d0)
2.1.6 (2022-08-29)
2.1.5 (2022-07-15)
2.1.4 (2022-07-11)
2.1.3 (2022-07-08)
2.1.2 (2022-07-06)
- fix(Widget): do not update widget value if it's not changed (#329) (2c11e27)
- fix(types): fix
DialogApi.addFiles
signature (#329) (2c11e27)
2.1.1 (2022-05-19)
2.1.0 (2022-05-11)
2.0.0 (2022-04-22)
- fix(typing): jquery reference
Panel
component was undocumented but still exported. It's API and behaviour have changed. See README for the details.
1.3.10 (2022-03-04)
1.3.9 (2021-10-27)
1.3.8 (2021-07-23)
- pass previewUrlCallback function to the global scope (#270) (32d778c)
- reassign callbacks on widget reinitialization (#268) (90ed6f2)
1.3.7 (2021-03-31)
1.3.6 (2021-03-31)
- types Export types FileUpload and FilesUpload.
- types FileInfo type updated to account for null uuid and mime-type during validation callback
- types Fix the type of the fileColl attibute of the dialog api
- types Add and export the FileGroup type
1.3.5 (2021-02-26)
- deps: update dependencies
1.3.4 (2021-01-20)
1.3.3 (2020-11-25)
1.3.2 (2020-08-27)
- locale: make locale props dynamic (#200) (28fcc09)
- types: improve
onFileSelect
callback typings (#204) (c365c53)
1.3.1 (2020-08-17)
1.3.0 (2020-07-27)
- add onDialogClose onDialogOpen onTabChange callbacks (#186) (6822c22)
- support tabsCss property (#187) (158602b)
1.2.7 (2020-05-20)
- use
annotate-pure-calls
instead of direct#__pure
notations, mark module as side effect free (#176) (2ebe6f5) - use another plugin for module replacement (#175) (fc117e4)
1.2.6 (2020-04-29)
1.2.5 (2020-02-19)
1.2.4 (2020-01-22)
1.2.3 (2020-01-15)
1.2.2 (2020-01-09)
- update uploadcare-widget to 3.8.2 (#99) (88d9e83)
- types: add types for effects tab translations (#96) (28ba5b7)
- types: fix
strict-export-declare-modifiers
dtslint problem (#92) (0d26981)
1.2.1 (2019-12-20)
- types: add types for effects-tab (#66) (17e04a0)
- types: rewrite enums to regular types (#68) (4b4cedb)
1.2.0 (2019-11-21)
1.1.0 (2019-11-18)
1.0.3 (2019-11-07)
1.0.2 (2019-09-25)
1.0.1 (2019-09-20)
1.0.0 (2019-09-10)
1.0.0-2 (2019-08-28)
1.0.0-1 (2019-08-26)
-
- validator → validators
Co-Authored-By: Aleksandr Grenishin [email protected]
1.0.0-0 (2019-08-22)
-
- validator → validators
Co-Authored-By: Aleksandr Grenishin [email protected]
0.2.1 (2019-08-14)
0.2.0 (2019-08-08)
- add publishing files (b974195)