Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@tpucci tpucci released this 02 Jul 12:24
· 461 commits to master since this release

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)