Skip to content

Tags: guywou/cloudinary_angular

Tags

(5.x)1.0.3

Toggle (5.x)1.0.3's commit message
 * Update dependencies

(5.x)1.0.2

Toggle (5.x)1.0.2's commit message
 * Update sample to Angular 6. Fixes cloudinary#138

  * Add isBrowser check for SSR. Fixes cloudinary#150
  * Avoid errors in angular-universal server rendering
  * Set common background properties for
  * CloudinaryBackgroundImageDirective
  * export CloudinaryBackgroundImageDirective
  * Add background image directive
  * Add tests for `quality:auto` parameter
  * Add a test of keyframe_interval (ki) parameter
  * Add tests of overlay/underlay with a fetched image
  * Add tests of initialWidth and initialHeight params
  * Exclude *.d.ts files from lint check
  * Update samples to latest Angular 5 SDK version 1.0.1

(5.x)1.0.1

Toggle (5.x)1.0.1's commit message
 * Add onLoad and onError event emitters (cloudinary#128)

  * Universal rendering (cloudinary#120)
  * Add cld-responsive as an alias for responsive attribute (cloudinary#91)
  * Update samples to use SDK for Angular 5

1.0.1

Toggle 1.0.1's commit message
 * Add onLoad and onError event emitters (cloudinary#128)

  * Universal rendering (cloudinary#120)
  * Add cld-responsive as an alias for responsive attribute (cloudinary#91)
  * Update samples to use SDK for Angular 5

1.1.1

Toggle 1.1.1's commit message
* Publish sources to Bower (Fixes cloudinary#121)

(5.x)1.0.0

Toggle (5.x)1.0.0's commit message
 * Upgrade to Angular5 (cloudinary#115)

  * Update Readme to point to HTTPS URLs of cloudinary.com
  * Angular: Unit Test for gravity:auto (cloudinary#99)
  * Update README.md
  * Add links to online samples to README
  * Fix handling of dynamic updates to public-id. Fixes cloudinary#83 (cloudinary#94)
  * Add `start` to npm scripts.
  * Update sample apps to Angular 4.x. Make all projects use config.ts.
  * Fixes cloudinary#89
  * Add comments to ng2-file-upload usage

(4.x)1.1.0

Toggle (4.x)1.1.0's commit message
 * Update Readme to point to HTTPS URLs of cloudinary.com

  * Angular: Unit Test for gravity:auto (cloudinary#99)
  * Update README.md
  * Fix handling of dynamic updates to public-id. Fixes cloudinary#83 (cloudinary#94)
  * Add links to online samples to README
  * Add `start` to npm scripts.
  * Update sample apps to Angular 4.x. Make all projects use config.ts.
  * Fix cloudinary#89
  * Add comments to ng2-file-upload usage

v1.1.0

Toggle v1.1.0's commit message
1.1.0

(4.x)1.0.0

Toggle (4.x)1.0.0's commit message
 * Use place holders for module name and version number

  * Update README.md
  * Update lib and samples to Angular 4
  * Merge pull request cloudinary#67 from cloudinary/isNamedNodeMap-fix-for-firefox
  * Update README links with Angular2 SDK
  * Update toCloudinaryAttributes to use MozNamedAttrMap for old versions of FireFox

2.1.2

Toggle 2.1.2's commit message
Add `bower.json` to Angular 2 branch