Skip to content

Releases: linked-planet/ui-kit-ts

v0.15.3 - Select

18 Dec 12:57

Choose a tag to compare

Rewrite of the Select to a version using react-select but add the react-hook-form control for easier usage.

v0.15.2 - Color Fixes

14 Dec 12:38

Choose a tag to compare

Fixed:

  • text color on selected button when no theme is set
  • checkbox hover color

v0.15.1 - Rewrite Checkbox

13 Dec 15:38

Choose a tag to compare

  • Rewrite of the Checkbox component into the native HTML input one.
  • export and extension of the getPortal utility

v0.15.0 - Select, Inputs, Modal

08 Dec 12:10

Choose a tag to compare

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

30 Nov 18:30

Choose a tag to compare

  • updated dependencies
  • fixed danger button fallback color

v0.14.0 - Pagination, Removeable Tag

21 Nov 14:58

Choose a tag to compare

New Components:

  • Pagination (still based on the AK one)

    • extended with a page size dropdown
  • Removable Tag

v0.13.0 - Filters

16 Nov 20:45

Choose a tag to compare

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

09 Nov 17:47

Choose a tag to compare

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

31 Oct 16:11

Choose a tag to compare

New Component: Badge

Fixes:

  • Button:

    • added missing autoFocus prop
    • added missing outline styles
  • Theming:

    • fixed wrong surface fallback color

v0.10.8 - PageBodyHeader

27 Oct 14:15

Choose a tag to compare

Re-added the PageBodyHeader again since it is needed.