Skip to content

6.5.0

Compare
Choose a tag to compare
@M-i-k-e-l M-i-k-e-l released this 01 Dec 10:13
· 1479 commits to master since this release

🎁 Features
β€’ WheelPicker (incubator) - allow 'items' change; block 'onChange' call when 'initialValue' change. (#1693)
β€’ Support dynamicFieldStyle prop for Incubator.TextField (pass callback to dynamicFieldStyle instead of fieldStyle that now supports only static styles) (#1682)
β€’ Use react-freeze to optimize functionality of TabController.TabPage so pages that are not focused will not trigger renders (#1639)
β€’ GridView now supports maxItemWidth prop for a responsive item size (this is instead of passing numColumns prop) (#1640)
β€’ New ChipsInput (Incubator) component based on our new TextField implementation (#1681)

πŸ”§ Fixes
β€’ Limit number of lines for WheelPicker items labels (#1678)
β€’ Drawer - fix leftToggle for RTL (#1673)
β€’ Fixed issue with editable prop not working on Picker component (#1697)
β€’ Fix issue with TextField floating placeholder offset when it also has a leading accessory (#1700)
β€’ Fix exports of ColorPalette and ColorSwatch components (#1695)
β€’ ColorPicker - Moving sub-component (ColorPalette and ColorSwatch) to 'components' directory to be used as dedicated packages. (#1692)

βš™οΈ Maintenance & Infra

β€’ Add useCombineRefs - new hook for combining refs (#1683)
β€’ Fix issue with displaying docs types special chars (#1690)
β€’ WheelPicker (incubator) - add render tests (#1688)