Skip to content

Releases: cloudinary/cloudinary_js

Version 2.7.3

05 Aug 18:24
Compare
Choose a tag to compare
  • Fix cloudinary-core-shrinkwrap.js missing in release
    • Update copy_deployment script

Version 2.7.0

04 Aug 12:46
Compare
Choose a tag to compare

New functionality and features

  • Feature/add video duration condition (#183)
  • Support force_version parameter to include default version when generating delivery urls (#173)
  • add support for antialiasing and hinting
  • Add support for custom functions
  • Add support of custom codecs in video tag (#161)

Other Changes

  • Feature/configuration (#172)
    • Update webpack and karma configuration
    • Update npm scripts
  • Add deployment files under a single repository
    • Add pkg folder
    • Add copybuilds script
  • Add test for support of art:incognito effect (#168)
  • Update jsdoc version (#182)
  • Add duration to conditions in video (#178)
  • Fix layer cloning (#163)
  • Update inline documentation (#174)
  • Add fontAntiAliasing and fontHinting to TypeScript definition
  • Add FetchLayer to types
  • Fix TypeScript cloudinary import
  • Add default export definition to TypeScript
  • Bump lodash from 4.17.11 to 4.17.13 (#180)
  • Bump js-yaml from 3.12.1 to 3.13.1 (#177)
  • Fix/sample code (#170)
    • Bump package versions in samples

Version 2.6.3

02 Apr 14:43
Compare
Choose a tag to compare

New functionality and features

  • Add support for composite radius params

Other Changes

  • Replace object.assign with util.assign (#169)
  • Escape quotes in html attributes (#166)
  • Remove Safari from automated tests
  • Fix test:all script
  • Implement isEmpty, isString and fix default function values
  • Update `.jshintrc to support ES6
  • Add "join the Community"

Version 2.6.2

28 Feb 09:53
Compare
Choose a tag to compare
  • Use hardcoded list of method names. Fixes #153
  • Use babel for development mode too
  • Add test:all script

Version 2.6.1

28 Feb 09:52
Compare
Choose a tag to compare
  • Fix ES6 modules

Version 2.6.0

29 Jan 18:23
Compare
Choose a tag to compare

New functionality and features

  • Add picture tag and source tag
  • Add support to fps transformation parameter (#139)
  • Replaced CoffeeScript with JavaScript
  • Refactor code as modules

Other Changes

  • Fix Fetch layer
  • Remove grunt
  • Update TypeScript configuration
  • Remove PhantomJS and bower references
  • Fix HTML tag test
  • Fix fps test

Version 2.5.0

13 Feb 15:46
Compare
Choose a tag to compare

New functionality and features

  • Support SEO urls
  • Merge pull request #136 from ignatiusreza/lodash/diet
    • selectively import lodash to avoid bundling the whole lodash

Other Changes

  • Update package-lock.json

Version 2.4.0

10 Dec 10:48
Compare
Choose a tag to compare

New functionality and features

  • Support fetch URL in layers
  • Support SEO suffix for private images

Other Changes

  • Add documentation
  • Refactor btoa; Add POJO isFunction
  • Update Node version list to test; Remove env vars
  • Update dependencies and configuration
  • Fix CLOUDINARY_URL regex
  • Update npm installation instructions
  • Update dependencies

Version 2.3.0

27 Mar 13:22
Compare
Choose a tag to compare

New functionality and features

  • Add TypeScript typings for cloudinary-core (merging #120 and #122)

Other Changes

  • Remove redundant script tags.
  • Add tests for gravity modes.
  • Restore cloud_name when chaining transformations (#116)
  • Add backward compatibility file
  • Fix broken conditional transformations based on order to transformation keys
  • Return node within loop so images is populated correctly (#119)

Version 2.2.1

19 Mar 05:30
Compare
Choose a tag to compare
  • Filter out $attr as a variable name - it is reserved in Angular