Releases: cube-js/cube-ui-kit
Releases · cube-js/cube-ui-kit
v0.17.0
Minor Changes
- #300
c631c5b
Thanks @tenphi! - Variants API, camelCase support for mods, nested mods support.
Patch Changes
v0.16.4
Patch Changes
-
#297 67eafd9
Thanks @tenphi! - Merge passed mods
with the default one for all components instead of replacing it.
-
#294 e22815b
Thanks @tenphi! - Fix bug when null value
prop is passing to SearchInput component but the value remains the same.
v0.16.3
Patch Changes
- #292
842836f
Thanks @MrFlashAccount! - Added new prop in <DialogTrigger />
- shouldCloseOnInteractOutside
, which gives you a chance to filter out interaction with elements that should not dismiss the overlay.
v0.16.2
Patch Changes
- #290
79adb32
Thanks @tenphi! - Add an inputStyles
prop to the CheckboxGroup
component to customize styles of a checkbox group itself.
Improve Tasty caching.
v0.16.1
Patch Changes
- #274
43b7913
Thanks @MrFlashAccount! - added ability to specify the way how we'd like to hide a dialog: by unmounting or by hiding in css
v0.16.0
Minor Changes
- #287
15d83f0
Thanks @tenphi! - Change RangeSlider API to accept only array with two numbers as a value.
v0.15.0
Minor Changes
- #285
01a08ac
Thanks @tenphi! - Full rework of Slider component. Split it into two separate components: Slider and RangeSlider. Add gradation
property. Fix styling and accessibility issues.
v0.14.16
Patch Changes
- #283
f07722e
Thanks @tenphi! - Fix label positioning for side layout in Form.
Fix RangeSlider's usage inside forms with labelPosition="side"
.
v0.14.15
Patch Changes
- #281
a30cf7d
Thanks @tenphi! - Checkbox now has an abilility to have both a label and a text value inside forms.
v0.14.14
Patch Changes
- #279
14120c8
Thanks @tenphi! - The border
style now explicitly sets zero-width border for all border that are not mentioned by modifiers. So that it always overrides default values.