Releases: LaunchPadLab/lp-hoc
Releases · LaunchPadLab/lp-hoc
v5.0.7
What's Changed
- Updates lp-requests to 4.2.2 by @aalejandromr in #158
New Contributors
- @aalejandromr made their first contribution in #158
Full Changelog: v5.0.6...v5.0.7
v5.0.6
v5.0.0
- Sets react-modal modal as the default component rendered by
modal()
.
v4.5.8
v4.5.7
- Changes default
publicId
generation to replace forbidden characters and spaces with_
- Subsequently "Cleans up"
publicId
s by eliminating superfluous underscores (e.g.,File <> Name & Description
->File_Name_Description
)
- Subsequently "Cleans up"
- Handles edge case where file name does not exist
- Defaults to
'file_upload_ + Date.now()'
(e.g.,'file_upload_1570485963874'
)
- Defaults to
v4.5.6
- Escapes HTML characters when creating the
publicId
for a file uploaded to Cloudinary- This addresses their legal naming conventions