Skip to content

7.6.0

Compare
Choose a tag to compare
@lidord-wix lidord-wix released this 20 Jul 08:18
· 752 commits to master since this release

🚀 What’s New?

🎁 Features

• Incubator.TextField - expose retainValidationSpace (#2631)
• ExpandableOverlay - add migrateDialog prop (#2635)
• ColorSwatch - Add hexString to onPress result (#2651)
• ColorPalette - Add hexString to onPress result (#2651)
• ColorPicker - Add hexString to onValueChange result (#2651)
• Picker example for the web demo. (#2622)
Text component highlightString prop now enables to handle a highlighted string onPress event, provide a specific style to each highlighted string and give it a testID for better testing (#2663)

🕸️ Web support

• SVG - add support for tintColor on svg tag data (#2667)

🔧 Fixes

• TabBar stays on the selected index when items change. (#2630)
• Incubator.Slider - fix gap not equal on both max and min ends (#2634)
• SegmentedControl - onChangeIndex should react to changes (#2637)
• NumberInput - fix design (MaskedInput look) - BREAKING CHANGE: some props moved to textFieldProps; empty type has been removed (#2645)
• NumberInput - fix editable (#2664)
• Scheme - fix color changing (#2607)
• Text - remove default textAlign style to fix iOS child Text not inheriting from its parent. (#2670)
• ExpandableOverlay - fix dialog props (#2675)

⚙️ Maintenance & Infra

react-native-gesture-handler version upgrade in the webDemo. (#2647)
• ColorPicker - small fixes (#2650)
• webDemo project, react-native-reanimated version upgrade. (#2649)

💡 Deprecations & Migrations
• useCustomTheme - remove leftovers (#2666)