Skip to content

7.10.0

Compare
Choose a tag to compare
@ethanshar ethanshar released this 09 Nov 07:12
· 475 commits to master since this release

🎁 Features

β€’ TextField - Supports a mandatory asterisk indication when TextField is required and showMandatoryIndication props is passed. (#2775)
β€’ PickerItem - support asynchronous item's onPress handler and allow ignore selection (#2787)
β€’ Checkbox - add validation state invoked by validate method (#2672)

πŸ•ΈοΈ Web support

β€’ DynamicFonts - fix error in web (#2789)

πŸ”§ Fixes

β€’ Fix react-native.config has wrong file for DynamicFont (#2771)
β€’ Chip - Fix default horizontal margins to the right icon. (#2772)
β€’ TextField - Fixed keyboard opening when focusing on disabled input (iOS). (#2782)
β€’ Tablet (iOS) sub windows (split view / slide over) - Fix layout responsiveness (#2785)
β€’ Colors - generatePalette - fix for white color (#2790)

βš™οΈ Maintenance & Infra

β€’ Add testIDs to color picker dialog (#2797)
β€’ ColorPickerDialog now uses a new slider for better performance. (#2777)
β€’ ColorPickerDialog - migrate to new Dialog implementation (#2741)
β€’ Fixed chips scroll to section on demo app. (#2766)
β€’ Fix expo demo app (#2769)
β€’ useScrollable - a new driver to the testKit to support testing lists and lists-based components. (#2713)
β€’ View - Added a testkit driver. (#2783)
β€’ ExpandableSection - Added testing identifier prop, testID. (#2784)