Skip to content

Commit fd64c0e

Browse files
v0.2.0
1 parent f37ac69 commit fd64c0e

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Change Log
22

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+
333
## 0.1.0 (Mar 13, 2017)
434

535
- Official Release!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-navigation",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Native Navigation for React Native",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)