Releases: linked-planet/ui-kit-ts
Releases · linked-planet/ui-kit-ts
v0.22.2 - Checkbox Fixes
Checkbox:
- fixed that the checkbox got checked without an actual state change when used as controlled input
- fixed position and size of input element
v0.22.1 - BookCard Prefix Width
- book card header prefix got wider
- updated packages
v0.22.0 - Calendar
New Component:
- Calendar - replaces the old AK Calendar + our custom Date Range Picker Component
v0.21.3 - Select ForwardRef
Fixes:
- Select in form using control has no usage of a forwardRef in a function component error anymore
- Tag - slightly improved color handling
- BookCard - avoided that a grid body entry title could be moved on the same line as the entry itself
v0.21.2 - Fixes
Tab Panel:
- now wraps on overflow
Tooltip:
- limited width and height
- scrollable
Book Card:
- overflow handling of grid items
- card title prefix
Tags:
- set value as child instead of on the text prop
- text overflow ellipsis
Time Table:
- converted to TW
v0.21.1 - Time Table Style Refactoring
- Time table now uses Tailwind instead of a css module and AK color values
v0.21.0 - Accordion
New Component: Accordion
- FilterCard: enabled the deselection of a selected attribute which was marked as unselectable
v0.20.0 - Truncated Text Container
New Component: TruncatedText
A container which truncates text after x lines of text, and shows a button "more" which opens the full text in a slide animation.
- Book Card Components are now forwardRefs
- Tooltip fixed missing open and defaultOpen props
v0.19.0 - Animated List
New component:
- Animated list: a list whose children can be animated (is using react-transition-group)
Other changes:
- Button: added disabled inverted style
- DateRangePicker: added readonly property
- BookCard + CardBase now are forwardRefs
- added UpperTitle to BookCardTitle
Added testId prop to nearly all components.
v0.18.5 - timetable hotfix
Timetable:
- fixed a crash when the time table slots were not yet calculated