Skip to content

Releases: linked-planet/ui-kit-ts

v0.22.2 - Checkbox Fixes

26 Mar 13:09

Choose a tag to compare

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

25 Mar 15:26

Choose a tag to compare

  • book card header prefix got wider
  • updated packages

v0.22.0 - Calendar

20 Mar 18:49

Choose a tag to compare

New Component:

  • Calendar - replaces the old AK Calendar + our custom Date Range Picker Component

v0.21.3 - Select ForwardRef

13 Mar 20:47

Choose a tag to compare

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

07 Mar 13:10

Choose a tag to compare

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

04 Mar 15:36

Choose a tag to compare

  • Time table now uses Tailwind instead of a css module and AK color values

v0.21.0 - Accordion

22 Feb 13:23

Choose a tag to compare

New Component: Accordion

  • FilterCard: enabled the deselection of a selected attribute which was marked as unselectable

v0.20.0 - Truncated Text Container

15 Feb 15:57

Choose a tag to compare

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

12 Feb 19:30

Choose a tag to compare

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

30 Jan 14:49

Choose a tag to compare

Timetable:

  • fixed a crash when the time table slots were not yet calculated