Releases: cloudinary/cloudinary_js
Releases · cloudinary/cloudinary_js
Version 2.2.0
- Add User defined variables.
- Add
callback
andupload_preset
to configuration parameters
Version 2.1.9
- Support ‘iw’ and ‘ih’ transformation parameters for indicating initial width or height (respectively) in
ImageTag
- Support responsive image tag in
ImageTag
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
@const
to 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
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_update
andprocessImageTags
as mentioned in #99 - Fix documentation for
processImageTags
as mentioned in #99
Version 2.1.4
- Move
configuration
beforetransformation
in build and test scripts. - Refactor Util.
- Modify karma configuration to support coverage reporting.
- Fix typo.
- Make Layer classes support camelCase and snake_case parameters. Add Layer text.
- Add
baseutil.js
as a common source for lodash and jQuery utils. - Fix Layer tests
- Fix bug in
maxWidth
Version 2.1.3
Version 2.1.2
- Rename
short
toshortName
. Fixes #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.