Skip to content

Commit ca351ee

Browse files
committed
Version 1.0.2
1 parent 6448299 commit ca351ee

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11

2+
1.0.2 / 2018-07-16
3+
==================
4+
5+
* Update sample to Angular 6. Fixes #138
6+
* Add isBrowser check for SSR. Fixes #150
7+
* Avoid errors in angular-universal server rendering
8+
* Set common background properties for CloudinaryBackgroundImageDirective
9+
* export CloudinaryBackgroundImageDirective
10+
* Add background image directive
11+
* Add tests for `quality:auto` parameter
12+
* Add a test of keyframe_interval (ki) parameter
13+
* Add tests of overlay/underlay with a fetched image
14+
* Add tests of initialWidth and initialHeight params
15+
* Exclude *.d.ts files from lint check
16+
* Update samples to latest Angular 5 SDK version 1.0.1
17+
218
1.0.1 / 2018-01-28
319
==================
420

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/angular-5.x",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "The formal Cloudinary Angular SDK to enhance your applications with image and video components powered by Cloudinary",
55
"keywords": [
66
"cloudinary",

0 commit comments

Comments
 (0)