Skip to content

Releases: LaunchPadLab/lp-hoc

v5.0.7

14 Jun 15:22
f152d6e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.6...v5.0.7

v5.0.6

14 Jun 14:52

Choose a tag to compare

What's Changed

  • Loosen peer dependency ranges for redux-modal and react-router by @dpikt in #136

v5.0.0

09 Dec 15:59
9256b2c

Choose a tag to compare

  • Sets react-modal modal as the default component rendered by modal().

Migration guide

v4.5.8

07 Oct 22:08
17aaf6d

Choose a tag to compare

  • Updates docs to not include a "private" cloudinaryUploader function

v4.5.7

07 Oct 22:07
fbb98e0

Choose a tag to compare

  • Changes default publicId generation to replace forbidden characters and spaces with _
    • Subsequently "Cleans up" publicIds by eliminating superfluous underscores (e.g., File <> Name & Description -> File_Name_Description)
  • Handles edge case where file name does not exist
    • Defaults to 'file_upload_ + Date.now()' (e.g., 'file_upload_1570485963874')

v4.5.6

02 Oct 15:33
d03d7bd

Choose a tag to compare

  • Escapes HTML characters when creating the publicId for a file uploaded to Cloudinary

v4.5.0

22 Jul 17:33

Choose a tag to compare

  • Adds component argument to modal to allow custom wrapper component

v4.4.0

18 Jul 19:53

Choose a tag to compare

  • Adds modalReducer and modal style exports

v4.3.0

26 Jun 18:26

Choose a tag to compare

  • Adds support for ES modules ✨

v4.2.0

19 Jun 14:40

Choose a tag to compare

  • Adds createPublicId prop to cloudinaryUploader