Skip to content

Releases: SoftwareBrothers/adminjs-design-system

v2.1.2

23 Feb 17:53
Compare
Choose a tag to compare

2.1.2 (2022-02-23)

Bug Fixes

  • force trigger release | downgrade react package to v16 (52a4e56)

v2.1.1

22 Feb 10:48
Compare
Choose a tag to compare

2.1.1 (2022-02-22)

Bug Fixes

  • fix typo in package.json, force release (e5a8cc2)

v2.1.0

08 Feb 10:32
Compare
Choose a tag to compare

2.1.0 (2022-02-08)

Features

  • pass Date object instead of a formatted string in onChange (fb11b3e)

v2.0.4

17 Jan 14:23
Compare
Choose a tag to compare

2.0.4 (2022-01-17)

Bug Fixes

  • add logged-user.tsx default export (681ed35)

v2.0.3

03 Jan 13:02
Compare
Choose a tag to compare

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

03 Jan 13:01
Compare
Choose a tag to compare
v2.0.3-beta.1 Pre-release
Pre-release

2.0.3-beta.1 (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.2

31 Aug 08:54
Compare
Choose a tag to compare

2.0.2 (2021-08-31)

Bug Fixes

v2.0.1

18 Jun 15:36
Compare
Choose a tag to compare

2.0.1 (2021-06-18)

Bug Fixes

  • update firebase deploy target for storybook (682aec6)

v2.0.0

18 Jun 15:04
Compare
Choose a tag to compare

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.
  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
  1. Update your custom CSS classes:
  • .admin-bro_<component name> -> .adminjs_<component name> (example: .adminjs_Box)
  1. Search your project for admin-bro occurrences - most likely they will have to be updated to adminjs

v1.7.1-beta.2

14 May 07:32
Compare
Choose a tag to compare
v1.7.1-beta.2 Pre-release
Pre-release

1.7.1-beta.2 (2021-05-14)

Bug Fixes

  • Disabled state when hovering (ce14be8)