Skip to content

Releases: cube-js/cube-ui-kit

v0.88.0

31 Oct 15:44
7574a2c

Choose a tag to compare

Minor Changes

Patch Changes

  • bc28fc33 Thanks @tenphi! - Add shape prop to Item component with three values: card, button (default), and sharp to control border radius styling.

v0.87.6

30 Oct 15:35
b4c587c

Choose a tag to compare

Patch Changes

  • #868 7327f98d Thanks @tenphi! - Add size prop for Label with small and medium (default) values.

v0.87.5

30 Oct 14:40
957779c

Choose a tag to compare

Patch Changes

v0.87.4

30 Oct 14:25
4d933e5

Choose a tag to compare

Patch Changes

  • #864 7d59ddd8 Thanks @tenphi! - Replace noCard prop with type prop in ListBox component. The new type prop accepts three values:

    • card (default): Standard card styling with border and margin
    • plain: No border, no margin, no radius - suitable for embedded use
    • popover: No border, but keeps margin and radius - suitable for overlay use
  • #864 7d59ddd8 Thanks @tenphi! - Remove the hardcoded default width for NumberInput.

  • #864 7d59ddd8 Thanks @tenphi! - Fix right padding in NumberInput.

v0.87.3

30 Oct 10:10
d8e8982

Choose a tag to compare

Patch Changes

v0.87.2

29 Oct 16:53
a9da929

Choose a tag to compare

Patch Changes

v0.87.1

29 Oct 12:16
5493d1c

Choose a tag to compare

Patch Changes

  • #858 b27ab4b4 Thanks @tenphi! - Enhanced selector affix syntax (# @cube-dev/ui-kit) for sub-element styling in tasty. Capitalized words in the affix are now automatically transformed to sub-element selectors, allowing complex selector chains like $: '> Body > Row >'which generates.table > [data-element="Body"] > [data-element="Row"] > [data-element="Cell"]`.

  • #857 f6db220c Thanks @tenphi! - Introduces a new render helper component <RenderCache/>. Now you can optimize rendering of intensive items like IDE tabs.

v0.87.0

29 Oct 10:50
d229748

Choose a tag to compare

Minor Changes

Patch Changes

v0.86.0

29 Oct 09:08
402b98b

Choose a tag to compare

Minor Changes

Patch Changes

  • #847 c1445d56 Thanks @tenphi! - New Badge component based on Item component.

  • #847 c1445d56 Thanks @tenphi! - Fix auto-scroll in ListBox with sections.

  • #847 c1445d56 Thanks @tenphi! - A new property for sub-element styles # @cube-dev/ui-kit. Set $: '>'` for sub-elements styles so they will only apply to the direct child of the root element.

v0.85.2

27 Oct 16:46
c7cc0d7

Choose a tag to compare

Patch Changes