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-redux

v0.3.0

08 Feb 00:15
8eab8b7
Compare
Choose a tag to compare

Changelog

Highlighted Changes

  • Rename InitialStateToken to GetInitialStateToken (#69)

Other Changes

  • Update dependency eslint-plugin-prettier to v2.6.0 (#60)
  • Update dependency eslint to v4.17.0 (#66)
  • Add Token dependencies to readme (#65)

Migration Guide

Rename InitialStateToken to GetInitialStateToken

-import {InitialStateToken} from 'fusion-plugin-react-redux';
+import {GetInitialStateToken} from 'fusion-plugin-react-redux';

v0.2.3

02 Feb 19:38
673a543
Compare
Choose a tag to compare

Changelog

  • Migrate to new fusion-tokens api (#62)
  • Update dependency @babel/preset-react to v7.0.0-beta.39 (#57)
  • Update dependency create-universal-package to v3.4.0 (#58)

v0.2.2

30 Jan 19:22
a599d5d
Compare
Choose a tag to compare

Changelog

  • Make PreloadedStateToken, EnhancerToken, and InitialStateToken optional (#55)

v0.2.1

29 Jan 21:26
Compare
Choose a tag to compare

Changelog

  • Update dependency create-universal-package to v3.3.1 (#50)
  • Update dependency eslint-plugin-react to v7.6.1 (#52)
  • Fix tree shaking (#51)
  • Update uber/web-base-image Dockerfile tag to v1.0.2 (#35)
  • Update dependency eslint-plugin-flowtype to v2.42.0 (#47)
  • Update dependency eslint-plugin-react to v7.6.0 (#49)
  • Update dependency flow-bin to v0.64.0 (#48)
  • Update docs for ReduxActionEmitterEnhancer pluginization (#46)
  • Add short MIT license header to all source files (#45)
  • Update dependency eslint to v4.16.0 (#44)

v0.2.0

19 Jan 20:42
Compare
Choose a tag to compare

Changelog

  • Migrate to fusion-core 0.3.0-4 (createPlugin DI API) (#42)
  • Update dependency @babel/preset-react to v7.0.0-beta.38 (#40)
  • Pin dependency create-universal-package to v3.2.6 (#41)
  • Upgrade create-universal-package@^3.2.x (#39)
  • Update dependency flow-bin to v0.63.1 (#33)
  • Update dependency eslint-plugin-prettier to v2.5.0 (#37)
  • Pin Dependencies (#30)
  • Pin Dockerfile uber/web-base-image:1.0.0 image digest (#31)
  • Configure Renovate (#26)
  • Use web base docker image (#29)
  • Update pipeline queues (#28)
  • Ensure correct CI test exit status code (#24)

v0.1.13

13 Dec 00:45
Compare
Choose a tag to compare

Changelog

Highlighted Changes

  • Add store.ctx (ctxEnhancer) (#22)

Other Changes

  • Add codecov (#20)

v0.1.12

04 Dec 20:05
Compare
Choose a tag to compare

Changelog

  • Fix bug with no preloadedState and no ssr (#17)
  • Add Flow step to pipeline.yml (#16)

v0.1.11

15 Nov 21:34
Compare
Choose a tag to compare

Changelog

  • Update dependencies (#14)
  • Upgrade docker-compose plugin to v1.7.0 (#13)
  • Fix linter errors (#12)
  • Use Buildkite and Docker (#3)

v0.1.10

08 Nov 01:23
75e9f8a
Compare
Choose a tag to compare

Changelog

  • Add skip cleanup in npm deploy script (#8)

v0.1.9

08 Nov 01:07
26c6102
Compare
Choose a tag to compare

Changelog

Highlighted Changes

  • Fix order of enhancers for Redux Dev Tools (#4)

Other Changes

  • Add initial implementation (#2)