Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Releases: deepsweet/hocs

omit-props@0.4.0

02 Jul 20:14
Compare
Choose a tag to compare

💥 change peer dependency to react@^16.3.0
♻️ recompose is no longer a peer dependency

debounce-handler@0.4.0

02 Jul 20:09
Compare
Choose a tag to compare

💥 change peer dependency to react@^16.3.0
♻️ recompose is no longer a peer dependency

with-lifecycle@0.5.0

19 Jun 20:19
Compare
Choose a tag to compare

💥 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

with-lifecycle@0.4.0

24 Apr 12:44
Compare
Choose a tag to compare

➕ add onConstructor(props)

with-view-layout-props@0.1.3

22 Dec 13:57
Compare
Choose a tag to compare

✔️ initially call mapStateToProps with an empty object

with-resize-observer-props@0.4.1

22 Dec 13:56
Compare
Choose a tag to compare

✔️ initially call mapStateToProps with an empty object

with-view-layout-props@0.1.2

16 Nov 15:05
Compare
Choose a tag to compare

✔️ add an entry point to CommonJS build for Node.js

with-view-layout-props@0.1.1

09 Oct 18:57
Compare
Choose a tag to compare

♻️ tweak peer deps to allow React 16
♻️ 🔧 bump recompose and drop eager factory usage
👷 📦 change path to build folder

with-resize-observer-props@0.4.0

09 Oct 18:56
Compare
Choose a tag to compare

💥 📦 publish only CJS build for Node and ESM for browsers
♻️ tweak peer deps to allow React 16
♻️ 🔧 bump recompose and drop eager factory usage

with-page-visibility-props@0.3.0

09 Oct 18:55
Compare
Choose a tag to compare

💥 📦 publish only CJS build for Node and ESM for browsers
♻️ tweak peer deps to allow React 16
♻️ 🔧 bump recompose and drop eager factory usage