Skip to content

Releases: Lundalogik/lime-elements

v39.20.0

29 Apr 12:37

Choose a tag to compare

39.20.0 (2026-04-29)

Features

  • table: drag and drop for table rows (30541bf)

Bug Fixes

  • table: ability to mouseover on movable column (b294369)
  • table: further improve styling of drag handles (80f7382)
  • table: improve styling of drag handles (b354ddd)
  • table: make post-drop click suppression deterministic (d53f731)
  • table: movable rows can be combined with selectable (46c203b)
  • table: movable rows work with language prop change (f25cff6)

v39.19.0

29 Apr 09:07

Choose a tag to compare

39.19.0 (2026-04-29)

Features

  • list: add a custom CSS prop for controlling images' object fit (dcc58d9)

v39.18.0

28 Apr 09:34

Choose a tag to compare

39.18.0 (2026-04-28)

Features

v39.17.3

27 Apr 13:13

Choose a tag to compare

39.17.3 (2026-04-27)

Bug Fixes

  • action-bar: improve accessibility by adding a default aria-label (aa80d58)

Reverts

  • action-bar: remove collapsible behavior, deprecate collapsible prop (3a5329f)

v39.17.2

27 Apr 12:58

Choose a tag to compare

39.17.2 (2026-04-27)

Bug Fixes

  • card: don't show hover effects when card is neither clickable nor has 3D effect (20cf51b)

v39.17.1

27 Apr 11:05

Choose a tag to compare

39.17.1 (2026-04-27)

Bug Fixes

  • form: allow clearing custom components nested inside array items (02910c1)
  • form: preserve nested-object leaf data inside array items (8e29997)
  • form: reset obsolete dependent fields inside array items on trigger change (7e1458e)

v39.17.0

27 Apr 09:54

Choose a tag to compare

39.17.0 (2026-04-27)

Features

  • tooltip: add a new hotkey prop (3c47eee)

Bug Fixes

  • icon-button: use label prop as aria-label on the button element (5138a5d)
  • tooltip: generic UI improvements (1dd2a1a)
  • tooltip: improve UI design of the content (4c39fa9)

v39.16.4

24 Apr 12:16

Choose a tag to compare

39.16.4 (2026-04-24)

Bug Fixes

  • markdown: don't break links in table cells (0d5f98a)
  • markdown: prevent inline code inside headings being rendered tiny (53b2a51)

v39.16.3

23 Apr 12:59

Choose a tag to compare

39.16.3 (2026-04-23)

Bug Fixes

  • text-editor: prevent serialize from treating custom elements as empty content (cf03f5e)

v39.16.2

22 Apr 14:34

Choose a tag to compare

39.16.2 (2026-04-22)

Bug Fixes

  • picker: guard against missing list items in handleInputKeyDown (277774e)
  • picker: select first/last list-item by class to handle leading seperators (5a69dd2)