Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Releases: cloudinary/pkg-cloudinary-jquery-file-upload

Version 2.1.7

04 Dec 10:21
Compare
Choose a tag to compare
  • 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

26 Oct 15:13
Compare
Choose a tag to compare
  • Change client hints behavior. Fixes #107.
  • Remove dependency on 'jquery.ui' Fixes #104.

Version 2.1.5

23 Oct 08:01
Compare
Choose a tag to compare
  • 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 and processImageTags as mentioned in #99
  • Fix documentation for processImageTags as mentioned in #99

Version 2.1.3

05 Sep 10:36
Compare
Choose a tag to compare
  • 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

15 Jul 21:44
Compare
Choose a tag to compare

Version 2.1.1

30 Jun 11:38
Compare
Choose a tag to compare

Version 2.1.0

22 Jun 14:41
Compare
Choose a tag to compare

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

05 Jun 13:29
Compare
Choose a tag to compare

New functionality and features

  • Add structured overlay and underlay
  • Add keyframe_interval and streaming_profile transformation parameters

Other Changes

Version 2.0.8

22 Mar 14:21
Compare
Choose a tag to compare
  • Create local variables for lodash and _ for the shrinkwrap version.
  • Add face_count and page_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 of responsive_use_stoppoints.

Version 2.0.7

08 Mar 14:56
Compare
Choose a tag to compare

New functionality and features

  • Conditional Transformations
  • Set breakpoint steps to 100. Default responsive_use_stoppoints to true instead of "resize".
  • Round up DPR by default. Add round_dpr configuration parameter.

Other Changes

  • Add Condition class. Add Transformation.if, Transformation.endif, Transformation.else.
  • Use String.slice() instead of String.substring()
  • Update Grunt build task to not delete the lodash artifacts. Update compile task to not clean jsdoc.
  • Add bootstrap argument to responsive(). Support responsive_class in options (defaults to cld-responsive).
  • Add Util.removeAttribute
  • Add item == null to jQuery utils isEmpty