Skip to content

Releases: nulogy/design-system

v12.3.0

16 Dec 23:46
Compare
Choose a tag to compare

12.3.0 (2024-12-16)

Features

  • add iconLeft prop to AsyncSelect (4c5d1a7)

v12.2.1

16 Dec 15:36
Compare
Choose a tag to compare

12.2.1 (2024-12-16)

Bug Fixes

v12.2.0

13 Dec 22:36
Compare
Choose a tag to compare

12.2.0 (2024-12-13)

Features

  • re-export NDS themes to be used as an escape hatch (0a5ddf4)

v12.1.0

13 Dec 22:29
Compare
Choose a tag to compare

12.1.0 (2024-12-13)

Bug Fixes

  • export TopBar (104b4dc)
  • layout, visual and API issues with the DescriptionList (a52f836)

Features

  • Add a DescriptionList component (92a6a51)

v12.0.0

13 Dec 21:57
Compare
Choose a tag to compare

12.0.0 (2024-12-13)

Bug Fixes

  • increase chromatic delay for bottomSheet (85d95a7)
  • prefix Pseudo-classes with an ampersand (cf17a6e)

Features

BREAKING CHANGES

  • styled-components peer dependency bumped up to v6

NDS was upgraded with re-enabled vendor prefixes
and using a StyleSheetManager to restore v5 behaviour for shouldForwardProp

Follow the migration guide for app upgrades to v6

v11.3.1

11 Dec 22:18
Compare
Choose a tag to compare

11.3.1 (2024-12-11)

Bug Fixes

  • BottomSheet footer blur Firefox bug (06fb9ef)

v11.3.0

06 Dec 20:59
Compare
Choose a tag to compare

11.3.0 (2024-12-06)

Bug Fixes

  • change desktop to experimental to reflect alpha stage of the theme (8c61aea)
  • change MenuItems distance to the Menu (942c5dc)
  • Export the useMediaQuery Hook (29087ad)
  • use the right testing mode in Chromatic (3cfb81d)

Features

  • add semantic breakpoints (21bd5b4)
  • add TopBar component (6d6a95a)
  • allow MenuItems to be router links (658def4)
  • documentation improvements (a48a687)
  • further revise TopBar API, animation, and default behavior (70754c1)
  • localize TopBar accessible strings and add e2e specs (234dc45)
  • revise API and add documentation (c9c96ec)
  • revise TopBar API and add more stories (f0a8d18)

v11.2.0

26 Nov 19:26
Compare
Choose a tag to compare

11.2.0 (2024-11-26)

Bug Fixes

  • Add vertical margin to checkboxes with labels only (ccceb0e)
  • align interactive elements with the label (c67a53d)
  • change the fontSize back to medium (73622fd)
  • CI issues (5e699a0)
  • lint issues (5c2a476)
  • MultiSelect pills padding (9fc499c)
  • pipeline build errors (97ccfde)
  • Use a specific width and height for Chromatic (861cd58)

Features

  • add futureFlags (6da589b)
  • change font size and line height for touch interactive elements (e0848a2)
  • export the BottomSheet (ff29269)
  • improve BottomSheet API and types (1b1bf85)
  • introduce new desktop typography scale (5bd7744)
  • prop for secondary dividers (1fbd983)
  • release v11 changes (0157626)

v10.4.0

25 Nov 18:37
Compare
Choose a tag to compare

10.4.0 (2024-11-25)

Features

  • type the icon prop to improve DX (4f215fa)

v10.3.0

12 Nov 20:34
Compare
Choose a tag to compare

10.3.0 (2024-11-12)

Bug Fixes

  • do not shrink the toggle when put in a small container (#1450) (6b3b63f)
  • make the icons and indicators in the select accessible (#1462) (3b6d900)
  • remove underlines from breadcrumbs (#1451) (6a68084)

Features

  • add the ability to pass refs to Tooltips (9183e97)