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

Releases: fusionjs/fusion-plugin-react-router

v0.2.1

15 Nov 21:35
Compare
Choose a tag to compare

Changelog

No pull requests in this release

v0.2.0

15 Nov 00:24
Compare
Choose a tag to compare

Changelog

Highlighted Changes

  • Update behavior for handling events and route data (#9)

Other Changes

  • Use Buildkite and Docker for CI (#6)

Migration Guide

Rename EventEmitter to UniversalEvents

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

v0.1.10

06 Nov 19:04
Compare
Choose a tag to compare

Changelog

  • Add a fusion react-router plugin (#2)