Releases: deepsweet/hocs
[email protected]
💥 change peer dependency to react@^16.3.0
♻️ recompose
is no longer a peer dependency
[email protected]
💥 change peer dependency to react@^16.3.0
♻️ recompose
is no longer a peer dependency
[email protected]
💥 change peer dependency to react@^16.3.0
💥 remove onWillReceiveProps
as unsafe and about to be deprecated
💥 remove onWillUpdate
as unsafe and about to be deprecated
➕ add onReceiveProps(props, nextProps)
– technically it's getDerivedStateFromProps
but used only as a callback without returned state
➕ add onGetSnapshotBeforeUpdate(prevProps, props)
– any returned value will be passed as snapshot
parameter to onDidUpdate
➕ add a third snapshot
argument to onDidUpdate(prevProps, props, snapshot)
♻️ recompose
is no longer a peer dependency
[email protected]
➕ add onConstructor(props)
[email protected]
✔️ initially call mapStateToProps
with an empty object
[email protected]
✔️ initially call mapStateToProps
with an empty object
[email protected]
✔️ add an entry point to CommonJS build for Node.js
[email protected]
♻️ tweak peer deps to allow React 16
♻️ 🔧 bump recompose and drop eager factory usage
👷 📦 change path to build folder
[email protected]
💥 📦 publish only CJS build for Node and ESM for browsers
♻️ tweak peer deps to allow React 16
♻️ 🔧 bump recompose and drop eager factory usage
[email protected]
💥 📦 publish only CJS build for Node and ESM for browsers
♻️ tweak peer deps to allow React 16
♻️ 🔧 bump recompose and drop eager factory usage