Skip to content

Releases: linked-planet/ui-kit-ts

v0.15.1 - Rewrite Checkbox

13 Dec 15:38
Compare
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
Compare
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
Compare
Choose a tag to compare
  • updated dependencies
  • fixed danger button fallback color

v0.14.0 - Pagination, Removeable Tag

21 Nov 14:58
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Re-added the PageBodyHeader again since it is needed.

v0.10.7 - removed PageLayout.BodyHeader

27 Oct 12:26
Compare
Choose a tag to compare

It was unnecessary and took a lot of space.

v0.10.6 - ToastFlagContainer

26 Oct 19:43
Compare
Choose a tag to compare

exported the ToastFlagContainer because it made problem when it was used directly from the original library