Skip to content

Releases: statistikZH/leu

v0.0.1

15 Nov 08:07
44c8ed1
Compare
Choose a tag to compare

0.0.1 (2023-11-14)

⚠ BREAKING CHANGES

  • select: change optionFilter (rename) from a reactive property to internal state
  • select: The value property is not a string anymore but an array.
  • button: change negative to inverted to get a consistent API between components

Features

  • add button-group (#37) (fd5d170)
  • add HasSlotController which helps to identify if a slot has content (bc7581e)
  • add select component (58409af)
  • add size,comments and update twitter (2e1ae9b)
  • add table (624016a)
  • button: add fluid option to take up full width of the parent container (3e066b2)
  • button: add ghost variant (f397503)
  • button: Implement LeuButton component (aa26a1a)
  • chip: Implement chip components (971cb4b)
  • define global box-shadow styles (24753ba)
  • define viewports as a preperation for postcss (#17) (e11a819)
  • dropdown: add basic dropdown component (6896b46)
  • input: add error attribute to display server side errors (#40) (1ba3a6f)
  • input: implement text input component (5815327)
  • menu-item: add an EMPTY icon option to align the label with other items that have an icon (d7c3fa1)
  • menu-item: add disabled attribute/property (f150a17)
  • menu-item: add highlighted property/attribute as a way to set a style similiar to hover (f150a17)
  • menu: create menu component abstraction (6896b46)
  • pagination: implement pagination component (0b3c11f)
  • select: reimplement and simplify the select element with a dialog element (f150a17)

Bug Fixes

  • button: use same border-radius value as other input elements do (d88ca25)
  • correct filename for button export (16b04d0)
  • Pagination: remove comment of page property (21c73e6)
  • select: remove unnecessary function call (4f9c6e5)
  • select: use fluid option to use the available space (a0e2eb4)
  • select: use the correct name of the close method (a24fd0b)
  • theme: reference the font styles on our server (611afd0)

Miscellaneous Chores

Code Refactoring

  • button: change negative to inverted to get a consistent API between components (0970036)
  • select: change optionFilter (rename) from a reactive property to internal state (a51e0b8)
  • select: change the type of the value property to an array (5772d2d)