Skip to content

6.9.0

Choose a tag to compare

@M-i-k-e-l M-i-k-e-l released this 02 Feb 09:24
· 1396 commits to master since this release

🎁 Features

β€’ WheelPicker - allow pass labels alignment. (#1813)

πŸ”§ Fixes

β€’ Return TextField's validation result when calling it imperatively (using ref) (#1801)
β€’ ExpandableSection - fix layout animation for changing in the expanded prop (#1798)

πŸ’‘ Deprecations & Migrations

β€’ BREAKING CHANGE - Deprecate Incubator.WheelPicker selectedValue prop in favor of initialValue, as part of it, SectionWheelPicker will not support selectedValue in its sections prop as well. (#1782)
β€’ Initiate TextField migration in Picker component by passing migrateTextField prop (#1793)
β€’ Direct to our new implementation for TextField and Toast in the docs (#1810)

βš™οΈ Maintenance & Infra

β€’ Testkit preperations (#1792, #1794)
β€’ Add imageUtils file and use it in Image and Icon components (#1803)