Releases: SoftwareBrothers/adminjs-design-system
Releases · SoftwareBrothers/adminjs-design-system
v2.1.2
2.1.2 (2022-02-23)
Bug Fixes
- force trigger release | downgrade react package to v16 (52a4e56)
v2.1.1
2.1.1 (2022-02-22)
Bug Fixes
- fix typo in package.json, force release (e5a8cc2)
v2.1.0
2.1.0 (2022-02-08)
Features
- pass Date object instead of a formatted string in onChange (fb11b3e)
v2.0.4
2.0.4 (2022-01-17)
Bug Fixes
- add logged-user.tsx default export (681ed35)
v2.0.3
2.0.3 (2022-01-03)
Bug Fixes
- add "word-break: break-word" to TableCell (6138483)
- Disabled state when hovering (ce14be8)
- fix double scroll in forms with checkbox (b0336cc)
- improve date-picker ux (04ff50f)
v2.0.3-beta.1
Bug Fixes
- add "word-break: break-word" to TableCell (6138483)
- Disabled state when hovering (ce14be8)
- fix double scroll in forms with checkbox (b0336cc)
- improve date-picker ux (04ff50f)
v2.0.2
2.0.2 (2021-08-31)
Bug Fixes
v2.0.1
2.0.1 (2021-06-18)
Bug Fixes
- update firebase deploy target for storybook (682aec6)
v2.0.0
2.0.0 (2021-06-18)
chore
- rebrand AdminBro to AdminJS (2df65cf)
BREAKING CHANGES
- AdminBro has been rebranded to AdminJS. All package and repository names had been updated.
- 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
- Update your custom CSS classes:
.admin-bro_<component name>
-> .adminjs_<component name>
(example: .adminjs_Box
)
- Search your project for
admin-bro
occurrences - most likely they will have to be updated to adminjs
v1.7.1-beta.2
Bug Fixes
- Disabled state when hovering (ce14be8)