Skip to content

Releases: cloudinary/cloudinary_angular

Version 2.1.1

20 Jan 15:41
Compare
Choose a tag to compare
  • Update npm package with missing files.
  • Update sample projects.

Version 2.1.0

18 Jan 11:25
Compare
Choose a tag to compare
  • Support Angular AOT, fixes #69
  • Fix reference to package name in README. Fixes #68
  • Fix typo

Version 2.0.0

10 Jan 15:09
Compare
Choose a tag to compare

Angular 2.x compatible library

New Features

  • Support Angular 2.x
  • cl-image and cl-video components
  • cl-transformation attribute directive
  • clSrc, clHref, clSrcset attribute directives

Version 1.0.0

15 Mar 13:54
Compare
Choose a tag to compare

Major Version 1.0.0

New Features

  • Use Cloudinary new API *
  • Create CloudinaryProvider *
  • Separate sample app to with and without jQuery. *
  • Support Responsive behaviour

* since version 0.2.0

Other Changes

  • Add tests for responsive behaviour
  • Add spec and karma to bower ignore list
  • Merge pull request #42 from gilhanan/gilhanan-readme-patch-1
    • Add bower install instructions

Version 0.2.0

21 Feb 14:15
Compare
Choose a tag to compare

New Functionality

  • Use Cloudinary new API
  • Create CloudinaryProvider.
  • Separate sample app to with and without jQuery.

Other changes

  • Add setter and getter to Cloudinary provider. Serve jQuery.cloudinary if present.
  • Add NPM package.json file
  • Add spec file. Add Karma configuration.
  • Update gitignore. Update dependencies.
  • Rename spec file. Remove coverage and add Chrome to the karma test.
  • Fix sample project dependency. Remove leftover file.
  • Add uploaded image preview to the jQuery upload page
  • Support PhantomJS
  • Change ng-file-upload input to match version 11.
  • Merge pull request #40 from ArdentKid/master
  • bower dependency fix for "cloudinary_ng"