Skip to content

Releases: statistikZH/leu

v0.13.1

16 Jan 10:24
51a69b6
Compare
Choose a tag to compare

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

08 Jan 10:51
3893f5d
Compare
Choose a tag to compare

0.13.0 (2025-01-08)

Features

  • table: add align prop for columns and hover effect (#254) (56d9d4d)

v0.12.2

05 Dec 07:14
b32056a
Compare
Choose a tag to compare

0.12.2 (2024-12-05)

Bug Fixes

  • input: define an explicit height for small sized input (b25bedb)

v0.12.1

04 Dec 13:30
7ba78e8
Compare
Choose a tag to compare

0.12.1 (2024-12-04)

Bug Fixes

  • input: define explicit height of native input field to ensure consistent height of the element (63527d8)

v0.12.0

02 Dec 12:24
30a9aa9
Compare
Choose a tag to compare

0.12.0 (2024-12-02)

Features

v0.11.1

25 Nov 10:25
5a67d72
Compare
Choose a tag to compare

0.11.1 (2024-11-25)

Bug Fixes

  • 🐛 implemented font-feature-settings for all components (#243) (4ce502f)
  • fixed transition animation in accordion to match zhweb (#245) (11950f1)

v0.11.0

07 Oct 15:58
35a2477
Compare
Choose a tag to compare

0.11.0 (2024-10-07)

Features

  • range: implement range element (2a87ed0)

v0.10.0

12 Sep 07:27
eb25285
Compare
Choose a tag to compare

0.10.0 (2024-09-12)

Features

  • add dialog component (805be86)
  • layout: add reusable grid definitions as custom properties (#233) (4e7367c)
  • theme: add font feature settings as a custom property (#237) (0fc5c5f)
  • typography: add regular curves and use 'official' curve names (#231) (0f29fb6)

Bug Fixes

  • input: define a explicit background for the whole element (#236) (ff1c899)

v0.9.0

24 Jul 13:43
925841b
Compare
Choose a tag to compare

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

16 Jul 16:29
2af0886
Compare
Choose a tag to compare

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)