Releases: linked-planet/ui-kit-ts
Releases · linked-planet/ui-kit-ts
v0.18.4 - DateRangePicker Partial Selection
DateRangePicker
- selecting only the start date will now also be correctly forwarded to the form
v0.18.3 - Dropdown Trigger Buttons
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
Modal:
- Container now has a callback function for when the Escape key was pressed
Buttons:
- removed blue outline
v0.18.1 - Colors 2
- Tag bold color options
- Input borders are now more similar to the ones from AK
v0.18.0 - Colors
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
Dropdown Menu - fixed selected styling, checkbox and radio placement
v0.17.0 - Datatable
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
-
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
- 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
Made the select optionally use the CreateableReactSelect
- also fixed focus styling