Skip to content

Latest commit

 

History

History
436 lines (175 loc) · 17.1 KB

CHANGELOG.md

File metadata and controls

436 lines (175 loc) · 17.1 KB

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)

Bug Fixes

  • separate typing files for CJS and ESM modules (#374)

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)

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)

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

2.2.0 (2022-09-29)

Bug Fixes

  • types: openDialog() could accept optional argument of string, null or Settings type (#349) (63938d0)

Features

  • Widget: add widgetApiRef.value method (#347) (64f8c12)

2.1.6 (2022-08-29)

Bug Fixes

  • add extension to uploadcare-widget import (#343) (714eb0d)

2.1.5 (2022-07-15)

Bug Fixes

2.1.4 (2022-07-11)

Bug Fixes

  • add exports field to the package.json (#336) (79b2579)

2.1.3 (2022-07-08)

Bug Fixes

2.1.2 (2022-07-06)

Bug Fixes

  • 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)

Bug Fixes

  • remove uploadcareWidget jquery data between widget initializations in strict mode (#323) (61c6e85)

2.1.0 (2022-05-11)

Features

2.0.0 (2022-04-22)

Bug Fixes

  • fix(typing): jquery reference

Features

BREAKING CHANGES

  • 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)

Bug Fixes

  • Bump widget version (#311) (b163cbd). As a consequence, Icelandic locale added.

1.3.9 (2021-10-27)

Bug Fixes

1.3.8 (2021-07-23)

Bug Fixes

  • pass previewUrlCallback function to the global scope (#270) (32d778c)
  • reassign callbacks on widget reinitialization (#268) (90ed6f2)

1.3.7 (2021-03-31)

Bug Fixes

1.3.6 (2021-03-31)

Bug Fixes

Unreleased

Bug Fixes

  • 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)

Chore

  • deps: update dependencies

1.3.4 (2021-01-20)

Bug Fixes

  • custom-tabs: fix using custom tabs at multiple instances (#237) (3863f60)

1.3.3 (2020-11-25)

Bug Fixes

1.3.2 (2020-08-27)

Bug Fixes

  • locale: make locale props dynamic (#200) (28fcc09)
  • types: improve onFileSelect callback typings (#204) (c365c53)

1.3.1 (2020-08-17)

Bug Fixes

  • uploader: replace IE unsupported ChildNode.remove method (#197) (6e2274c)

1.3.0 (2020-07-27)

Features

  • add onDialogClose onDialogOpen onTabChange callbacks (#186) (6822c22)
  • support tabsCss property (#187) (158602b)

Bug Fixes

1.2.7 (2020-05-20)

Bug Fixes

  • 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)

Bug Fixes

  • enable tree shaking with pure notation (#164) (9b5d0da)

1.2.5 (2020-02-19)

Bug Fixes

  • deps: update dependency react-fast-compare to v3 (#139) (1186573)

1.2.4 (2020-01-22)

Bug Fixes

  • types: allow null for preloader prop (#114) (10a1517)

1.2.3 (2020-01-15)

Bug Fixes

  • don't prefix input name and id attributes with data (#106) (ee6d2db)

1.2.2 (2020-01-09)

Bug Fixes

  • 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)

Bug Fixes

  • types: add types for effects-tab (#66) (17e04a0)
  • types: rewrite enums to regular types (#68) (4b4cedb)

1.2.0 (2019-11-21)

Bug Fixes

  • types: fixed path to *.d.ts files(#60) (a67f5eb)

1.1.0 (2019-11-18)

Features

  • added type definitions for Typescript (#55) (99aa82c)

1.0.3 (2019-11-07)

Features

  • build locales from uploadcare-widget (#52) (284c7a9)

1.0.2 (2019-09-25)

Bug Fixes

  • hide ssr warning about useLayoutEffect (#46) (cfa48f9)

1.0.1 (2019-09-20)

Bug Fixes

  • don't reiniting widget when callbacks change (#43) (cac9960)

1.0.0 (2019-09-10)

1.0.0-2 (2019-08-28)

Features

  • provide widget api with react refs (#41) (311b6e4)

1.0.0-1 (2019-08-26)

Bug Fixes

  • validators: don’t rewrite validators with another object (#38) (fbac259)

Features

BREAKING CHANGES

    • validator → validators

Co-Authored-By: Aleksandr Grenishin nd0ut.me@gmail.com

1.0.0-0 (2019-08-22)

Features

BREAKING CHANGES

    • validator → validators

Co-Authored-By: Aleksandr Grenishin nd0ut.me@gmail.com

0.2.1 (2019-08-14)

Bug Fixes

  • panel: using function for right 'this' context in tab constructor (#30) (91a6d20)

0.2.0 (2019-08-08)

Bug Fixes

Features

Change Log