-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: introduced dropzone translations #76
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dziraf
approved these changes
Feb 13, 2023
github-actions bot
pushed a commit
that referenced
this pull request
Mar 20, 2023
# [4.0.0-beta-v4.1](v3.1.8...v4.0.0-beta-v4.1) (2023-03-20) ### Bug Fixes * link for adminjs website in Readme ([#61](#61)) ([c3eb075](c3eb075)) * unified select themes ([46b4d0b](46b4d0b)) ### chore * rewrite package to esm ([#81](#81)) ([01b7b4f](01b7b4f)) ### Features * introduced dropzone translations ([#76](#76)) ([865d8ad](865d8ad)) * introduced tabs component ([#78](#78)) ([bcd5bce](bcd5bce)) * replace Carbon Icons with Feather Icons ([3ef37f8](3ef37f8)) ### BREAKING CHANGES * The package won't support CJS anymore * Carbon Icons have been replaced by Feather Icons, a lighter icons library, to reduce the bundle size of @adminjs/design-system. There are less icons and their names are often different than Carbon's. If you were using the Icon component imported from @adminjs/design-system, make sure you update icon names to their counterparts from https://feathericons.com/. You can still install other icon libraries and use them in your custom components, take note of the bundle size though.
🎉 This PR is included in version 4.0.0-beta-v4.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
that referenced
this pull request
Apr 18, 2023
# [4.0.0](v3.1.8...v4.0.0) (2023-04-18) ### Bug Fixes * **beta:** add default export to styled-components reexport ([c23c3f9](c23c3f9)) * **beta:** check if imported styled is a function ([57d2b70](57d2b70)) * **beta:** create a patch-package for react-select ([112beaa](112beaa)) * **beta:** downgrade styled-components to beta.11 ([0d2d5a3](0d2d5a3)) * **beta:** downgrade styled-components to beta.11 ([d7f7685](d7f7685)) * **beta:** ensure window.styled.styled is defined ([4a7c288](4a7c288)) * **beta:** extend a patch-package for react-select ([aafcad9](aafcad9)) * **beta:** fix circular dependency detected by madge ([da59ff4](da59ff4)) * **beta:** fix react select imports ([055417c](055417c)) * **beta:** fix styled export in package.json ([332372a](332372a)) * **beta:** fix styled-components exports ([8afcfc0](8afcfc0)) * **beta:** fix types ([98cc1c1](98cc1c1)) * **beta:** fixed deep combine styles, cleaned up components ([6488278](6488278)) * **beta:** fixed phone input in esm ([a94c9f3](a94c9f3)) * **beta:** make explicit exports from styled-components ([4ac1b38](4ac1b38)) * **beta:** remove nested module imports of styled-components ([0666957](0666957)) * **beta:** rename postinstall to prepare ([8c36c25](8c36c25)) * **beta:** resolve tiptap/react-select issues ([5c02883](5c02883)) * **beta:** revert to styled-components v5, export it after fixes ([#85](#85)) ([f6e0763](f6e0763)) * **beta:** use as default export for styled instead of export default ([1715d1c](1715d1c)) * fix storybook ESM issues ([#86](#86)) ([7e4175d](7e4175d)) * fix storybook stories after upgrading to v7 ([#87](#87)) ([5de3786](5de3786)) * fixed currency input in esm ([f8335bc](f8335bc)) * fixed react select async import ([3865878](3865878)) * fixed select component ([76c9448](76c9448)) * fixed types ([2cc9d4c](2cc9d4c)) * link for adminjs website in Readme ([#61](#61)) ([c3eb075](c3eb075)) * patched tiptap ([843474f](843474f)) * **style:** fixed message box icon issues ([9d5386a](9d5386a)) * unified select themes ([46b4d0b](46b4d0b)) * use patch-packagefrom local modules ([024d319](024d319)) ### chore * rewrite package to esm ([#81](#81)) ([01b7b4f](01b7b4f)) ### Features * introduced dropzone translations ([#76](#76)) ([865d8ad](865d8ad)) * introduced tabs component ([#78](#78)) ([bcd5bce](bcd5bce)) * replace Carbon Icons with Feather Icons ([3ef37f8](3ef37f8)) ### BREAKING CHANGES * **beta:** styled-components are now re-exported by @adminjs/design-system/styled-components to fix this library's issues with ESM * The package won't support CJS anymore * Carbon Icons have been replaced by Feather Icons, a lighter icons library, to reduce the bundle size of @adminjs/design-system. There are less icons and their names are often different than Carbon's. If you were using the Icon component imported from @adminjs/design-system, make sure you update icon names to their counterparts from https://feathericons.com/. You can still install other icon libraries and use them in your custom components, take note of the bundle size though.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.