Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Releases: satya164/react-native-tab-view

v0.0.70

23 Oct 23:21
Compare
Choose a tag to compare

Breaking changes

  • Remove onChangePosition in favor of onPositionChange
  • Remove onRequestChangeTab in favor of onIndexChange
  • Upgrade to Flow 0.53, expect errors with older versions of Flow (@Palisand)

Bug fixes

v0.0.65

10 May 06:47
Compare
Choose a tag to compare

Bug fixes

  • Cancel scheduled state updates in pan based pager

v0.0.64

07 May 06:34
Compare
Choose a tag to compare

Bug fixes

  • Fix SceneMap creating a new component every time

v0.0.63

07 May 05:42
Compare
Choose a tag to compare

Breaking changes

  • Pass the scene to onTabPress instead of just the route

Bug fixes

  • Fix a bug where the scene could disappear due to buggy z-index

New features

  • Add a SceneMap helper to simplify specifying scenes, uses PureComponent behind the scenes

v0.0.62

01 May 09:50
Compare
Choose a tag to compare

Bug fixes

  • Fix pan based pager not fitting parent
  • Fix an issue which could cause endless looping

v0.0.61

25 Apr 20:55
Compare
Choose a tag to compare

Bug fixes

  • Fix lazy load not working

New features

  • Improved Flowtype support, route objects with additional properties no longer cause error and the type flows normally

v0.0.60

24 Apr 20:00
Compare
Choose a tag to compare

Breaking changes

  • Use animationEnabled to disable animation in pan responder based pager instead of returning null from configureTransition
  • Tapping on tabs will now update the state first before starting the transition (earlier it updated the state after finishing the transition)
  • No jump event triggered anymore, should not matter if you were not using the subscribe prop passed to the TabBar/Pager

New features

  • Pass props to pager from TabViewAnimated after consuming, means you can now pass swipeEnabled and animationEnabled directly to TabViewAnimated

v0.0.59

24 Apr 19:53
Compare
Choose a tag to compare

New features

  • Improved RTL support
  • Avoid rendering delay in pan responder based pager

v0.0.58

24 Apr 19:52
Compare
Choose a tag to compare

Bug fixes

  • Fix ScrollView based pager rendering incorrect tab when initial tab is given

v0.0.56

17 Feb 00:50
Compare
Choose a tag to compare

Breaking changes

  • Remove TabViewTransitioner from exports.
    It'll be completely removed in future. If you need it, for now you can directly require the file from src/

Bug fixes

  • Fix bottom tabbar being pushed down when content is large
  • Add accessibility label to tabs
  • Fix maximum callstack size reached for tabs with canJumpToTab