🎁 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)