Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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.
- Loading branch information