Skip to content

Releases: cloudinary/cloudinary_js

Version 2.11.2

Choose a tag to compare

released this 11 Aug 09:04
  • Fix typescript declarations (#257)

Version 2.11.1

Choose a tag to compare

released this 26 Jul 11:11
  • Revert Fix lazy loading of responsive images (#253)

Version 2.11.0

Choose a tag to compare

released this 26 Jul 07:32

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

Choose a tag to compare

released this 11 Jul 09:17
  • Fix bug where image width was set to 'null' for responsive images
  • Refactor tests configuration and folder structure

Version 2.10.2

Choose a tag to compare

released this 11 Jul 09:16
  • Fix ie11 support by removing usage of string.repeat() (#247)

Version 2.10.1

Choose a tag to compare

released this 06 Jul 08:50
  • 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

Choose a tag to compare

released this 01 Jul 11:47

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

Choose a tag to compare

released this 21 Jun 09:02

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

Choose a tag to compare

released this 25 Mar 13:22
  • 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

Choose a tag to compare

released this 18 Feb 10:25
  • 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