Releases: aksonov/react-native-router-flux
Releases · aksonov/react-native-router-flux
4.0.0-beta.18
4.0.0-beta.17
4.0.0-beta.16
4.0.0-beta.15
4.0.0-beta.14
4.0.0-beta.12
4.0.0-beta.9
- Enhancement: support inheritance of scene props (useful for
headerMode
attribute for different RN StackNavigator animation) - Fix: attempt to fix react-navigation pushes instead of jumping when user taps the same tab (#2024)
- Enhancement: use navBarButtonColor or tintColor or headerTintColor for image button tintcolor (#2028)
- Fix: use backBehavior='initialRoute' by default (#2026)
- Enhancement: allow right/leftTitle, right/leftButtonImage to be static functions within scene component
- Enhancement: allow wrapping all screens and navbar buttons with
wrapBy
parameter forRouter
. It could beobserver
from MobX, orconnect
from Redux or any other function. - Fix: eslint formatting, fix CircleCI build
4.0.0-beta.11
- hot fixes for back/left buttons
4.0.0-beta.8
- Fix: ‘clone’ scenes declared at the end were not visible for scenes declared above
- Enhancement: If component has static navigationOptions return it instead of RNRF generated options
- Enhancement: Allow all navBar properties (title, right, left, rightButtonImage, onRight, etc.) be defined as static functions/values of Scene component
- Fix: Actions.refresh was broken because navigationStore doesn’t allow the same scene after state change
- Enhancement: fix ESLint errors for tests
- Fix: avoid re-render of all scenes during navigation state change (#2018)
- Support rightButtonTextStyle and leftButtonTextStyle, avoid reset them to default values after push (after push from Login to Login2, "Cancel" became blue again)
- Fix: Support passing navbar attributes (like onRight/onLeft/leftTitle/rightTitle) via
Actions.refresh
- Fix: postinstall somewhere doesn't work with npm (#2008)
4.0.0-beta.7
- Fix: Mobx enabled useStrict (#1994)
- Improvement: Support Actions.popTo(sceneName) (#1987)
- Fix: Support v3 syntax
panHandlers={null}
to disable gestures for back transition. You may also passgesturesEnabled={false}
(#2002) - Fix: Support for renderTitle, drawerImage, navigationBarTitleImage, navigationBarTitleImageStyle props for
Scene
(#1991) - Fix: Pass drawerPosition, drawerOptions, drawerWidth and other Scene params to react-navigation DrawerNavigator
- Fix: Pass all container scene props to StackNavigator config
- Fix: ESLint formatting