Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Releases: fusionjs/fusion-plugin-connected-react-router

v1.1.1

05 Feb 01:53
7ae2609
Compare
Choose a tag to compare

Changelog

No pull requests in this release

v1.1.1-0

04 Feb 21:49
04c916f
Compare
Choose a tag to compare
v1.1.1-0 Pre-release
Pre-release

Changelog

Highlighted Changes

  • Upgrade flow-bin@latest and any packages raising Flow complaints (#34)

Other Changes

  • Remove unnecessary flow script (#33)
  • Update dependency eslint to v5.10.0 (#31)
  • Update dependency fusion-core to ^1.10.1 (#27)

v1.1.0

12 Dec 06:26
41459ee
Compare
Choose a tag to compare

Changelog

  • Upgrade dependencies and support Flow @latest (#26)
  • Update dependency fusion-plugin-react-router to v1.4.1 (#22)
  • Implement CI for multiple node versions (#23)
  • Update dependency flow-bin to v0.83.0 (#21)
  • Update dependency eslint to v5.7.0 (#20)

v1.0.1

05 Sep 17:46
b8d3e0f
Compare
Choose a tag to compare

Changelog

Highlighted Changes

  • Add redux flow libdefs (#9)

Other Changes

  • Update uber/web-base-image Docker tag to v1.0.8 (#10)
  • Update dependencies (#7)
  • Update README with buildkite badge (#5)

Migration Guide

Rename EventEmitter to UniversalEvents

-app.plugin(ReactRouterPlugin, {EventEmitter});
+app.plugin(ReactRouterPlugin, {UniversalEvents});

v1.0.0

06 Aug 17:13
3123e70
Compare
Choose a tag to compare

Changelog

  • Initial implementation (#2)
  • Update dependency nyc to v12 (#1)