Skip to content
This repository was archived by the owner on Apr 8, 2021. It is now read-only.

Releases: cloudinary/pkg-cloudinary-core

Version 2.1.8

11 Dec 23:19

Choose a tag to compare

  • Replace $ with jQuery
  • Replace require

Version 2.1.7

04 Dec 10:22

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:14

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:00

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

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:43

Choose a tag to compare

Version 2.1.1

30 Jun 11:36

Choose a tag to compare

  • 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

22 Jun 14:41

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:28

Choose a tag to compare

New functionality and features

  • Add structured overlay and underlay
  • Add keyframe_interval and streaming_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 #88

Version 2.0.8

22 Mar 14:20

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.