Releases: cube-js/cube-ui-kit
v0.87.2
v0.87.1
Patch Changes
-
#858
b27ab4b4Thanks @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
f6db220cThanks @tenphi! - Introduces a new render helper component<RenderCache/>. Now you can optimize rendering of intensive items like IDE tabs.
v0.87.0
v0.86.0
Minor Changes
-
#847
c1445d56Thanks @tenphi! - New Tag component based on Item component. -
#847
c1445d56Thanks @tenphi! - Rename ItemBase -> Item. Item -> CollectionItem. Be careful.
Patch Changes
-
#847
c1445d56Thanks @tenphi! - New Badge component based on Item component. -
#847
c1445d56Thanks @tenphi! - Fix auto-scroll in ListBox with sections. -
#847
c1445d56Thanks @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.