Skip to content

Releases: digitalservicebund/ris-ui

v2.0.0

03 Feb 13:48
dbd13ff
Compare
Choose a tag to compare

2.0.0 (2025-02-03)

Bug Fixes

  • remove Tailwind classes from build output (dbd13ff)

BREAKING CHANGES

  • Applications using RIS UI from now on will need to use Tailwind and generate the classes required by RIS UI components.

To continue using RIS UI, you'll need to make the following changes:

  • Install Tailwind if you haven't already.
  • The RisUiPreset and RisUiPlugin must be used, otherwise styling might be missing.
  • In the Tailwind config, the application needs to add the path of RIS UI package in node_modules to contents.

See README.md for more information.

v1.7.1

03 Dec 13:59
30f1b1c
Compare
Choose a tag to compare

1.7.1 (2024-12-03)

Bug Fixes

  • menu: remove focus styles (30f1b1c)
  • panelMenu: remove focus styles (7c85541)

v1.7.0

02 Dec 13:38
b1e9ad3
Compare
Choose a tag to compare

1.7.0 (2024-12-02)

Features

  • RisAutoComplete: implement clear button (#82) (b1e9ad3)

v1.6.1

24 Nov 16:26
99ca813
Compare
Choose a tag to compare

1.6.1 (2024-11-24)

Bug Fixes

  • panelmenu: add label association (99ca813)

Note

This release also includes the following changes from 1.6.0, which failed due to NPM maintenance at the time:

  • feat(panelmenu): implement PanelMenu (#75)
  • fix(panelMenu): workaround for non-distinct focus-visible

v1.5.1

05 Nov 22:14
9c95f9f
Compare
Choose a tag to compare

1.5.1 (2024-11-05)

Bug Fixes

  • breadcrumb: simplify styling classes for items (#49) (8d0fe8a)
  • tree: update state styles (#50) (9c95f9f)

v1.5.0

04 Nov 22:43
a909a49
Compare
Choose a tag to compare

1.5.0 (2024-11-04)

Bug Fixes

  • breadcrumb: adds word break all for items (9b753bd)
  • breadcrumb: corrects margin for item separator (a909a49)
  • tree: apply hover styling to secondary text of selected node (f3bf801)

Features

  • breadcrumb: add line-clamp for item labels (00b68eb)
  • select: apply line-clamp-1 to label and set optionValue="code" in Storybook (ef218d8)
  • tree: add theming for tree component (#39) (cf14ee3)

v1.4.0

21 Oct 21:00
a50e25a
Compare
Choose a tag to compare

1.4.0 (2024-10-21)

Bug Fixes

  • build: include missing custom components in library entry file (97e9638)

Features

  • breadcrumb: add breadcrumb component (b2c4858)
  • RisCopyableLabel, RisExpandableText: add text utility components (03fa2c3, 0e203ef)

v1.3.0

14 Oct 15:45
9610c8c
Compare
Choose a tag to compare

1.3.0 (2024-10-14)

Features

  • AutoComplete: expose AutoComplete ref (9610c8c)
  • inputMask: add InputMask component (#34) (1dcd659)
  • select: add select component (#35) (ed8ec6c)

v1.2.0

02 Oct 14:00
a6dede8
Compare
Choose a tag to compare

1.2.0 (2024-10-02)

Bug Fixes

  • RisSingleAccordion: rename directory for Storybook display (7ea4ee0)

Features

  • checkbox: improve sizing and apply Label-1 style (#29) (2a58229)
  • hooks: fix Lefthook configuration to trigger pre-commit hooks (#25) (9d62c6e)
  • radioButton: update label styling (#28) (ddcb989)
  • SingleAccordion: wrapped component and .vue setup (#26) (c04ba38)
  • textarea: adjust padding and apply consistent styling (#27) (c0a5c15)

v1.1.0

13 Sep 09:33
8d4cba9
Compare
Choose a tag to compare

1.1.0 (2024-09-13)

Bug Fixes

  • button: remove reduced padding for icons (e9bbf3d)
  • button: rename 'small' variant to 'normal' (fc270b9)
  • toast: add story example for template variant (d07b176)

Features

  • checkbox: initial styling for checkboxes (d08493b)
  • dialog, confirmDialog: add preset for dialog and confirm dialog (9384dfd)
  • fileUpload: add styling for file upload component (30c9faf)
  • i18n: add German locale (1bbb72b)
  • message: initial styling for message (9cfadd8)
  • progressSpinner: add progress spinner component (783642e)
  • radioButton: initial styling for radio buttons (882764b)
  • textarea: initial styling for textarea (7a6f364)
  • toast: add toast component (ee2ac05)