Skip to content

5.26.0

Compare
Choose a tag to compare
@ethanshar ethanshar released this 09 Jun 13:01
· 1578 commits to master since this release

🎁 Features
β€’ Add spreadItems prop to TabController.TabBar to control how the items spread (default is true) (#1331)
β€’ TabController.TabBar - add scrollViewStyle prop (#1351)
β€’ Added disableIconTintColor prop to TabController items (#1314)
β€’ Hint component now supports passing customContent prop. (#1302)
β€’ Add labelStyle prop to Picker.Item (#1332)
β€’ Picker - support onShow prop for when the modal opens (#1340)
β€’ Update Overlay component's gradient for TOP and BOTTOM Image overlays (#1311)
β€’ Migrate StackAggregator component into typescript. (#1339)
β€’ Migrating ActionSheet and ActionSheet's demo screen to typescript. (#1336)
β€’ Migrate FeatureHighlight component into typescript. (#1338)

πŸ”§ Fixes
β€’ RadioGroup - fix initialValue prop (#1335)
β€’ Picker - Fix issue with undefined item label (#1328)
β€’ Slider - Fix thumb position (#1334)
β€’ StateScreen - Fix source deprecation (#1329)
β€’ Toast - fix typings

βš™οΈ Maintenance & Infra
β€’ Infra: FeatureHighlight migrated to newer React api, replaced UNSAFE method with getDerivedStateFromProps (#1290)
β€’ Fix missing docs components showcase on mobile and use carousel to present the showcase (#1316)
β€’ Fix undefined length error in prop-value-shape rule (#1348)
β€’ Add support to our component-prop-deprecation rule to verify required props (#1320)
β€’ Upgrade to typescript v4, eslint v7 (#1324)