Releases: linked-planet/ui-kit-ts
Releases · linked-planet/ui-kit-ts
v0.15.1 - Rewrite Checkbox
- Rewrite of the Checkbox component into the native HTML input one.
- export and extension of the getPortal utility
v0.15.0 - Select, Inputs, Modal
New Components:
- A select components (using strings currently) - compatible with react-hook-form
- A modal with predefined sections
- An input component for the handling inside AK, but compatible with react-hook-form
Various small fixes, and optional usage of a portal in the select, modal and dropdown menu.
v0.14.1 - Maintenance
- updated dependencies
- fixed danger button fallback color
v0.14.0 - Pagination, Removeable Tag
New Components:
-
Pagination (still based on the AK one)
- extended with a page size dropdown
-
Removable Tag
v0.13.0 - Filters
New Components:
- Filter:
- FilterCard, FilterCards
- FilterDropdown, FilterDropdowns
Fixes:
- Collapsible header chevron position
- PageBodyHeaderLine color
- fallback colors of surface properties map now more close to the original theme
- fixed toggle icon positions
v0.12.1 - Tabs, Tags, Dropdown Menu
New Components:
- SimpleTag / TagGroup
- Tabs + Handling
- Dropdown Menu
Additions:
- PageLayout - Header Title Dropdown Menu (right)
Fixes:
- Booking Card Open/Close handling
- Overflow and raised shadows
v0.11.0 - Badge
New Component: Badge
Fixes:
-
Button:
- added missing autoFocus prop
- added missing outline styles
-
Theming:
- fixed wrong surface fallback color
v0.10.8 - PageBodyHeader
Re-added the PageBodyHeader again since it is needed.
v0.10.7 - removed PageLayout.BodyHeader
It was unnecessary and took a lot of space.
v0.10.6 - ToastFlagContainer
exported the ToastFlagContainer because it made problem when it was used directly from the original library