Skip to content

Releases: cultureamp/kaizen-design-system

@kaizen/[email protected]

05 Dec 00:52
9f2be94
Compare
Choose a tag to compare

Patch Changes

  • #5339 55330ea - Upgrade dep eslint to v9.

    This should not have any impact on consumers, but releasing a patch as source code has been updated with linting fixes.

@kaizen/[email protected]

04 Dec 00:36
6826b83
Compare
Choose a tag to compare

Patch Changes

  • #5325 92c228f - Add a deprecated isReversed prop to Button v3 to allow for safe migration path to the ReversedColors Provider.

    • isReversed to allow users to toggle the reversed variants with a boolean.
    • Adds @deprecated flag to prompt user to use the ReverseColors Provider instead.
  • #5345 2760617 - Refactor styles to not use [dir="rtl"] &.

@kaizen/[email protected]

03 Dec 04:48
4a78769
Compare
Choose a tag to compare

Patch Changes

  • #5328 c27c883 - Add localisations for GenericTile's default infoButtonLabel text.

  • #5342 23eca3f - Update translations

  • #5336 8bf1435 - Add infoButtonLabel prop to GenericTile and internationalise default label.

@kaizen/[email protected]

28 Nov 22:08
0d87b04
Compare
Choose a tag to compare

Patch Changes

  • #5322 7903e38 - FilterBar: hide 'Clear all' button when there's nothing to clear

@kaizen/[email protected]

28 Nov 04:43
6cd5d57
Compare
Choose a tag to compare

Patch Changes

  • #5323 0aa9923 - Add infoButtonLabel prop to GenericTile and internationalise default label.

@kaizen/[email protected]

22 Nov 01:36
7f6f517
Compare
Choose a tag to compare

Patch Changes

  • #5297 ce1c62a - Menu v3: only show MenuItem outline/border on focus-visible, not focus/hover

@kaizen/[email protected]

20 Nov 02:54
7a63258
Compare
Choose a tag to compare

Patch Changes

  • #5294 3646ef2 - Update codemod upgradeIconV1 to default the following icons to be filled:
    • check_circle
    • info
    • error
    • help
    • privacy_tip

@kaizen/[email protected]

19 Nov 23:40
246c29e
Compare
Choose a tag to compare

Minor Changes

  • #5218 b9fef3e - Add variants, sizes, pending state, icons, and ref support for Button (v3).

    • Add support for Icons that scales to the size prop and positioning in RTL layouts
    • Add support for pending state and labels
    • Add all variants and set default to primary
    • Add reversed styles
    • Add all sizes
    • Add ref forwarding to enable React Refs

@kaizen/[email protected]

19 Nov 04:43
16c4176
Compare
Choose a tag to compare

Patch Changes

  • #5287 e4b189b - Fix EmptyState responsive styles using container queries.

@kaizen/[email protected]

18 Nov 05:23
b611388
Compare
Choose a tag to compare

Patch Changes

  • #5247 3cbf445 - Dep update, react-select from 5.8.2 to 5.8.3