Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Latest commit

 

History

History
55 lines (27 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

55 lines (27 loc) · 2.37 KB

3.2.0 (2021-12-17)

Features

  • peerDeps: more permissive react compatibility (63012d0)

3.1.0 (2020-08-14)

Bug Fixes

  • release: fix release process (b35f735)

Features

  • loadHelpers: return promise from defer (da93881)

3.0.2 (2020-03-02)

Bug Fixes

  • reduce: handle reduced promise rejection (7789c44)

3.0.1 (2020-03-02)

Bug Fixes

  • release: needs to update package json version (260ff6b)

3.0.0 (2020-01-08)

chore

  • version: release v3.0.0 (976a761)

Features

  • sequence: Continue sequences with noncritical errors. (e75dd1f)
  • ssr: replaced ssr methods with isServer (a8474aa)
  • v3: using new react context, latest redux, and removed lodash (da6bc8e), closes #3

BREAKING CHANGES

  • version: major internal upgrades to support React 16's new Context API, Redux 4.x.x, React Redux 7.x.x. Removed enableSSR, disableSSR, and isSSR methods in favor of checking for window to determine Server versus Client in SSR mode. loadDataAsProps functions receive isServer as an argument rather than ssr now. Moved react, react-dom, react-redux, redux, and redux-thunk to peerDependencies Removed lodash