Skip to content

Commit ce66153

Browse files
chore(release): 4.0.0-beta-v4.1 [skip ci]
# [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.
1 parent b695d5a commit ce66153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adminjs/design-system",
3-
"version": "3.1.8",
3+
"version": "4.0.0-beta-v4.1",
44
"description": "DesignSystem which AdminJS is built with",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)