Skip to content

v2.12.0

Compare
Choose a tag to compare
@SupriyaKalghatgi SupriyaKalghatgi released this 22 Feb 07:39
· 4047 commits to master since this release

General Features

  • Installation: Changed CRNA to Expo in installation instructions. PR #2584.
  • Vulnerability Issue: Upgraded loadsh to fix vulnerability issue. Commit 10d381a, e6e7946, closes #2602

Upgraded Features

  • Accordion: Added Test case for Accordion. PR #2578, closes #2546
  • FAB: Disable FABs android ripple effect and ripple effect wrt borderRadius. Commit 56597c4, closes #2313
  • Item: Added Item Event Handler. PR #2552, closes #2525.
  • Tabs: Tabs width update. PR #2572, closes #2558
  • Theme:
    • iPhoneX feature flag modification from specified theme. PR #2514, closes #2382
    • Updated theme variable value for ListItem. PR #2569, closes #2513
  • Typescript:
    • Added Button hasText to Typescript. PR #2526.
    • Added hide() function to Toast typing. PR #2521.
    • Added prerenderingSiblingsNumber to Tabs. PR #2531, closes #1620
    • Updated Type definitions. PR #2210.

Bug Fixes

  • ActionSheet: Fixed height issue. PR #2553, closes #2545
  • Button: Fixed nested array style. PR #2511, closes #2419
  • DatePicker: Date Picker disabled prop fix. PR #2510, closes #2509
  • Fab: Fixed Fab syntax bugs. PR #2577
  • Picker: Picker text ellipsize for iOS. Commit 460eddc, closes #2431
  • Theme: Fixed Header height issue for iPhoneX with material theme combination. Commit 4c8a68b, closes #2581
  • Typescript: Fixed React Native style types refs. PR #2562, closes #2123