Skip to content

v6.0.0

Compare
Choose a tag to compare
@lucafoscili lucafoscili released this 20 Jun 12:14
· 2678 commits to master since this release
72003f0

New components

  • kup-image-list

New features

  • FCell: now supports slots.
  • KupData: added getParent method for nodes.
  • KupLanguage: added back and top translations.
  • KupTooltip: added FCell callbacks on hover.
  • KupTooltip: added destroy method.

Removed components

  • kup-tooltip

Minor changes

  • kup-card: reduced font for header buttons in layouts 14 and 15. Rendered tree (and related view toggler) only when it exists.
  • kup-tab-bar: refactoring of data prop to be compatible with KupDataNode.
  • kup-tab-bar: replaced KupTabBarClickEventPayload with KupTabBarEventPayload.
  • KupInteract: removed style cloning for performance reasons, cloned node is now appended to target parent.

Bug fixes

  • kup-card: removed box shadow from layout 15 (standard).
  • kup-data-table: group totals weren't displayed.
  • kup-data-table: transpose triggered twice.
  • kup-drawer: when clicking on the backdrop, the click propagated through content below in mobile.
  • kup-tree: fixed missing details in contextmenu event.
  • FChip: when only an icon was present, it was not centered.
  • KupDynamicPosition: now the auto positioning will give precedence to bottom/left, unless there is available space top/right.