Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

59 lines (38 loc) · 1.96 KB

Change Log

All notable changes to this project will be documented in this file.

1.1.0 (2020-09-20)

  • Add options.windowKey - sets preloaded state to this key on window (default: __PRELOADED_STATE__)
  • Add options.cleanupOnClient - if true removes preloaded state from window after page load (default: true)
  • Support serialize-javascript@5

1.0.10 (2019-06-26)

  • Update dependencies
  • Fix README

1.0.9 (2019-05-30)

  • Remove engines field from package.json

1.0.8 (2019-05-12)

  • Remove version ranges from peerDependencies
  • Simplify README.md

1.0.7 (2019-05-12)

1.0.6 (2019-05-08)

  • Small fixes for minimal example

1.0.5 (2019-05-08)

  • Add minimal example

1.0.4 (2019-05-07)

  • Make onPreBootstrap async in gatsby-node.js

1.0.3 (2019-05-06)

  • Add react-redux@7.1.0-alpha.x to version range in peerDependencies

1.0.2 (2019-05-06)

  • Only inject script tag in build-html stage

1.0.1 (2019-05-06)

Initial release