Skip to content
This repository was archived by the owner on Apr 8, 2021. It is now read-only.

Commit 97e6345

Browse files
author
Amir Tocker
committed
Version 2.2.1
1 parent 9d12b81 commit 97e6345

24 files changed

+53
-65
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-core",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"homepage": "http://cloudinary.com",
55
"authors": [
66
{

cloudinary-core-shrinkwrap.js

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

22
/**
3-
* Cloudinary's JavaScript library - Version 2.2.0
3+
* Cloudinary's JavaScript library - Version 2.2.1
44
* Copyright Cloudinary
55
* see https://github.com/cloudinary/cloudinary_js
66
*
@@ -5782,7 +5782,9 @@ var slice = [].slice,
57825782
for (key in options) {
57835783
opt = options[key];
57845784
if (key.match(VAR_NAME_RE)) {
5785-
this.set('variable', key, opt);
5785+
if (key !== '$attr') {
5786+
this.set('variable', key, opt);
5787+
}
57865788
} else {
57875789
this.set(key, opt);
57885790
}
@@ -6850,7 +6852,7 @@ var slice = [].slice,
68506852
Cloudinary = (function() {
68516853
var AKAMAI_SHARED_CDN, CF_SHARED_CDN, DEFAULT_POSTER_OPTIONS, DEFAULT_VIDEO_SOURCE_TYPES, OLD_AKAMAI_SHARED_CDN, SHARED_CDN, VERSION, absolutize, applyBreakpoints, cdnSubdomainNumber, closestAbove, cloudinaryUrlPrefix, defaultBreakpoints, finalizeResourceType, findContainerWidth, maxWidth, updateDpr;
68526854

6853-
VERSION = "2.2.0";
6855+
VERSION = "2.2.1";
68546856

68556857
CF_SHARED_CDN = "d3jpl91pxevbkh.cloudfront.net";
68566858

@@ -7690,7 +7692,7 @@ var slice = [].slice,
76907692
TextLayer: TextLayer,
76917693
SubtitlesLayer: SubtitlesLayer,
76927694
Cloudinary: Cloudinary,
7693-
VERSION: "2.2.0"
7695+
VERSION: "2.2.1"
76947696
};
76957697
return cloudinary;
76967698
});

cloudinary-core-shrinkwrap.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudinary-core-shrinkwrap.min.js.map

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

cloudinary-core.js

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

22
/**
3-
* Cloudinary's JavaScript library - Version 2.2.0
3+
* Cloudinary's JavaScript library - Version 2.2.1
44
* Copyright Cloudinary
55
* see https://github.com/cloudinary/cloudinary_js
66
*
@@ -2287,7 +2287,9 @@ var slice = [].slice,
22872287
for (key in options) {
22882288
opt = options[key];
22892289
if (key.match(VAR_NAME_RE)) {
2290-
this.set('variable', key, opt);
2290+
if (key !== '$attr') {
2291+
this.set('variable', key, opt);
2292+
}
22912293
} else {
22922294
this.set(key, opt);
22932295
}
@@ -3355,7 +3357,7 @@ var slice = [].slice,
33553357
Cloudinary = (function() {
33563358
var AKAMAI_SHARED_CDN, CF_SHARED_CDN, DEFAULT_POSTER_OPTIONS, DEFAULT_VIDEO_SOURCE_TYPES, OLD_AKAMAI_SHARED_CDN, SHARED_CDN, VERSION, absolutize, applyBreakpoints, cdnSubdomainNumber, closestAbove, cloudinaryUrlPrefix, defaultBreakpoints, finalizeResourceType, findContainerWidth, maxWidth, updateDpr;
33573359

3358-
VERSION = "2.2.0";
3360+
VERSION = "2.2.1";
33593361

33603362
CF_SHARED_CDN = "d3jpl91pxevbkh.cloudfront.net";
33613363

@@ -4195,7 +4197,7 @@ var slice = [].slice,
41954197
TextLayer: TextLayer,
41964198
SubtitlesLayer: SubtitlesLayer,
41974199
Cloudinary: Cloudinary,
4198-
VERSION: "2.2.0"
4200+
VERSION: "2.2.1"
41994201
};
42004202
return cloudinary;
42014203
});

cloudinary-core.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudinary-core.min.js.map

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

docs/ClientHintsMetaTag.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,9 +1507,8 @@ <h5>Returns:
15071507
</span>
15081508

15091509
<span class="jsdoc-message">
1510-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a>
1511-
on Tue Mar 14th 2017 using the <a
1512-
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
1510+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc </a> using the
1511+
<a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
15131512
</span>
15141513
</footer>
15151514

docs/Cloudinary.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4830,9 +4830,8 @@ <h5>Returns:
48304830
</span>
48314831

48324832
<span class="jsdoc-message">
4833-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a>
4834-
on Tue Mar 14th 2017 using the <a
4835-
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
4833+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc </a> using the
4834+
<a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
48364835
</span>
48374836
</footer>
48384837

docs/Condition.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,9 +1163,8 @@ <h5>Returns:
11631163
</span>
11641164

11651165
<span class="jsdoc-message">
1166-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a>
1167-
on Tue Mar 14th 2017 using the <a
1168-
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
1166+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc </a> using the
1167+
<a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
11691168
</span>
11701169
</footer>
11711170

0 commit comments

Comments
 (0)