This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
Releases: cloudinary/pkg-cloudinary-jquery-file-upload
Releases · cloudinary/pkg-cloudinary-jquery-file-upload
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
- 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_update
andprocessImageTags
as mentioned in #99 - Fix documentation for
processImageTags
as mentioned in #99
Version 2.1.3
- Add TravisCI label for npm, bower and license.
- Add license file
- Add missing
rmargin
variable. 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
short
toshortName
. 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.
Version 2.1.0
New functionality and features
- New configuration parameter
:client_hints
- Enhanced auto
width
values - Enhanced
quality
values
Other Changes
- Use duck-typing to set/get attributes.
- Updated dependencies
- Add
client_hints
,width
,quality
tests - Create spec-helper.coffee. Add
sharedExamples
. - Fix assets compilation issue with Cloudinary GEM cloudinary/cloudinary_gem#203
- Remove map reference in
js
folder. Fixes cloudinary/cloudinary_gem#199
Version 2.0.9
New functionality and features
- Add structured overlay and underlay
- Add
keyframe_interval
andstreaming_profile
transformation parameters
Other Changes
- Fix missing
cloudinary-jquery-file-upload.coffee.js.map
error. Fixes cloudinary/cloudinary_gem#199. - Don't overwrite
root.cloudinary
when initializing. Allows the cloudinary upload widget to be loaded before the JS library. Fixes cloudinary/cloudinary_js#88
Version 2.0.8
- Create local variables for
lodash
and_
for the shrinkwrap version. - Add
face_count
andpage_count
to Condition. Use replace with callback to process condition. - Add
transformation-spec.js
to karma configuration - Add translation of parameter names in conditional transformation
- Fix responsive tests
- Update tests
- Set default
responsive_use_breakpoints
instead ofresponsive_use_stoppoints
.
Version 2.0.7
New functionality and features
- Conditional Transformations
- Set breakpoint steps to 100. Default
responsive_use_stoppoints
totrue
instead of"resize"
. - Round up DPR by default. Add
round_dpr
configuration parameter.
Other Changes
- Add
Condition
class. AddTransformation.if
,Transformation.endif
,Transformation.else
. - Use String.slice() instead of String.substring()
- Update Grunt
build
task to not delete the lodash artifacts. Updatecompile
task to not cleanjsdoc
. - Add
bootstrap
argument toresponsive()
. Support responsive_class in options (defaults tocld-responsive
). - Add
Util.removeAttribute
- Add
item == null
to jQuery utilsisEmpty