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

Commit b739372

Browse files
committed
Release 1.0.0
1 parent 32d8b45 commit b739372

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="1.0.0"></a>
2+
# [1.0.0](https://github.com/tpucci/react-gondola/compare/1.0.0-beta.0...1.0.0) (2019-05-09)
3+
4+
5+
### ⏪ Reverts
6+
7+
* **context:** Delete navigation context ([8515138](https://github.com/tpucci/react-gondola/commit/8515138))
8+
9+
10+
### ♻️ Code Refactoring
11+
12+
* **Canal.test:** Rename file ([b7152d5](https://github.com/tpucci/react-gondola/commit/b7152d5))
13+
* **NavigationContext:** Use new context api instead of mobx-react ([2743654](https://github.com/tpucci/react-gondola/commit/2743654))
14+
15+
16+
### ✨ Features
17+
18+
* **canal:** Render first component in canal ([4056cc8](https://github.com/tpucci/react-gondola/commit/4056cc8))
19+
* **createCanal:** Introduce createCanal function ([752c8c2](https://github.com/tpucci/react-gondola/commit/752c8c2))
20+
* **createCanal:** Use declarative syntax to show pages ([80ae9f6](https://github.com/tpucci/react-gondola/commit/80ae9f6))
21+
* **NavigationContext:** Exposes NavigationConsumer, withNavigation and useNavigation utils ([6742265](https://github.com/tpucci/react-gondola/commit/6742265))
22+
123
<a name="1.0.0-beta.0"></a>
224
# 1.0.0-beta.0 (2019-04-14)
325

package.json

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

0 commit comments

Comments
 (0)