Skip to content

Releases: digitalservicebund/ris-ui

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)

v1.0.1

06 Sep 15:04
ec3b41a
Compare
Choose a tag to compare

1.0.1 (2024-09-06)

Bug Fixes

  • make primevue and vue peer dependencies (ec3b41a)
  • relax primevue and vue dependencies (c38fca4)

v1.0.0

23 Aug 06:40
c4e9d43
Compare
Choose a tag to compare

1.0.0 (2024-08-23)

Bug Fixes

  • add fluid prop to args in input story (44ce2cc)
  • button: ensure correct styling for disabled ghost severity (95484ab)
  • fonts: extract fonts to separate stylesheet (27c2ec8)
  • input design review feedback (b846162)
  • make package public (c851f9c)
  • make stuff work (fc210e1)
  • remove references to PrimeIcons (bba2984)
  • rename RisUi to RisUiTheme (9129988)

Features

  • add button component stories with icons and different positions (b1d617f)
  • add fluid variant to input (561f597)
  • Add global CSS for small helper text after inputs (3e12754)
  • button: consolidate focus styles and optimize shared styles for button component (a150c53)
  • RIS UI tailwind plugin (eb1590a)
  • Update Button preset with size adjustments and default settings (d65b6f9)

BREAKING CHANGES

  • fonts: Fonts now need to be imported separately, see install
    instructions in the README for more information.