Skip to content

v0.87.1

Choose a tag to compare

@github-actions github-actions released this 29 Oct 12:16
· 29 commits to main since this release
5493d1c

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.