Skip to content

Releases: cloudinary/cloudinary_js

Version 2.2.0

14 Mar 10:47
Compare
Choose a tag to compare
  • Add User defined variables.
  • Add callback and upload_preset to configuration parameters

Version 2.1.9

02 Jan 15:34
Compare
Choose a tag to compare
  • 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

11 Dec 23:18
Compare
Choose a tag to compare
  • Replace $ with jQuery
  • Replace require

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:12
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:02
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.4

06 Oct 07:30
Compare
Choose a tag to compare
  • Move configuration before transformation 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

05 Sep 10:34
Compare
Choose a tag to compare
  • Add TravisCI label for npm, bower and license.
  • Add license file
  • Add missing rmargin variable. Fixes #76
  • Fix README reference to fileupload()
  • Merge pull request #95 from crazile/patch-1
    • Remove shorthand jQuery reference ($)
  • Update packages.

Version 2.1.2

15 Jul 21:42
Compare
Choose a tag to compare
  • Rename short to shortName. Fixes #73.

Version 2.1.1

30 Jun 11:38
Compare
Choose a tag to compare