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

Commit 01401c5

Browse files
committed
Release 1.3.0
1 parent 4f2fca6 commit 01401c5

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
<a name="1.3.0"></a>
2+
# [1.3.0](https://github.com/tpucci/react-gondola/compare/1.2.3...1.3.0) (2019-07-02)
3+
4+
5+
### ♻️ Code Refactoring
6+
7+
* **jest.config.js:** sort lines ([667df3c](https://github.com/tpucci/react-gondola/commit/667df3c))
8+
* **Navigation:** enclose in its own folder ([073d179](https://github.com/tpucci/react-gondola/commit/073d179))
9+
* **Navigation:** move fullScreen properties in FullScreenDelegate ([b926fa4](https://github.com/tpucci/react-gondola/commit/b926fa4))
10+
* **Navigation:** rename instance into singleton ([c1c9918](https://github.com/tpucci/react-gondola/commit/c1c9918))
11+
12+
13+
### ✅ Tests
14+
15+
* **BackHandlerDelegate:** test onBackCallback firing ([5ce2d35](https://github.com/tpucci/react-gondola/commit/5ce2d35))
16+
* **createCanal:** test back handler ([8f24877](https://github.com/tpucci/react-gondola/commit/8f24877))
17+
* **StopHOC:** test event handling ([674ae27](https://github.com/tpucci/react-gondola/commit/674ae27))
18+
19+
20+
### ✨ Features
21+
22+
* **back:** add Android back button support ([bac0a60](https://github.com/tpucci/react-gondola/commit/bac0a60))
23+
24+
25+
### 🐛 Bug Fixes
26+
27+
* **createCanal:** fix missing back subscription on instantiate ([88f7e28](https://github.com/tpucci/react-gondola/commit/88f7e28))
28+
29+
30+
### 📝 Documentation
31+
32+
* **createCanal:** add docs for Stop onBack hook ([6bba5fd](https://github.com/tpucci/react-gondola/commit/6bba5fd))
33+
134
<a name="1.2.3"></a>
235
## [1.2.3](https://github.com/tpucci/react-gondola/compare/1.2.2...1.2.3) (2019-06-21)
336

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

0 commit comments

Comments
 (0)