Skip to content

6.7.0

Compare
Choose a tag to compare
@lidord-wix lidord-wix released this 05 Jan 15:10
· 1418 commits to master since this release

🎁 Features

β€’ New Toast component (under Incubator) with better UI and lots of new features (#1696)
β€’ Slider - add thumbHitSlop prop (#1729)
β€’ Incubator.Dialog - add support for header (and its parts) and a default style (#1727)
β€’ Incubator.TextField - support rendering a bottomAccessory (custom element) (#1737)

πŸ”§ Fixes

β€’ ProgressBar - fix RTL (#1724)
β€’ TextField - fix press area by keeping the input width flexed (#1734)
β€’ Hint - fix max width (#1747)
β€’ GridView - applied ceiling op to rowCount calculation (#1748)
β€’ Avatar - add container testID (#1733)
β€’ TextField - Add testID to label (#1736)

πŸ’‘ Deprecations & Migrations

β€’ Start a deprecation for moving from ChipsInput to new Incubator.ChipsInput (#1722)
β€’ Start deprecation of old WheelPicker in favor of Incubator.WheelPicker (#1723)
β€’ Start TextField migration into new implementation in Incubator.TextField (#1730)
β€’ ScrollBarGradient - component removed. (#1732)

βš™οΈ Maintenance & Infra

β€’ Add links to various RNUILib starter kits in our docs (#1721)
β€’ Add missing docs of Incubator.WheelPicker component and expose missing WheelPicker typings (WheelPickerItemProps, WheelPickerAlign) (#1726)
β€’ Rearrange our issues template (#1742)
β€’ Add designTokens infrastructure (#1752)
β€’ Fix broken links in main readme file (#1739, #1740)