Releases: tpucci/react-nonav
Releases Β· tpucci/react-nonav
Release 2.1.0
Release 2.0.6
Release 2.0.5
Release 2.0.4
2.0.4 (2019-08-19)
Release 2.0.3
Release 2.0.2
Release 2.0.1
Release 2.0.0
2.0.0 (2019-07-27)
π₯
- createCanal: remove API v1 createCanal (0f8ab46)
β»οΈ Code Refactoring
- CardSkewUp: rename CardSkewUp into ConvexUp (b07592d)
- createCanal: deprecate createCanal API (80b637a)
β Tests
- Instagram: simply test that render is not broken (82b7b75)
- package: 100% cover new API (42b3fc1)
- transitions: fix tests (32453dc)
β¨ Features
- back: add back support on Transitioners (f3d69aa)
- Canal: add Canal and Screen components (046bafd)
- Transitions: add CardSkewUp (3c3d127)
π Bug Fixes
- example: fix example app (072b104)
- FullScreenPortal: fix full screen portal (8889cfa)
- Observers: fix typing errors after mobx-reaxt update (03feed7)
π Documentation
- Canal: update doc for v2 (5268fb0)
- README.md: change header style (a447646)
- README.md: update READMEs (06e50a8)
BREAKING CHANGES
- createCanal: createCanal has been removed, use <Canal /> and <Screen /> instead. See
documentation.
Release 1.4.0
1.4.0 (2019-07-13)
β»οΈ Code Refactoring
- createStop: remove unused key prop (475e436)
β¨ Features
- transitions: support slide transitions (fba8b03)
π Bug Fixes
- macos: move capital folder Transitions to transitions (dc4e1b1)
- node_modules: fix missing postinstall script (3c3440f)
π Documentation
- transitions: add guides/transitions (c42f166)
Release 1.3.0
1.3.0 (2019-07-02)
β»οΈ Code Refactoring
- jest.config.js: sort lines (667df3c)
- Navigation: enclose in its own folder (073d179)
- Navigation: move fullScreen properties in FullScreenDelegate (b926fa4)
- Navigation: rename instance into singleton (c1c9918)
β Tests
- BackHandlerDelegate: test onBackCallback firing (5ce2d35)
- createCanal: test back handler (8f24877)
- StopHOC: test event handling (674ae27)
β¨ Features
- back: add Android back button support (bac0a60)
π Bug Fixes
- createCanal: fix missing back subscription on instantiate (88f7e28)
π Documentation
- createCanal: add docs for Stop onBack hook (6bba5fd)