Skip to content

Conversation

@jwasiak
Copy link
Contributor

@jwasiak jwasiak commented Apr 4, 2023

No description provided.

@dziraf dziraf merged commit 2be1dab into master Apr 18, 2023
github-actions bot pushed a commit that referenced this pull request Apr 18, 2023
# [4.0.0](v3.0.1...v4.0.0) (2023-04-18)

* v4 (#65) ([2be1dab](2be1dab)), closes [#65](#65)

### BREAKING CHANGES

* The package won't support CJS anymore.
* You now have to provide your ComponentLoader instance to the feature
github-actions bot pushed a commit to geekyayush/adminjs-upload that referenced this pull request Jun 12, 2023
# 1.0.0 (2023-06-12)

### Bug Fixes

* bump admin-versions ([466fdf8](466fdf8))
* bump AdminBro ([b9ec38e](b9ec38e))
* check for duplicate proprerties ([46c93ae](46c93ae))
* expires default to 24h when passing undefined ([41d0921](41d0921))
* fix expires prop in AWS provider ([19169aa](19169aa))
* fix mkdir bug for local-provider ([SoftwareBrothers#24](https://github.com/geekyayush/adminjs-upload/issues/24))([@sarcastic-verma](https://github.com/sarcastic-verma)) ([8dad188](8dad188))
* fixing wrong '/' for local adapter the right way ([2aeec1d](2aeec1d))
* gitignore settings for types ([43f6ad6](43f6ad6))
* javascript export ([df3b060](df3b060))
* missing size in file ([b2a3589](b2a3589))
* modified url for local storage provider ([acc34b8](acc34b8))
* not removing files after file change ([90bbb2b](90bbb2b))
* only update files if files.length>0 (PR[SoftwareBrothers#31](https://github.com/geekyayush/adminjs-upload/issues/31)) ([bb83813](bb83813))
* pass filesToUpload to drop zone ([a15237f](a15237f))
* payload hasn't been filtered from file ([1ae37cd](1ae37cd))
* remove aws from dependencies ([95b21e1](95b21e1))
* return updated record after multi upload ([a68bfa2](a68bfa2))
* types for validation ([90966f4](90966f4))
* url with extra / in S3 ([2182b60](2182b60))

### chore

* rebrand AdminBro to AdminJS ([e020a56](e020a56))
* update AdminJS to v6 ([b82059c](b82059c))

* v4 (SoftwareBrothers#65) ([2be1dab](2be1dab)), closes [SoftwareBrothers#65](https://github.com/geekyayush/adminjs-upload/issues/65)

### Features

* add bulk delete support ([d9b30d7](d9b30d7))
* add expiration time to links ([3f6ecfa](3f6ecfa))
* add google storage ([8344450](8344450)), closes [SoftwareBrothers#6](https://github.com/geekyayush/adminjs-upload/issues/6)
* add local upload ([d643522](d643522))
* add multi file upload ([fcb425b](fcb425b))
* add option to change path of stored file ([29572e5](29572e5))
* add public acl to aws s3 ([6e9f10b](6e9f10b))
* Implement multiple file upload ([c303e21](c303e21))
* improve erro handing for multiple invocations ([391b639](391b639))
* pass context to adapter ([4a4a878](4a4a878))
* release ([62ab742](62ab742))
* release ([24f7b8c](24f7b8c))

### BREAKING CHANGES

* The package won't support CJS anymore.
* You now have to provide your ComponentLoader instance to the feature
* This package version should be used with AdminJS v6
* AdminBro has been rebranded to AdminJS. All package and repository names had been updated.
1. Update your dependencies to use new `adminjs` packages.
- `admin-bro` -> `adminjs` for the core package
- `@admin-bro/<package name>` -> `@adminjs/<package name>` for other modules
2. Update your custom CSS classes:
- `.admin-bro_<component name>` -> `.adminjs_<component name>` (example: `.adminjs_Box`)
3. Search your project for `admin-bro` occurrences - most likely they will have to be updated to `adminjs`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants