|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [4.0.0-beta.19](https://github.com/aksonov/react-native-router-flux/tree/4.0.0-beta.19) (2017-08-23) |
| 4 | +[Full Changelog](https://github.com/aksonov/react-native-router-flux/compare/4.0.0-beta.18...4.0.0-beta.19) |
| 5 | + |
| 6 | +**Implemented enhancements:** |
| 7 | + |
| 8 | +- Multiple routers with v4? [\#2274](https://github.com/aksonov/react-native-router-flux/issues/2274) |
| 9 | +- Nested scenes in v4? [\#2220](https://github.com/aksonov/react-native-router-flux/issues/2220) |
| 10 | +- Access to Component's props from NavBar. [\#2195](https://github.com/aksonov/react-native-router-flux/issues/2195) |
| 11 | +- IMPORTANT: v4 beta release is ready \(v3 is not supported anymore\) [\#1974](https://github.com/aksonov/react-native-router-flux/issues/1974) |
| 12 | + |
| 13 | +**Fixed bugs:** |
| 14 | + |
| 15 | +- The onExit method not executes when navigating away from Scene [\#2279](https://github.com/aksonov/react-native-router-flux/issues/2279) |
| 16 | +- navigationBarTitleImage not working in v4 [\#2272](https://github.com/aksonov/react-native-router-flux/issues/2272) |
| 17 | +- hideNavBar issue on tabs scene [\#2268](https://github.com/aksonov/react-native-router-flux/issues/2268) |
| 18 | +- Tabs v4 - Active / Inactive backgroundColor not working [\#2263](https://github.com/aksonov/react-native-router-flux/issues/2263) |
| 19 | + |
| 20 | +**Closed issues:** |
| 21 | + |
| 22 | +- Actions state inside Drawer [\#2280](https://github.com/aksonov/react-native-router-flux/issues/2280) |
| 23 | +- Android transitions not working v4-beta branch [\#2278](https://github.com/aksonov/react-native-router-flux/issues/2278) |
| 24 | +- Unexpected header behavior in TabNavigation [\#2277](https://github.com/aksonov/react-native-router-flux/issues/2277) |
| 25 | +- OnEnter not called for componentless scenes [\#2275](https://github.com/aksonov/react-native-router-flux/issues/2275) |
| 26 | +- Custom function on tab press [\#2271](https://github.com/aksonov/react-native-router-flux/issues/2271) |
| 27 | +- Massive slowdown after beta 14 [\#2270](https://github.com/aksonov/react-native-router-flux/issues/2270) |
| 28 | +- How to disable swipe to back [\#2269](https://github.com/aksonov/react-native-router-flux/issues/2269) |
| 29 | +- Can I set onEnter from inside the Component? [\#2267](https://github.com/aksonov/react-native-router-flux/issues/2267) |
| 30 | +- \[Error\] The sources for assing MUST be an object. [\#2266](https://github.com/aksonov/react-native-router-flux/issues/2266) |
| 31 | +- How to open Drawer using a custom event / action within a screen [\#2265](https://github.com/aksonov/react-native-router-flux/issues/2265) |
| 32 | +- Scene's key on the background of TabIcon [\#2264](https://github.com/aksonov/react-native-router-flux/issues/2264) |
| 33 | +- Top nav bar customization [\#2262](https://github.com/aksonov/react-native-router-flux/issues/2262) |
| 34 | +- There is no route defined for key {route}. [\#2261](https://github.com/aksonov/react-native-router-flux/issues/2261) |
| 35 | +- How to set tab bar activeBackgroundColor [\#2260](https://github.com/aksonov/react-native-router-flux/issues/2260) |
| 36 | +- Please help me how to use "react-native-router-flux" in my scenario [\#2259](https://github.com/aksonov/react-native-router-flux/issues/2259) |
| 37 | +- Issue with back button not unmounting and remount tab scene [\#2257](https://github.com/aksonov/react-native-router-flux/issues/2257) |
| 38 | +- Q:Adding button to navbar [\#2256](https://github.com/aksonov/react-native-router-flux/issues/2256) |
| 39 | +- sceneStyle gets not applied [\#2255](https://github.com/aksonov/react-native-router-flux/issues/2255) |
| 40 | +- Prevent certain scenes in stack from always being mounted? [\#2254](https://github.com/aksonov/react-native-router-flux/issues/2254) |
| 41 | +- Custom navBar is missing in the docs [\#2252](https://github.com/aksonov/react-native-router-flux/issues/2252) |
| 42 | +- titleStyle only sets backgroundcolor for small area [\#2251](https://github.com/aksonov/react-native-router-flux/issues/2251) |
| 43 | +- How do you setup a background image for the entire app that is shared across different scene [\#2250](https://github.com/aksonov/react-native-router-flux/issues/2250) |
| 44 | +- Setting style for Scenes, title, ... [\#2249](https://github.com/aksonov/react-native-router-flux/issues/2249) |
| 45 | +- Creating an Authenticated Scene [\#2246](https://github.com/aksonov/react-native-router-flux/issues/2246) |
| 46 | +- Custom navbar example [\#2245](https://github.com/aksonov/react-native-router-flux/issues/2245) |
| 47 | +- Better way to declare rightTitle/onRight inside component [\#2244](https://github.com/aksonov/react-native-router-flux/issues/2244) |
| 48 | +- How do I override \(or disable\) hardware back press button for a given scene? [\#2237](https://github.com/aksonov/react-native-router-flux/issues/2237) |
| 49 | +- How do I get into a route and clear all routes other than the first route before then? [\#2230](https://github.com/aksonov/react-native-router-flux/issues/2230) |
| 50 | +- Double-tapping fires Actions twice [\#2228](https://github.com/aksonov/react-native-router-flux/issues/2228) |
| 51 | +- QUESTION: How to disable swipe-back but not disable drawer-swipe [\#2226](https://github.com/aksonov/react-native-router-flux/issues/2226) |
| 52 | +- Tabs with fetch not rerendering on changetab [\#2225](https://github.com/aksonov/react-native-router-flux/issues/2225) |
| 53 | +- Error and warning: "Cannot update during an existing state transition an error", using react-native-router-flux and redux-form Field [\#2201](https://github.com/aksonov/react-native-router-flux/issues/2201) |
| 54 | +- Custom animations for scenes \(disabling transition animation\) [\#2042](https://github.com/aksonov/react-native-router-flux/issues/2042) |
| 55 | +- Disable gesture back action [\#2006](https://github.com/aksonov/react-native-router-flux/issues/2006) |
| 56 | + |
| 57 | +**Merged pull requests:** |
| 58 | + |
| 59 | +- Overlay support [\#2281](https://github.com/aksonov/react-native-router-flux/pull/2281) ([aksonov](https://github.com/aksonov)) |
| 60 | +- Prevent React warning \(and potential errors\) about refs for stateless function components [\#2258](https://github.com/aksonov/react-native-router-flux/pull/2258) ([davojan](https://github.com/davojan)) |
| 61 | + |
3 | 62 | ## [4.0.0-beta.18](https://github.com/aksonov/react-native-router-flux/tree/4.0.0-beta.18) (2017-08-16) |
4 | 63 | [Full Changelog](https://github.com/aksonov/react-native-router-flux/compare/4.0.0-beta.17...4.0.0-beta.18) |
5 | 64 |
|
|
0 commit comments