Releases: cube-js/cube-ui-kit
Releases · cube-js/cube-ui-kit
v0.23.0
Minor Changes
- #373
a204af6
Thanks @tenphi! - Add date & time inputs: DateInput, TimeInput, DatePicker, DateRangePicker.
Change default transition time from 120ms to 80ms.
v0.22.5
Patch Changes
-
#359 2a07328
Thanks @tenphi! - Fix the inputRef
prop in the NumberInput component.
-
#361 3759837
Thanks @tenphi! - Remove transform in the base state for all modal components. That fixes fixed
positioning inside.
v0.22.2
Patch Changes
- #352
f302128
Thanks @tenphi! - Add element attribute for loading icon in the Button component to fix styling.
v0.22.1
Patch Changes
-
#350 53ea3fe
Thanks @tenphi! - Add showValid
prop to Form and Field component. If true
the field shows its valid status.
-
#350 53ea3fe
Thanks @tenphi! - Optimize forms to avoid unnecessary field validations.