Skip to content

Releases: securityscorecard/design-system

v2.4.0

11 Sep 10:08
1d978e9
Compare
Choose a tag to compare

2.4.0 (2024-09-11)

Bug Fixes

  • Pill: improve backwards compatibility with previous versions (3f99c2a)

Features

  • Badge: use tokens for styling (4ff01a7)
  • Banner, Toast: use tokens for styling (8effa50)
  • Chip: add component (d9d4079)
  • Logo: add component (e3d0ced)
  • Pill: update component to match design (a6d54bc)

v2.3.0

28 Aug 11:04
0f50390
Compare
Choose a tag to compare

2.3.0 (2024-08-28)

Bug Fixes

  • CloseButton: use IconButton component (8f75c5b)
  • DatatableV2: update z-index of batch toolbar (5f26b35)

Features

  • Button: apply new colors (5371528)
  • ButtonV2: add component (a44d6ff)
  • ButtonV2: pass ref property to component (2dea5f3)
  • ButtonV2: replace original button in components (d76fb27)

v2.2.0

19 Aug 11:38
1d0191f
Compare
Choose a tag to compare

2.2.0 (2024-08-19)

Bug Fixes

  • DatatableV2: update display columns padding (9191b40)
  • DatatableV2: update header styling to fit longer labels (e45f5e2)
  • dialogs: update spacing in components (bf1ef5f)
  • IconWrapper: update colors for higher contrast (f0e5f59)
  • Pill: differentiate interactive pills with border (16c1c7e)
  • Surface: tokenize component (849c753)

Features

  • DatatableV2: use floating selection toolbar (04ec710)
  • Select: enable auto placement of options menu (3534e5c)
  • typography: apply typography tokens to components (aa2fb04)

v2.1.0

31 Jul 13:00
242e4d0
Compare
Choose a tag to compare

2.1.0 (2024-07-31)

Bug Fixes

  • Col: remove dependecy on reflexbox (6a7c410)
  • DatatableV2: allow settings offset customization (3baf937)
  • DatatableV2: fix setting panel positioning during scroll (166941b)
  • Row: remove dependecy on reflexbox (c16d502)

Features

  • DatatableV2: add min-height when settings panel is open (ad9f4b9)
  • typography: apply color tokens (552c255)

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)