This repository was archived by the owner on Nov 3, 2025. It is now read-only.
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.