7.3.0
π Features
β’ Adjust default overlayBackgroundColor to Colors.rgba(Colors.backgroundInverted, 0.3)
(#2554)
β’ Expose a TextFieldRef type that users can use for a ref they pass to TextField (#2528)
β’ export TextFieldValidator type (#2532)
β’ PickerItem
in multi mode - send selected to onPress
(#2537)
β’ Omit alignment props (top, left, right, bottom) from being passed on to Text and TextInput components to avoid a crash on Android (RN71) (#2540)
β’ Added testID to DateTimePicker components. (#2545)
π§ Fixes
β’ TextField - Do not ignore defaultValue when validating onBlur (#2520)
β’ Fix Picker component to support web - fixed issues: useDialog mode, Multi-select mode, and TopBar icons fixed. (#2450)
β’ Fixed Paths on migrating guide: TextField and WheelPicker (#2524)
β’ Fixed Hint position on RTL. (#2541)
β’ Use unpack style util for SortableListItem component shadows issue. (#2546)
β’ Fix Avatar label sizes (#2548)
β’ Remove Card.Section extra (visible) border (#2549)
β’
β’ Fixed margin for Chip component when both leftElement and rightElement are provided. (#2534)
π‘ Deprecations & Migrations
β’ Config
). (#2533)
βοΈ Maintenance & Infra
β’ New colors screen. (#2510)
β’ Bump activesupport from 6.1.7 to 6.1.7.3 (#2539)
β’ RN71 upgrade (#2504)