Releases: statistikZH/leu
Releases · statistikZH/leu
v0.13.1
0.13.1 (2025-01-16)
Bug Fixes
- button: set fixed height to the ghost variant so it doesn't change when adding an icon (c2d94cb)
- chip: prevent cut of the descender of the lables of small sized chips (#259) (08f5365)
- dropdown,icon,popup: don't create a inline or a block box (c2d94cb)
- export LeuElement (68603d4)
- select: add missing background color (c4d5117)
v0.13.0
v0.12.2
v0.12.1
v0.12.0
v0.11.1
v0.11.0
v0.10.0
v0.9.0
0.9.0 (2024-07-24)
Features
- menu-item: add multipleSelection property to display a check icon (#227) (02358cc)
- spinner: implement spinner animation element (ba6257e)
- theme: add :host pseudo class so that the theme can be used in a shadow root (#221) (66e4676)
- use new zh web typeface inter (#224) (820deca)
Bug Fixes
- button: remove border to match sizes of the design system (#223) (9fa2cbb)
- checkbox: avoid 'undefined' values and fallback to an empty string (2f9f95f)
- dropdown: properly handle the document click events when the element is used in a shadow dom (0c6c5a9)
- radio: avoid 'undefined' values and fallback to an empty string (2f9f95f)
- select: properly handle the document click events when the element is used in a shadow dom (0c6c5a9)
v0.8.0
0.8.0 (2024-07-16)
Features
- chip: add getValue method that returns either the value or the text content of the chip (78eb332)
Bug Fixes
- checkbox-group: use lowercase values for orientation attribute (da68c5e)
- don't define dependencies in the constructor. add version variable for better comparison (14eda96)
- menu-item: apply correct active colors to match style guide and to be wcag compliant (#211) (1f8e957)
- menu-item: use textContent instead of innerText to avoid triggering a reflow (78eb332)
- radio-group: use lowercase values for orientation attribute (da68c5e)