Skip to content

Releases: LaunchPadLab/lp-hoc

v4.1.1

06 May 14:21
Compare
Choose a tag to compare

Small tweak in documentation

v4.1.0

01 May 19:00
Compare
Choose a tag to compare
  • Enables cherry-picked builds from the lib folder

v4.0.0

02 Apr 19:34
Compare
Choose a tag to compare

Adds react-redux and redux-modal as peer dependencies.

v3.2.0

21 Dec 19:47
Compare
Choose a tag to compare
  • Event arguments to modal .show() are now ignored

v3.1.1

21 Dec 15:53
e2f77ff
Compare
Choose a tag to compare

This release fixes an import issue with RouteUtils for React Router v3, in support of the adaptToReactRouter HOC

v3.1.0

20 Dec 18:35
Compare
Choose a tag to compare

This release adds 2 new components:

  • connectQuery - Allows a user to map query string params to props (agnostic of React Router version)
  • connectParams - Allows a user to map path params to props (supports older versions of React Router)

v3.0.0

20 Dec 18:24
Compare
Choose a tag to compare
  • waitFor now defaults to displaying the LoadingSpinner from lp-components
  • addDefaultClass has been renamed to withClassName
  • waitForResponse has been removed
  • The name prop is now required in the modal component

Migration guide

v.2.8.1

19 Jun 20:09
Compare
Choose a tag to compare

Adds the modal-open class to body when modal is open. Add the following SCSS in order to prevent background scrolling:

body.modal-open {
  overflow: hidden;
}

v2.8.0

18 Jun 14:10
Compare
Choose a tag to compare
  • Allows config via CLOUDINARY_UPLOAD_PRESET and CLOUDINARY_ENDPOINT for cloudinaryUploader()

v2.7.0

05 Apr 19:16
Compare
Choose a tag to compare
  • Allows cloudinaryUploader arguments to be set via env vars