This repository was archived by the owner on Apr 8, 2021. It is now read-only.
Releases: cloudinary/pkg-cloudinary-core
Releases · cloudinary/pkg-cloudinary-core
Version 2.1.8
- Replace
$with jQuery - Replace require
Version 2.1.7
- Add Client Hints meta tag helper
- Support public ID with special characters
- Don't convert parameters to CamelCase
- Remove using
@constto avoid lint error on constant assignment - Edit instructions in README
- Encode
|and=in context values. - Merge pull request #110 from gvillenave/master
- Fix the "delay" transformation URL code
Version 2.1.6
- Change client hints behavior. Fixes #107.
- Remove dependency on 'jquery.ui' Fixes #104.
Version 2.1.5
- Refactor
grunt version - Test width value 'ow' and height value 'oh'
- Update documentation
- Merge branch 'dpr_auto'
- preview URL shows dpr_1.0 when setting DPR to auto
- Re-introduce the copy:docs task
- Guard for null or empty param in
cloudinary_updateandprocessImageTagsas mentioned in #99 - Fix documentation for
processImageTagsas mentioned in #99
Version 2.1.3
- Add TravisCI label for npm, bower and license.
- Add license file
- Add missing
rmarginvariable. Fixes cloudinary/cloudinary_js#76 - Fix README reference to
fileupload() - Merge pull request cloudinary/cloudinary_js#95 from crazile/patch-1
- Remove shorthand jQuery reference ($)
- Update packages.
Version 2.1.2
- Rename
shorttoshortName. Fixes cloudinary/cloudinary_js#73.
Version 2.1.1
- Add TravisCI configuration
- Allow browsers to be defined in commandline for karma runs.
- Remove map reference created by the coffee compiler from distribution files.
- Fixes #6.
- Fixes mileszim/ember-cli-cloudinary#3.
Version 2.1.0
New functionality and features
- New configuration parameter
:client_hints - Enhanced auto
widthvalues - Enhanced
qualityvalues
Other Changes
- Use duck-typing to set/get attributes.
- Updated dependencies
- Add
client_hints,width,qualitytests - Create spec-helper.coffee. Add
sharedExamples. - Fix assets compilation issue with Cloudinary GEM cloudinary/cloudinary_gem#203
- Remove map reference in
jsfolder. Fixes cloudinary/cloudinary_gem#199
Version 2.0.9
New functionality and features
- Add structured overlay and underlay
- Add
keyframe_intervalandstreaming_profiletransformation parameters
Other Changes
- Fix missing
cloudinary-jquery-file-upload.coffee.js.maperror. Fixes cloudinary/cloudinary_gem#199. - Don't overwrite
root.cloudinarywhen initializing. Allows the cloudinary upload widget to be loaded before the JS library. Fixes #88
Version 2.0.8
- Create local variables for
lodashand_for the shrinkwrap version. - Add
face_countandpage_countto Condition. Use replace with callback to process condition. - Add
transformation-spec.jsto karma configuration - Add translation of parameter names in conditional transformation
- Fix responsive tests
- Update tests
- Set default
responsive_use_breakpointsinstead ofresponsive_use_stoppoints.