Releases: LaunchPadLab/lp-hoc
Releases · LaunchPadLab/lp-hoc
v4.1.1
Small tweak in documentation
v4.1.0
- Enables cherry-picked builds from the
lib
folder
v4.0.0
Adds react-redux
and redux-modal
as peer dependencies.
v3.2.0
- Event arguments to modal
.show()
are now ignored
v3.1.1
This release fixes an import issue with RouteUtils
for React Router v3, in support of the adaptToReactRouter
HOC
v3.1.0
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
- 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
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
- Allows config via
CLOUDINARY_UPLOAD_PRESET
and CLOUDINARY_ENDPOINT
for cloudinaryUploader()
v2.7.0
- Allows
cloudinaryUploader
arguments to be set via env vars