Skip to content

Releases: SoftwareBrothers/adminjs-upload

v4.0.2

04 Jan 19:55
Compare
Choose a tag to compare

4.0.2 (2024-01-04)

Bug Fixes

  • use translateProperty in UploadShowComponent (ccb45da)

v4.0.1

20 Aug 11:58
Compare
Choose a tag to compare

4.0.1 (2023-08-20)

Bug Fixes

  • use translateProperty in UploadEditComponent (196b38c)

v4.0.0

18 Apr 07:13
Compare
Choose a tag to compare

4.0.0 (2023-04-18)

BREAKING CHANGES

  • The package won't support CJS anymore.
  • You now have to provide your ComponentLoader instance to the feature

v4.0.0-beta.3

07 Apr 11:19
Compare
Choose a tag to compare
v4.0.0-beta.3 Pre-release
Pre-release

4.0.0-beta.3 (2023-04-07)

Bug Fixes

  • beta: rename .jsx to .js in imports (62e6e62)

v4.0.0-beta.2

05 Apr 07:51
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

4.0.0-beta.2 (2023-04-05)

chore

  • update packages for esm (c0dbb0d)

Features

  • change to ECMAScript modules, replaced AdminJS.bundle with ComponentLoader, (bb3a542)
  • replaced AdminJS.bundle to ComponentLoader (aa2a3c0)

BREAKING CHANGES

  • The package won't support CJS anymore.

v4.0.0-beta.1

21 Mar 21:31
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

4.0.0-beta.1 (2023-03-21)

chore

  • update packages for esm (50b5c3a)

BREAKING CHANGES

  • The package won't support CJS anymore.

v3.0.1

14 Nov 08:16
Compare
Choose a tag to compare

3.0.1 (2022-11-14)

Bug Fixes

  • modified url for local storage provider (acc34b8)

v3.0.0

13 Jul 14:28
Compare
Choose a tag to compare

3.0.0 (2022-07-13)

chore

BREAKING CHANGES

  • This package version should be used with AdminJS v6

v2.0.2

18 Feb 10:11
Compare
Choose a tag to compare

2.0.2 (2022-02-18)

Bug Fixes

v2.0.1

21 Jul 08:31
Compare
Choose a tag to compare

2.0.1 (2021-07-21)

Bug Fixes

  • only update files if files.length>0 (PR#31) (bb83813)