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

Commit 84a57df

Browse files
committed
Release 2.0.0
1 parent 88866c5 commit 84a57df

2 files changed

Lines changed: 49 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
<a name="2.0.0"></a>
2+
# [2.0.0](https://github.com/tpucci/react-gondola/compare/1.4.0...2.0.0) (2019-07-27)
3+
4+
5+
### :fire:
6+
7+
* **createCanal:** remove API v1 createCanal ([0f8ab46](https://github.com/tpucci/react-gondola/commit/0f8ab46))
8+
9+
10+
### ♻️ Code Refactoring
11+
12+
* **CardSkewUp:** rename CardSkewUp into ConvexUp ([b07592d](https://github.com/tpucci/react-gondola/commit/b07592d))
13+
* **createCanal:** deprecate createCanal API ([80b637a](https://github.com/tpucci/react-gondola/commit/80b637a))
14+
15+
16+
### ✅ Tests
17+
18+
* **Instagram:** simply test that render is not broken ([82b7b75](https://github.com/tpucci/react-gondola/commit/82b7b75))
19+
* **package:** 100% cover new API ([42b3fc1](https://github.com/tpucci/react-gondola/commit/42b3fc1))
20+
* **transitions:** fix tests ([32453dc](https://github.com/tpucci/react-gondola/commit/32453dc))
21+
22+
23+
### ✨ Features
24+
25+
* **back:** add back support on Transitioners ([f3d69aa](https://github.com/tpucci/react-gondola/commit/f3d69aa))
26+
* **Canal:** add Canal and Screen components ([046bafd](https://github.com/tpucci/react-gondola/commit/046bafd))
27+
* **Transitions:** add CardSkewUp ([3c3d127](https://github.com/tpucci/react-gondola/commit/3c3d127))
28+
29+
30+
### 🐛 Bug Fixes
31+
32+
* **example:** fix example app ([072b104](https://github.com/tpucci/react-gondola/commit/072b104))
33+
* **FullScreenPortal:** fix full screen portal ([8889cfa](https://github.com/tpucci/react-gondola/commit/8889cfa))
34+
* **Observers:** fix typing errors after mobx-reaxt update ([03feed7](https://github.com/tpucci/react-gondola/commit/03feed7))
35+
36+
37+
### 📝 Documentation
38+
39+
* **Canal:** update doc for v2 ([5268fb0](https://github.com/tpucci/react-gondola/commit/5268fb0))
40+
* **README.md:** change header style ([a447646](https://github.com/tpucci/react-gondola/commit/a447646))
41+
* **README.md:** update READMEs ([06e50a8](https://github.com/tpucci/react-gondola/commit/06e50a8))
42+
43+
44+
### BREAKING CHANGES
45+
46+
* **createCanal:** createCanal has been removed, use <Canal /> and <Screen /> instead. See
47+
documentation.
48+
149
<a name="1.4.0"></a>
250
# [1.4.0](https://github.com/tpucci/react-gondola/compare/1.3.0...1.4.0) (2019-07-13)
351

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.4.0",
3+
"version": "2.0.0",
44
"description": "React Native declarative navigation",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)