Skip to content

Latest commit

Β 

History

History
255 lines (135 loc) Β· 9.67 KB

CHANGELOG.md

File metadata and controls

255 lines (135 loc) Β· 9.67 KB

2.1.0 (2019-12-09)

♻️ Code Refactoring

  • Home: move downloaded filter in HomeModule (5ee1e47)
  • naming: replace gondola with nonav (e77a3f0)

✨ Features

  • BurgerMenuLeft: add transition (c0ed67a)
  • example: improve example (22ed7d6)
  • FadeDown: add transition (9cd6424)

πŸ› Bug Fixes

  • FullScreenDelegate: fix unused import (0df71d0)
  • transition: fix (2a50831)

πŸ“ Documentation

2.0.6 (2019-11-18)

πŸ› Bug Fixes

  • buildscript: generate cjs and esm modules (616e510)

2.0.5 (2019-08-19)

πŸ› Bug Fixes

  • transition: fix transition export (5305bea)

2.0.4 (2019-08-19)

2.0.3 (2019-07-29)

πŸ“ Documentation

  • GettingStarted: add peer dependencies installation instructions (ce310e0)

2.0.2 (2019-07-29)

πŸ› Bug Fixes

  • install: fix patch-package in production (8d62f13)

πŸ“ Documentation

  • back: add back guide (6469e2b)
  • react-navigation: add react-navigation interoperability guide (038d75c)

2.0.1 (2019-07-28)

πŸ› Bug Fixes

  • android: fix example for Android (30c60af)
  • recompose: fix error due to import order (df1c5ed)

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 and instead. See documentation.

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)

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)

1.2.3 (2019-06-21)

πŸ“ Documentation

  • analytics: add google analytics (b472643)
  • peerDependencies: fix peerDependencies (25659da)

1.2.2 (2019-06-12)

πŸ› Bug Fixes

  • package: add missing dist folder (a8b1aa5)

πŸ“ Documentation

  • docz: add static routes (d3417db)
  • GettingStarted: add peer dependencie installation instruction (485454a)
  • README.md: add badges πŸŽ‰ (64e53cc)
  • Welcome: rewrite philosophy (afd1edb)

1.2.1 (2019-06-04)

πŸ› Bug Fixes

  • Navigation: Fix typing issue (e78209d)

πŸ“ Documentation

  • API: Write basic API references and usage (4546108)
  • docz: correct mistakes (5009c4a)
  • docz: Install dependencie on doc site build (fc8f577)
  • README: Correct mistakes (0f33924)

1.2.0 (2019-05-23)

✨ Features

  • fullScreenPortal: Add fullScreenPortal (257df96)

1.1.0 (2019-05-09)

1.0.0 (2019-05-09)

βͺ Reverts

  • context: Delete navigation context (8515138)

♻️ Code Refactoring

  • Canal.test: Rename file (b7152d5)
  • NavigationContext: Use new context api instead of mobx-react (2743654)

✨ Features

  • canal: Render first component in canal (4056cc8)
  • createCanal: Introduce createCanal function (752c8c2)
  • createCanal: Use declarative syntax to show pages (80ae9f6)
  • NavigationContext: Exposes NavigationConsumer, withNavigation and useNavigation utils (6742265)