0.4.0 (2024-02-21)
Features
- breadcrumbs: implement breadcrumb component (#71) (9e0583a)
- breadcrumbs: use popup component to display menu (85f9f88)
- checkbox: use property instead of slot to set legend and label (d571d66)
- dropdown: close dropdown when a menu-item child was clicked (1c1cee9)
- dropdown: use popup component to display menu (85f9f88)
- menu-item: add href property to use menu-item as a link (6c203e8)
- popup: implement a helper component to build floating ui components (85f9f88)
- select: use popup component to display item list (85f9f88)
Bug Fixes
- generator-script: replace hardcoded value with a placeholder (#77) (ff0a152)
- input: avoid undefined string as value of the input element (#114) (e33865a)
- input: dispatch an input event when the inner input fires an input event (#94) (ea0969a)
- input: fix the postion of the label when the input is invalid (425639f)
- menu-item: specify a disabled style for menu items (1c1cee9)
- pagination: delegate focus to the input element (#126) (6288318)
- pagination: only dispatch change event when the actual value has changed (490df0c)
- pagination: remove most keydown handling to avoid interference with keyboard shortcuts (490df0c)
- pagination: set all default values to 1 to prevent invalid states (#129) (9330ef7)
- select: adjust to the new leu-input api (d571d66)
- select: adjust to the new menu-item api (#128) (5acdab8)
- table: use a page state that can be passed to the pagination for a two way binding (490df0c)