5.23.0
🎁 Features
• New component - SegmentedControl (#1238)
• Support SVG in Image component (#1226)
• Avatar - add name with initials and backgroundColor specific to that name (i.e. hash) (#1239)
• Support showing label in Incubator.WheelPicker (#1259)
• Support passing labelProps prop to Checkbox component (#1252)
• Add IgnoreBackgroundPress prop to Dialog component (#1267)
• Add selectionLimit prop to the Picker component to support limiting the number of the selected items in multi mode. (#1270)
🔧 Fixes
• Fix support for clearing MaskedInput value programmatically using ref clear
method (#1240)
• Fix Text
prop - highlightString
issue with special characters leading to an infinite loop. (#1275)
• Fix default DateTimePicker display on iOS to spinner
to avoid UI issues on iOS14 (#1271)
• WheelPicker - fix typescript error in function sent to onLayout (#1256)
• Fix callback props typings in components like: TouchableOpacity, Card and Modal.TopBar (#1250)
⚙️ Maintenance & Infra
• ChipScreen - adding example for onPress to open Dialog and dynamic label. (#1253)
• Use internally babel-plugin-module-resolver
for resolving relative paths (#1246)
• Set haptic infrastructure as an optional dependency (#1245)