This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
Releases: cloudinary/pkg-cloudinary-jquery-file-upload
Releases · cloudinary/pkg-cloudinary-jquery-file-upload
Version 2.6.3
New functionality and features
- Add support for composite radius params
Other Changes
- Replace
object.assign
withutil.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
- Use hardcoded list of method names. Fixes #153
- Use babel for development mode too
- Add test:all script
Version 2.6.0
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
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
New functionality and features
- Support fetch URL in layers
- Support SEO suffix for private images
Other Changes
- Add documentation
- Refactor
btoa
; Add POJOisFunction
- 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
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
- Filter out
$attr
as a variable name - it is reserved in Angular
Version 2.2.0
- Add User defined variables.
- Add
callback
andupload_preset
to configuration parameters
Version 2.1.9
- 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
- Replace
$
with jQuery - Replace require