Skip to content

Releases: NYPL/nypl-design-system

v3.5.2

16 Jan 16:34
6140923
Compare
Choose a tag to compare
Version 3.5.2

v3.5.1

19 Dec 16:28
984d4b1
Compare
Choose a tag to compare
Version 3.5.1

v3.5.0

05 Dec 18:36
e45152e
Compare
Choose a tag to compare
Version 3.5.0

v3.4.4

20 Nov 17:56
1ec9152
Compare
Choose a tag to compare
Version 3.4.4

v3.4.3

18 Nov 17:12
f8b79ad
Compare
Choose a tag to compare
Version 3.4.3

v3.4.2

07 Nov 14:51
d293077
Compare
Choose a tag to compare
Version 3.4.2

v3.4.1

24 Oct 15:41
9f22f22
Compare
Choose a tag to compare
Version 3.4.1

v3.4.0

02 Oct 19:57
6e14d21
Compare
Choose a tag to compare

Updates

  • Updates invalid text in the SearchBar component to include "There was a problem. " prefix.
  • Updates the MultiSelect component to add interaction tests.
  • Increases the z-index of the FeedbackBox's Drawer component so it displays above all other elements on a page.
  • Updates the Table component to add the isScrollable prop to enable horizontal scrolling.
  • Updates the Table component to add the columnStyles prop to allow for custom column styles (i.e. width, text alignment, etc.).
  • Updates the Table component to add the tableTextSize prop to set the size of the text within the table.
  • Updates the Table component to add the titleText and showTitleText props to control the <caption> element and aria-label attribute.
  • Updates the styles for the Template component to better accommodate the horizontal scrolling in the Table component.

v3.3.2

19 Sep 20:09
71d24f9
Compare
Choose a tag to compare
Version 3.3.2

v3.3.1

05 Sep 17:22
42cf748
Compare
Choose a tag to compare

Updates

  • Updates Tooltip component with placement and offset props for custom positioning.

Fixes

  • Fixes a duplicate id issue in the Image component. This happened when an aspect ratio value rendered a wrapper div with the same id as the img element. This was not picked up by internal accessibility tests but in a consuming application.