Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 979158e

Browse files
committed
Release 2.1.0
1 parent 0df71d0 commit 979158e

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
<a name="2.1.0"></a>
2+
# [2.1.0](https://github.com/tpucci/react-nonav/compare/2.0.6...2.1.0) (2019-12-09)
3+
4+
5+
### ♻️ Code Refactoring
6+
7+
* **Home:** move downloaded filter in HomeModule ([5ee1e47](https://github.com/tpucci/react-nonav/commit/5ee1e47))
8+
* **naming:** replace gondola with nonav ([e77a3f0](https://github.com/tpucci/react-nonav/commit/e77a3f0))
9+
10+
11+
### ✨ Features
12+
13+
* **BurgerMenuLeft:** add transition ([c0ed67a](https://github.com/tpucci/react-nonav/commit/c0ed67a))
14+
* **example:** improve example ([22ed7d6](https://github.com/tpucci/react-nonav/commit/22ed7d6))
15+
* **FadeDown:** add transition ([9cd6424](https://github.com/tpucci/react-nonav/commit/9cd6424))
16+
17+
18+
### 🐛 Bug Fixes
19+
20+
* **FullScreenDelegate:** fix unused import ([0df71d0](https://github.com/tpucci/react-nonav/commit/0df71d0))
21+
* **transition:** fix ([2a50831](https://github.com/tpucci/react-nonav/commit/2a50831))
22+
23+
24+
### 📝 Documentation
25+
26+
* **Netflux:** add example ([02d2d27](https://github.com/tpucci/react-nonav/commit/02d2d27))
27+
128
<a name="2.0.6"></a>
229
## [2.0.6](https://github.com/tpucci/react-nonav/compare/2.0.5...2.0.6) (2019-11-18)
330

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-nonav",
3-
"version": "2.0.6",
3+
"version": "2.1.0",
44
"description": "React Native declarative navigation",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)