Skip to content

Releases: cultureamp/kaizen-legacy

@kaizen/[email protected]

08 Sep 03:36
ad3640f
Compare
Choose a tag to compare

Patch Changes

  • #27 1d5f879 - fix Select label font colour when disabled

@kaizen/[email protected]

06 Sep 04:16
1268794
Compare
Choose a tag to compare

Patch Changes

  • #24 948b07c - Align spacing and disabled state with DatePicker

@kaizen/[email protected]

04 Sep 02:17
74c5da5
Compare
Choose a tag to compare

Minor Changes

  • #21 3f71968 - Add classNameOverride to MultiSelectOption.

@kaizen/[email protected]

03 Sep 22:53
1c42058
Compare
Choose a tag to compare

Patch Changes

@kaizen/[email protected]

01 Sep 06:27
ef09e39
Compare
Choose a tag to compare

Patch Changes

@kaizen/[email protected]

01 Sep 06:27
ef09e39
Compare
Choose a tag to compare

Patch Changes

@kaizen/[email protected]

01 Sep 06:27
ef09e39
Compare
Choose a tag to compare

Minor Changes

  • #16 a8c5121 - add margin top to input and button to match labels from other components

@kaizen/[email protected]

01 Sep 06:27
ef09e39
Compare
Choose a tag to compare

Minor Changes

  • #16 a8c5121 - add margin top to input and button to match labels from other components

Patch Changes

@kaizen/[email protected]

24 Aug 06:59
2faae9e
Compare
Choose a tag to compare

Minor Changes

@kaizen/[email protected]

18 Aug 07:05
9aebf15
Compare
Choose a tag to compare

Minor Changes

  • #9 8ea613c - Update FilterMultiSelect ListBoxSection to avoid duplicate reading of sectionName as the accessible title.

    • Update sectionName to be optional if sectionHeader is provided
      • This will solve the issue of sectionName and sectionHeader being read twice when they are the same
    • Minor style change to ensure hide bullet lists as filtering
    • Minor style changes to allow for default text styles for section headings with just text
    • Add conditional check to render the sectionName only if provided
    • Add tests to validate type accessible names are constructed as expected