Releases: digitalservicebund/ris-ui
Releases · digitalservicebund/ris-ui
v2.0.0
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
andRisUiPlugin
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
tocontents
.
See README.md for more information.
v1.7.1
v1.7.0
v1.6.1
v1.5.1
v1.5.0
v1.4.0
v1.3.0
v1.2.0
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
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)