Skip to content

Releases: cloudinary/cloudinary_js

Version 2.11.0

26 Jul 07:32
Compare
Choose a tag to compare

New functionality and features

  • Add support for transparent video (#211)

Other Changes

  • Fix lazy loading of responsive images (#253)
  • Fix signature param support in ie11 (#252)
  • Add test and pre commit hook to prevent js folder changes (#249) (#251)

Version 2.10.3

11 Jul 09:17
Compare
Choose a tag to compare
  • Fix bug where image width was set to 'null' for responsive images
  • Refactor tests configuration and folder structure

Version 2.10.2

11 Jul 09:16
Compare
Choose a tag to compare
  • Fix ie11 support by removing usage of string.repeat() (#247)

Version 2.10.1

06 Jul 08:50
Compare
Choose a tag to compare
  • Update analytics param to be urlAnalytics (#245)
  • Fix IE11 support by removing unsupported padStart function (#244)
  • Fix normalize() in jquery library used by server-side sdks
  • Fix title added to npm packages
  • Update travis configuration to test on node 8,10,12,14 (#241)

Version 2.10.0

01 Jul 11:47
Compare
Choose a tag to compare

New functionality and features

  • Add support for intersection detection.
  • Add support for placeholder and accessibility to url() function (#236)
  • Update responsive() to return a callback that removes the listener it adds

Other Changes

  • Add SDK analytics signature to the URL (off by default)
  • Update tsconfig to only test types folder (#237)

Version 2.9.0

21 Jun 09:02
Compare
Choose a tag to compare

New functionality and features

  • Add support for OCR in transformation (#224)
  • Add support for POW operator

Bug Fixes

  • Fix fontAntialiasing type definition (#233)
  • Fix Transformation normalization for predefined variables
  • Fix Transformation normalization in browsers that do not support
    lookbehind in regular expressions (#228)
  • Fix bug where preview:duration was shortened to preview:du

Other Changes

  • Update test descriptions (#223)
  • Update devDependencies packages
  • Remove CoffeeScript and Grunt mentions from readme (#222)
  • Remove unneeded TODO.md file (#221)
  • Update issue templates (#218)

Version 2.8.2

25 Mar 13:22
Compare
Choose a tag to compare
  • Fix - Add signature to list of url keys so that extractUrlParams() won't filter it
  • Add test for package size using bundlewatch

Version 2.8.1

18 Feb 10:25
Compare
Choose a tag to compare
  • Fix spaces encoding of named transformations
  • Align responsive function with cloudinary_angular's lazy load
  • Add tests for special chars encoding in urls
  • Fix tests for video offset
  • Fix secure_distribution type definition
  • Add watch mode to tests
  • Refactor normalizeArray function
  • Update puppeteer to version 2.1.1

Version 2.8.0

24 Nov 14:50
Compare
Choose a tag to compare

New functionality and features

  • Add support for signature option to url function (#198)

Other Changes

  • Add npm package test (#187)
  • Fix lodash imports
  • Fix responsive and minified tests
  • Fix files list for npm package in package.json

Version 2.7.4

18 Aug 10:07
Compare
Choose a tag to compare

New functionality and features

  • Add support for remote\local "pre" function invocation

Other Changes

  • Fix responsive images in ie11
  • Add pre release test for packages (#185)