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.6.3

02 Apr 14:48
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

02 Apr 14:47
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.0

02 Apr 14:47
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:49
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

22 Jan 07:10
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:23
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

17 Mar 11:45
Compare
Choose a tag to compare
  • Filter out $attr as a variable name - it is reserved in Angular

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:35
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:19
Compare
Choose a tag to compare
  • Replace $ with jQuery
  • Replace require