Releases: cloudinary/cloudinary_js
Releases · cloudinary/cloudinary_js
Version 2.13.1
- Fix deprecated
jQuery.isArray
Version 2.13.0
New functionality and features
- Allow to disable b-frames for video codec (#284)
- Add support for generating url with auth_token (#290)
Fixes
- Fix support for start offset and end offset parameters (#289)
Other Changes
- Remove links to nonexistent mapfiles in js folder (#283)
- Update README
Version 2.12.3
- Fix transparent video on safari 14.1 by using fetch instead of XHR (#282)
Version 2.12.2
- Fix missing userAgent on Node.js (#281)
Version 2.12.1
- Fix pictureTag arguments & add missing definitions (#278)
- Fix image srcset passed as attribute (#277)
- Fix transparent video on Safari (#280)
Version 2.12.0
New functionality and features
- Add support for variables in text style (#271)
Other Changes
- Fix README.md npm package links (#272)
- Refactor normalization of e_preview:duration (#270)
Version 2.11.4
- Fix transformations with variable names containing predefined names (#265)
- Fix responsive URL generation for zero width images (#206)
- Fix incorrect readme text and broken links (#264)
- Add test for context metadata as user variables (#266)
Version 2.11.3
- Fix js/jquery.cloudinary.js es5 compatibility by removing arrow functions
Version 2.11.2
- Fix typescript declarations (#257)
Version 2.11.1
- Revert Fix lazy loading of responsive images (#253)