Skip to content

Releases: tpucci/react-nonav

Release 2.1.0

09 Dec 17:51
Compare
Choose a tag to compare

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

Release 2.0.6

18 Nov 08:43
Compare
Choose a tag to compare

2.0.6 (2019-11-18)

πŸ› Bug Fixes

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

Release 2.0.5

19 Aug 12:20
Compare
Choose a tag to compare

2.0.5 (2019-08-19)

πŸ› Bug Fixes

  • transition: fix transition export (5305bea)

Release 2.0.4

19 Aug 11:46
Compare
Choose a tag to compare

2.0.4 (2019-08-19)

Release 2.0.3

29 Jul 17:01
Compare
Choose a tag to compare

2.0.3 (2019-07-29)

πŸ“ Documentation

  • GettingStarted: add peer dependencies installation instructions (ce310e0)

Release 2.0.2

29 Jul 07:17
Compare
Choose a tag to compare

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)

Release 2.0.1

28 Jul 11:32
Compare
Choose a tag to compare

2.0.1 (2019-07-28)

πŸ› Bug Fixes

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

Release 2.0.0

27 Jul 18:43
Compare
Choose a tag to compare

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

13 Jul 11:56
Compare
Choose a tag to compare

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

02 Jul 12:24
Compare
Choose a tag to compare

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)