Skip to content

Releases: linked-planet/ui-kit-ts

v0.18.4 - DateRangePicker Partial Selection

29 Jan 16:14

Choose a tag to compare

DateRangePicker

  • selecting only the start date will now also be correctly forwarded to the form

v0.18.3 - Dropdown Trigger Buttons

29 Jan 12:11

Choose a tag to compare

Dropdown:

  • takes now all the props of a Button as well and forwards it to the default button as trigger

DateRangePicker:

  • fixed invalid red border which was not visible before

v0.18.2 - Modal Escape Callback

26 Jan 13:57

Choose a tag to compare

Modal:

  • Container now has a callback function for when the Escape key was pressed

Buttons:

  • removed blue outline

v0.18.1 - Colors 2

24 Jan 14:22

Choose a tag to compare

  • Tag bold color options
  • Input borders are now more similar to the ones from AK

v0.18.0 - Colors

23 Jan 17:27

Choose a tag to compare

Finished color definitions for the Tag and Simple Tag

Tag/SimpleTag:

  • removed color and text props, color settings are now in appearance

Date/Time/DateTimePicker

  • fixed the missing forwards of props in use cases outside of forms

Dropdown:

  • trigger now is a function taking {opened} as props

Modal:

  • usage of min-w-content now min-w-min to remove width problems

Some minor style changes

v0.17.1 - small styling fixes

19 Jan 14:53

Choose a tag to compare

Dropdown Menu - fixed selected styling, checkbox and radio placement

v0.17.0 - Datatable

19 Jan 11:28

Choose a tag to compare

New Component - DataTable

  • Inputs
    • different error message handling in inputs (slides now open without reserving the space before)
    • corrected checkbox behaviour in forms + error message
  • toast container now uses the uikts portal
  • different styling fixes

v0.16.1 - Maintenance

11 Jan 11:29

Choose a tag to compare

  • Toast Container now uses the portal

  • Select :

    • container is thinner now
    • select items are higher
  • Buttons inverted disabled now correctly get the disabled style

  • Modal now uses bg-surface

v0.16.0 - Pagination Rewrite / Form Compatibility

24 Dec 14:03

Choose a tag to compare

  • Rewrite of the Pagination Component
  • Page Layout has now more padding
  • Button have the inverted prop which inverts the colors on appearances (except default, link and subtle)
  • react-hook-form compatibility of (controlled and uncontrolled:
    • Select
    • Input
    • Checkbox
    • DateRangePicker
    • TimePicker
    • DatePicker
    • DateTimePicker

v0.15.4 - Select Creatable

18 Dec 16:43

Choose a tag to compare

Made the select optionally use the CreateableReactSelect

  • also fixed focus styling