Releases: satya164/react-native-tab-view
Releases · satya164/react-native-tab-view
Release 2.14.4
2.14.4 (2020-06-04)
Reverts
- Revert "fix: exported Pager, PagerConsumer, PagerContext, and PagerContextType (#964)" (cdf5972), closes #964
- Revert "fix: export type PagerContextType" (3f8a9f8)
Release 2.14.3
2.14.3 (2020-06-04)
Bug Fixes
- export type PagerContextType (4c96fdd)
- exported Pager, PagerConsumer, PagerContext, and PagerContextType (#964) (795f90f)
- make lib compatible with reanimated2 (#1023) (0996cdf)
Release 2.14.2
2.14.2 (2020-05-22)
Bug Fixes
- add flagging beginning of the gesture in ScrollPager (6f681c5)
- remove console.log in ScrollPager (64c6e62)
Release 2.14.1
2.14.1 (2020-05-20)
Bug Fixes
- call onIndexChange only if scrollview was dragged (#1013) (8c0d2c3)
Release 2.14.0
2.14.0 (2020-04-07)
Bug Fixes
- fix scrollbars being always visible in TabBar on web (#997) (3d3dc13)
- separate normal and type exports (c242c16)
- teach ScrollPager how to call onIndexChange (#994) (6d517b9), closes #993
- type export warning in webpack (#981) (ad0c362)
Features
Release 2.13.0
2.13.0 (2020-02-02)
Bug Fixes
- wrap tabview with gesture handler wrapper (6ee523c)
Features
Release 2.12.0
2.12.0 (2020-01-23)
Bug Fixes
Features
- add support for web in the example (#948) (f240dee)
- conditionally add scrollView on iOS instead of pager (#952) (22d4c62)
- expose TabView and TabBar Props (#941) (491d373)
Release 2.10.2
2.10.2 (2019-11-17)
Bug Fixes
- workaround UI not updating on layout change (47747cf)
Release 2.10.1
2.10.1 (2019-11-17)
Bug Fixes
- move layout from state to class member (#915) (8eedb61)