Skip to content

6.6.0

Choose a tag to compare

@ethanshar ethanshar released this 15 Dec 08:55
· 1564 commits to master since this release

🎁 Features
β€’ Image - support SVG from uri (#1712)
β€’ Convert DateTimePicker component to TS and provide typings (#1694)

πŸ”§ Fixes
β€’ Fix new ChipsInput broken layout (#1705)
β€’ Fix chips input flicker issue after adding new chip (#1706)
β€’ Fix issue with TextField's trailingAccessory being pushed when typing a long text (#1699)
β€’ KeyboardInput - fix NPE in CustomKeyboardLayout (#1709)
β€’ Fix issue with RN TextInput's clear method doesn't trigger onChangeText (#1711)
β€’ Fix missing pickerModalProps props spread passed to Picker (#1715)
β€’ Incubator.Dialog - fix closing imperatively (button click), add alignment support (bottom, center etc.), support useSafeArea (#1704)
β€’ Fix ConnectionStatusBar - Fix error by calling generateStyles method on component's constructor. (#1716)

βš™οΈ Maintenance & Infra
β€’ Move Constants file to commons folder (#1718)
β€’ Add basic render tests to Incubator.TextField component (#1684)
β€’ Carousel - render tests - first tests. (#1689)
β€’ WheelPicker - initialValue prop updates - adding render test (#1701)
β€’ RadioGroup - add render tests (#1687)
β€’ Checkbox - render tests (#1685)
β€’ Update demo app kotlin version to 1.6.0 (#1708)
β€’ Add timeout to the build (#1719)