Skip to content

Releases: nulogy/design-system

v0.13.0

19 Sep 13:45
Compare
Choose a tag to compare

Added

Changed

  • Changed label styles from 16px Regular to 14px Bold

  • [Breaking Change] Changed API for using Button as a link

    • old:
    <Button as="a">Click</Button>
    • new:
    <Button asLink>Click</Button>

v0.12.0

26 Aug 16:09
Compare
Choose a tag to compare

Added

Changed

  • Select updates
    • Now uses React-Select instead of Downshift
    • [Breaking Change] When submitting a form, Select's value is submitted instead of label
    • Default maxHeight changed to 246px to provide better scrolling affordance and ScrollIndicators removed
    • Added autocomplete by default
    • Added optional multiselect support

v0.11.0

06 Aug 19:25
Compare
Choose a tag to compare

Added

  • Added Modal component
  • Added new icons to the Icon component: accessTime, block, checkCircleOutline, errorFilled, getApp, publish, removeCircleOutline
  • Added Accessibility tab to storybook

Changed

  • [Breaking Change] Changed NavBar component behavior so that nested menus will open on hover
  • Reduced NavBar submenu font-size to 14px
  • Changed how focused DropDownMenu items look
  • Update focus styles on Links to use the browser's default outline

Fixed

  • Button now uses the proper border colour (blue)
  • IconicButton now uses the aria-label attribute instead of the label attribute
  • NavBar bug fixes
    • Changes focus styling on Navbar submenu trigger to indicate when the submenu is open

v0.10.2

15 Jul 17:39
Compare
Choose a tag to compare

Added

v0.10.1

12 Jul 13:29
Compare
Choose a tag to compare

Added

Fixed

  • Fixed storyshots error when tokens were missing #341
  • Select selection now clears when value is set to empty string #388