Releases: hawkingnetwork/react-native-tab-view
Releases · hawkingnetwork/react-native-tab-view
Release 2.11.0
2.11.0 (2019-08-25)
Bug Fixes
- change logic of switching tabs (f8fa30f)
- don't consider velocity and gesture distance if gesture didn't end (#810) (fb6d4e9), closes #806 #809
- fix scrollable tab bar in RTL (#808) (070935f), closes #184 #742
- fix scrollable tabs before layout if no tab width was provided (afbd348), closes #805
- improve rendering of indicator before layout for scrollEnabled=true (b938649)
- prevent indicator ovescroll (612fcd9)
- update default velocity impact value (#803) (fc04b12)
Features
- add ability to prevent default action on tab press (#860) (cb401f9)
- add indicatorContainerStyle (#826) (1e94555)
- add springVelocityScale effect (#839) (6198d42)
- consider both velocity and position while calculating index (#802) (e7f832c)
- improve keyboard handling during tab change (ccfa884)
- support
width: 'auto'in tabStyle (b889782)