File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.2.0 (Apr 17, 2017)
4
+
5
+ ## New Features
6
+
7
+ - Cleanup warnings, implement some tab/tabbar props [ (#74 )] ( https://github.com/airbnb/native-navigation/pull/91 )
8
+
9
+ - Translucent fragments [ (#69 )] ( https://github.com/airbnb/native-navigation/pull/91 )
10
+
11
+ - Translucent fragments [ (#69 )] ( https://github.com/airbnb/native-navigation/pull/91 )
12
+
13
+ - Use the same container for all Fragments [ (#50 )] ( https://github.com/airbnb/native-navigation/pull/91 )
14
+
15
+ - Encapsulate a back stack in a data class [ (#47 )] ( https://github.com/airbnb/native-navigation/pull/91 )
16
+
17
+
18
+ ## Patches
19
+
20
+ - Make android button ordering consistent with iOS [ (#91 )] ( https://github.com/airbnb/native-navigation/pull/91 )
21
+
22
+ - Use correct event prefix on android [ (#89 )] ( https://github.com/airbnb/native-navigation/pull/89 )
23
+
24
+ - Use gradle provided RN instead of specific version [ (#88 )] ( https://github.com/airbnb/native-navigation/pull/91 )
25
+
26
+ - Updated the ColorStateList for Tab Bars containing less then 4 tabs [ (#71 )] ( https://github.com/airbnb/native-navigation/pull/91 )
27
+
28
+ - De-register onReactContextInitialized listener after first run [ (#58 )] ( https://github.com/airbnb/native-navigation/pull/91 )
29
+
30
+ - Remove clown town dispatch asyncs [ (#39 )] ( https://github.com/airbnb/native-navigation/pull/91 )
31
+
32
+
3
33
## 0.1.0 (Mar 13, 2017)
4
34
5
35
- Official Release!
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " native-navigation" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"description" : " Native Navigation for React Native" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments