Releases: web-ridge/react-native-paper-tabs
Releases · web-ridge/react-native-paper-tabs
Release 0.9.4
Full Changelog: v0.9.3...v0.9.4
Release 0.9.3
Full Changelog: v0.9.2...v0.9.3
Release 0.9.2
Breaking
You now need a TabsProvider to handle defaultIndex / onChangeIndex, this is so you can easily go to a index of other pages
<TabsProvider
defaultIndex={0}
>
<Tabs>....</Tabs>
</TabsProvider>
What's Changed
-
Material You Support
-
Bugfixes
-
Easier releases & upgrades of example app and automatic deploy of example app
-
Delete \ by @jamesehly in #44
-
feat: move context up so external linking to tabs is possible by @jamesehly in #45
New Contributors
- @jamesehly made their first contribution in #44
- @iM-GeeKy made their first contribution in #31
Full Changelog: v0.9.1...v0.9.2
Release 0.9.1
Full Changelog: v0.9.0...v0.9.1
Release 0.9.0
Full Changelog: v0.8.0...v0.9.0
Release 0.8.0
What's Changed
- Delete \ by @jamesehly in #44
- feat: move context up so external linking to tabs is possible by @jamesehly in #45
- Introduce new badge prop to tab header. by @iM-GeeKy in #31
New Contributors
- @jamesehly made their first contribution in #44
- @iM-GeeKy made their first contribution in #31
Full Changelog: v0.7.0...v0.8.0
Release 0.7.0
Release 0.6.1
Release 0.6.0
Release 0.5.0
0.5.0 (2021-10-28)
Features
- add feature to disable tabs and swipe gestures (831b73d)
What's Changed
- feat: add feature to disable tabs and swipe gestures by @diego-antonelli in #23
New Contributors
- @diego-antonelli made their first contribution in #23
Full Changelog: v0.4.2...v0.5.0