Skip to content

v2.8.2

Compare
Choose a tag to compare
@suvenduchhatoi suvenduchhatoi released this 05 Jan 12:44
· 4178 commits to master since this release

General Features

  • react-native-vector-icons: Upgraded from 4.6.0 to 6.0.2. Commit f841390, closes #2290, #2351

Upgraded Features

  • ListItem:
    • Used 'undefined' instead of 'null' for exports.ListItem. Commit 78bedc6
    • Fixed testID for ListItem. Commit e0315f4
  • Typescript:
    • Added radio property to Typescript definition. Commit 051c977
    • Added tabs property to Typescript definition. Commit 072a612
  • TextArea: Added bordered attribute in index.d.ts. PR #2400. Commit 9becd07
  • Theme: passed variables param to cardTheme. Commit 2ddd402
  • TabBar: Removed circular dependency. Commit d23c76c
  • DatePicker:
    • Removed circular dependency. Commit 86597e2
    • Added prop supportedOrientations. Commit 2d61495, closes #2376
  • List: Added functions openLeftRow() & openRightRow() in Swipeable List. PR #2474, Commit eb110b9, closes #1611

Bug Fixes

  • Checkbox:
    • Checkbox Icon display issue fixed. Commit 86da164, closes #2368
    • “transparent” tick/alpha issue in Android fixed. Commit 4e4450e, closes #2344
  • Drawer: Android drawer overlay fix. Commit 9468dcc
  • Picker: Landscape mode orientation issue fixed with prop supportedOrientations. Commit 613023b, closes #2339
  • Item: FloatingLabel animation issue fixed. Commit f4689f7, closes #2248
  • Fixed linter warnings. Commit 4656803