Releases: cloudinary/cloudinary_js
Releases · cloudinary/cloudinary_js
Version 2.11.0
Version 2.10.3
- Fix bug where image width was set to 'null' for responsive images
- Refactor tests configuration and folder structure
Version 2.10.2
- Fix ie11 support by removing usage of string.repeat() (#247)
Version 2.10.1
Version 2.10.0
New functionality and features
- Add support for intersection detection.
- Add support for placeholder and accessibility to url() function (#236)
- Update responsive() to return a callback that removes the listener it adds
Other Changes
- Add SDK analytics signature to the URL (off by default)
- Update tsconfig to only test types folder (#237)
Version 2.9.0
New functionality and features
- Add support for OCR in transformation (#224)
- Add support for POW operator
Bug Fixes
- Fix fontAntialiasing type definition (#233)
- Fix Transformation normalization for predefined variables
- Fix Transformation normalization in browsers that do not support
lookbehind in regular expressions (#228) - Fix bug where preview:duration was shortened to preview:du
Other Changes
Version 2.8.2
- Fix - Add signature to list of url keys so that extractUrlParams() won't filter it
- Add test for package size using bundlewatch
Version 2.8.1
- Fix spaces encoding of named transformations
- Align responsive function with cloudinary_angular's lazy load
- Add tests for special chars encoding in urls
- Fix tests for video offset
- Fix secure_distribution type definition
- Add watch mode to tests
- Refactor normalizeArray function
- Update puppeteer to version 2.1.1
Version 2.8.0
Version 2.7.4
New functionality and features
- Add support for remote\local "pre" function invocation
Other Changes
- Fix responsive images in ie11
- Add pre release test for packages (#185)