Skip to content

Releases: securityscorecard/design-system

v2.0.1

25 Jul 18:06
c8613a6
Compare
Choose a tag to compare

2.0.1 (2024-07-25)

Bug Fixes

  • MultiValueInput: replace autosize input with native solution (67e3a4b)

v2.0.0

25 Jul 12:01
fbc5cdc
Compare
Choose a tag to compare

2.0.0 (2024-07-25)

Bug Fixes

  • DatatableV2: expose more types (c946551)
  • DatePicker: fix default import from external package (5d31008)

Build System

  • replace building with vite (4c0b9df)
  • upgrade TS to v5.4.5 (d02d237)
  • upgrade TS to v5.5.2 (33468d4)
  • use Node@18 as build version (b30ce31)
  • use Node@22 as build version (1560d71)

chore

  • yarn: switch to node-modules linker (823ccaf)

Features

  • fonts: remove Space Mono from bundle (8930002)
  • use React 18.3 (a333116)

BREAKING CHANGES

  • fonts: Monospace font needs to be installed separately in order to be used with this package.
  • Changing used Node version for building the library should always be treated as breaking.
  • Upgrading on new major version of Typescript can possibly break some of the typings in third-party applications where DS is used.
  • With this change we are removing support of React 17 and lower and we will be focusing only on version 18 and higher. Although majority of the DS can still work with lower versions of React we cannot guarantee that and we won't be providing fixes for older versions.
  • Upgrading on new major version of Typescript can possibly break some of the typings in third-party applications where DS is used.
  • This commit contains possibly several braking changes. It updates large number of dependencies and adds exports field in the package.json. We also slightly change the setting of the tsconfig.

Ref UXD-1107

  • yarn: This PR takes advantage of changing yarn.lock format and refresh its whole content. This will lead to large number of changes in underlying package versions.
  • Changing used Node version for building the library should always be treated as breaking. The upgrade of Chromium version used in Docker image for taking visual tests had impact on large number of tests.

v2.0.0-beta.10

24 Jul 10:34
271682c
Compare
Choose a tag to compare
v2.0.0-beta.10 Pre-release
Pre-release

2.0.0-beta.10 (2024-07-24)

Features

  • fonts: remove Space Mono from bundle (8930002)

BREAKING CHANGES

  • fonts: Monospace font needs to be installed separately in order to be used with this package.

v2.0.0-beta.9

23 Jul 08:20
5c336b9
Compare
Choose a tag to compare
v2.0.0-beta.9 Pre-release
Pre-release

2.0.0-beta.9 (2024-07-23)

Bug Fixes

  • DatatableV2: expose more types (c946551)

v2.0.0-beta.8

19 Jul 11:12
fb1ef8c
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release

2.0.0-beta.8 (2024-07-19)

Bug Fixes

  • Dropdown: fix visibility in Drawer context (6c1a3e1)

Reverts

  • Revert "feat(dialogs): implement focus trap for Modal and Drawer" (3ec98bb)

v1.32.2

18 Jul 08:08
1a34dfd
Compare
Choose a tag to compare

1.32.2 (2024-07-18)

Bug Fixes

  • Dropdown: fix visibility in Drawer context (6c1a3e1)

v2.0.0-beta.7

17 Jul 08:11
8d3c1a8
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release

2.0.0-beta.7 (2024-07-17)

Build System

  • use Node@22 as build version (1560d71)

BREAKING CHANGES

  • Changing used Node version for building the library should always be treated as breaking.

v1.32.1

17 Jul 15:43
06c839d
Compare
Choose a tag to compare

1.32.1 (2024-07-17)

Reverts

  • Revert "feat(dialogs): implement focus trap for Modal and Drawer" (3ec98bb)

v2.0.0-beta.6

16 Jul 15:12
1c17619
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

2.0.0-beta.6 (2024-07-16)

Bug Fixes

  • DatatableV2: exit fullscreen mode on ESC (f32212e)
  • DatatableV2: fix buttons size (9ba98de)
  • DatatableV2: fix pagination display in storybook (7b2e6db)
  • DatatableV2: make detail panel content sticky (681ae4c)
  • dialogs: render dropdowns in dialog context (5281c52)
  • dialogs: trigger onClose event when overlay is clicked (3783ba2)
  • space: adapt to 4px grid (1a10a3a)
  • Surface: update background and border colors (aed6890)

Features

  • colors: add surface interaction colors (7672801)
  • colors: introduce neutral alpha scale (140954f)
  • dialogs: implement focus trap for Modal and Drawer (d4f1d53)
  • TreeView: add component (7cc5acf)

v1.32.0

16 Jul 12:41
a47ec28
Compare
Choose a tag to compare

1.32.0 (2024-07-16)

Bug Fixes

  • DatatableV2: fix buttons size (9ba98de)
  • DatatableV2: make detail panel content sticky (681ae4c)
  • space: adapt to 4px grid (1a10a3a)
  • Surface: update background and border colors (aed6890)

Features

  • colors: add surface interaction colors (7672801)