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

Commit 34b4bc5

Browse files
committed
Release 1.4.0
1 parent 71a2ee4 commit 34b4bc5

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="1.4.0"></a>
2+
# [1.4.0](https://github.com/tpucci/react-gondola/compare/1.3.0...1.4.0) (2019-07-13)
3+
4+
5+
### ♻️ Code Refactoring
6+
7+
* **createStop:** remove unused key prop ([475e436](https://github.com/tpucci/react-gondola/commit/475e436))
8+
9+
10+
### ✨ Features
11+
12+
* **transitions:** support slide transitions ([fba8b03](https://github.com/tpucci/react-gondola/commit/fba8b03))
13+
14+
15+
### 🐛 Bug Fixes
16+
17+
* **macos:** move capital folder Transitions to transitions ([dc4e1b1](https://github.com/tpucci/react-gondola/commit/dc4e1b1))
18+
* **node_modules:** fix missing postinstall script ([3c3440f](https://github.com/tpucci/react-gondola/commit/3c3440f))
19+
20+
21+
### 📝 Documentation
22+
23+
* **transitions:** add guides/transitions ([c42f166](https://github.com/tpucci/react-gondola/commit/c42f166))
24+
125
<a name="1.3.0"></a>
226
# [1.3.0](https://github.com/tpucci/react-gondola/compare/1.2.3...1.3.0) (2019-07-02)
327

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

0 commit comments

Comments
 (0)