File tree 2 files changed +15
-13
lines changed
2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.2.1 (Apr 17, 2017)
4
+
5
+ ## Patches
6
+
7
+ - Set an id to container view in ReactActivity [ (#93 )] ( https://github.com/airbnb/native-navigation/pull/93 )
8
+
3
9
## 0.2.0 (Apr 17, 2017)
4
10
5
11
## New Features
6
12
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 )
13
+ - Cleanup warnings, implement some tab/tabbar props [ (#74 )] ( https://github.com/airbnb/native-navigation/pull/74 )
10
14
11
- - Translucent fragments [ (#69 )] ( https://github.com/airbnb/native-navigation/pull/91 )
15
+ - Translucent fragments [ (#69 )] ( https://github.com/airbnb/native-navigation/pull/69 )
12
16
13
- - Use the same container for all Fragments [ (#50 )] ( https://github.com/airbnb/native-navigation/pull/91 )
17
+ - Use the same container for all Fragments [ (#50 )] ( https://github.com/airbnb/native-navigation/pull/50 )
14
18
15
- - Encapsulate a back stack in a data class [ (#47 )] ( https://github.com/airbnb/native-navigation/pull/91 )
19
+ - Encapsulate a back stack in a data class [ (#47 )] ( https://github.com/airbnb/native-navigation/pull/47 )
16
20
17
21
18
22
## Patches
21
25
22
26
- Use correct event prefix on android [ (#89 )] ( https://github.com/airbnb/native-navigation/pull/89 )
23
27
24
- - Use gradle provided RN instead of specific version [ (#88 )] ( https://github.com/airbnb/native-navigation/pull/91 )
28
+ - Use gradle provided RN instead of specific version [ (#88 )] ( https://github.com/airbnb/native-navigation/pull/88 )
25
29
26
- - Updated the ColorStateList for Tab Bars containing less then 4 tabs [ (#71 )] ( https://github.com/airbnb/native-navigation/pull/91 )
30
+ - Updated the ColorStateList for Tab Bars containing less then 4 tabs [ (#71 )] ( https://github.com/airbnb/native-navigation/pull/71 )
27
31
28
- - De-register onReactContextInitialized listener after first run [ (#58 )] ( https://github.com/airbnb/native-navigation/pull/91 )
32
+ - De-register onReactContextInitialized listener after first run [ (#58 )] ( https://github.com/airbnb/native-navigation/pull/58 )
29
33
30
- - Remove clown town dispatch asyncs [ (#39 )] ( https://github.com/airbnb/native-navigation/pull/91 )
34
+ - Remove clown town dispatch asyncs [ (#39 )] ( https://github.com/airbnb/native-navigation/pull/39 )
31
35
32
36
33
37
## 0.1.0 (Mar 13, 2017)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " native-navigation" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " Native Navigation for React Native" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
15
15
"build:ios" : " bundle install --binstubs ./examples/ios && bundle exec pod install --project-directory=./example/ios/" ,
16
16
"build:android" : " ./gradlew :native-navigation:assembleDebug" ,
17
17
"ci" : " npm run lint" ,
18
- "prepublish" : " npm run build" ,
19
- "postpublish" : " npm run publish:pod && npm run publish:maven" ,
20
18
"publish:pod" : " exit 0" ,
21
19
"publish:maven" : " exit 0" ,
22
20
"publish:mavenold" : " cd lib/android/ && ./gradlew clean check uploadArchives && cd -" ,
You can’t perform that action at this time.
0 commit comments