Releases: cube-js/cube-ui-kit
v0.88.0
v0.87.6
v0.87.5
v0.87.4
Patch Changes
-
#864
7d59ddd8Thanks @tenphi! - ReplacenoCardprop withtypeprop in ListBox component. The newtypeprop accepts three values:card(default): Standard card styling with border and marginplain: No border, no margin, no radius - suitable for embedded usepopover: No border, but keeps margin and radius - suitable for overlay use
-
#864
7d59ddd8Thanks @tenphi! - Remove the hardcoded default width for NumberInput. -
#864
7d59ddd8Thanks @tenphi! - Fix right padding in NumberInput.
v0.87.3
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.