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

Commit e75853d

Browse files
author
Amir Tocker
committed
Version 2.1.3
1 parent 3f0dd70 commit e75853d

8 files changed

+19
-17
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.1.2",
3+
"version": "2.1.3",
44
"homepage": "http://cloudinary.com",
55
"authors": [
66
{

cloudinary-core-shrinkwrap.js

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

22
/**
3-
* Cloudinary's JavaScript library - Version 2.1.2
3+
* Cloudinary's JavaScript library - Version 2.1.3
44
* Copyright Cloudinary
55
* see https://github.com/cloudinary/cloudinary_js
66
*
@@ -3534,7 +3534,7 @@ var extend = function(child, parent) { for (var key in parent) { if (hasProp.cal
35343534
* @returns the value associated with the `name`
35353535
*
35363536
*/
3537-
var ArrayParam, Cloudinary, Condition, Configuration, HtmlTag, ImageTag, Layer, LayerParam, Param, RangeParam, RawParam, SubtitlesLayer, TextLayer, Transformation, TransformationBase, TransformationParam, Util, VideoTag, addClass, allStrings, augmentWidthOrHeight, cloudinary, contains, crc32, cssExpand, cssValue, curCSS, domStyle, getAttribute, getData, getStyles, getWidthOrHeight, hasClass, parameters, pnum, removeAttribute, rnumnonpx, setAttribute, setAttributes, setData, utf8_encode, width, without;
3537+
var ArrayParam, Cloudinary, Condition, Configuration, HtmlTag, ImageTag, Layer, LayerParam, Param, RangeParam, RawParam, SubtitlesLayer, TextLayer, Transformation, TransformationBase, TransformationParam, Util, VideoTag, addClass, allStrings, augmentWidthOrHeight, cloudinary, contains, crc32, cssExpand, cssValue, curCSS, domStyle, getAttribute, getData, getStyles, getWidthOrHeight, hasClass, parameters, pnum, removeAttribute, rmargin, rnumnonpx, setAttribute, setAttributes, setData, utf8_encode, width, without;
35383538
getData = function(element, name) {
35393539
var ref;
35403540
switch (false) {
@@ -3740,6 +3740,7 @@ var extend = function(child, parent) { for (var key in parent) { if (hasProp.cal
37403740
return val;
37413741
}
37423742
};
3743+
rmargin = /^margin/;
37433744
pnum = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source;
37443745
rnumnonpx = new RegExp("^(" + pnum + ")(?!px)[a-z%]+$", "i");
37453746
getWidthOrHeight = function(elem, name, extra) {
@@ -6400,7 +6401,7 @@ var extend = function(child, parent) { for (var key in parent) { if (hasProp.cal
64006401
Cloudinary = (function() {
64016402
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;
64026403

6403-
VERSION = "2.1.2";
6404+
VERSION = "2.1.3";
64046405

64056406
CF_SHARED_CDN = "d3jpl91pxevbkh.cloudfront.net";
64066407

@@ -7224,7 +7225,7 @@ var extend = function(child, parent) { for (var key in parent) { if (hasProp.cal
72247225
TextLayer: TextLayer,
72257226
SubtitlesLayer: SubtitlesLayer,
72267227
Cloudinary: Cloudinary,
7227-
VERSION: "2.1.2"
7228+
VERSION: "2.1.3"
72287229
};
72297230
return cloudinary;
72307231
});

cloudinary-core-shrinkwrap.min.js

Lines changed: 3 additions & 3 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: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/**
3-
* Cloudinary's JavaScript library - Version 2.1.2
3+
* Cloudinary's JavaScript library - Version 2.1.3
44
* Copyright Cloudinary
55
* see https://github.com/cloudinary/cloudinary_js
66
*
@@ -39,7 +39,7 @@ var extend = function(child, parent) { for (var key in parent) { if (hasProp.cal
3939
* @returns the value associated with the `name`
4040
*
4141
*/
42-
var ArrayParam, Cloudinary, Condition, Configuration, HtmlTag, ImageTag, Layer, LayerParam, Param, RangeParam, RawParam, SubtitlesLayer, TextLayer, Transformation, TransformationBase, TransformationParam, Util, VideoTag, addClass, allStrings, augmentWidthOrHeight, cloudinary, contains, crc32, cssExpand, cssValue, curCSS, domStyle, getAttribute, getData, getStyles, getWidthOrHeight, hasClass, parameters, pnum, removeAttribute, rnumnonpx, setAttribute, setAttributes, setData, utf8_encode, width, without;
42+
var ArrayParam, Cloudinary, Condition, Configuration, HtmlTag, ImageTag, Layer, LayerParam, Param, RangeParam, RawParam, SubtitlesLayer, TextLayer, Transformation, TransformationBase, TransformationParam, Util, VideoTag, addClass, allStrings, augmentWidthOrHeight, cloudinary, contains, crc32, cssExpand, cssValue, curCSS, domStyle, getAttribute, getData, getStyles, getWidthOrHeight, hasClass, parameters, pnum, removeAttribute, rmargin, rnumnonpx, setAttribute, setAttributes, setData, utf8_encode, width, without;
4343
getData = function(element, name) {
4444
var ref;
4545
switch (false) {
@@ -245,6 +245,7 @@ var extend = function(child, parent) { for (var key in parent) { if (hasProp.cal
245245
return val;
246246
}
247247
};
248+
rmargin = /^margin/;
248249
pnum = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source;
249250
rnumnonpx = new RegExp("^(" + pnum + ")(?!px)[a-z%]+$", "i");
250251
getWidthOrHeight = function(elem, name, extra) {
@@ -2905,7 +2906,7 @@ var extend = function(child, parent) { for (var key in parent) { if (hasProp.cal
29052906
Cloudinary = (function() {
29062907
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;
29072908

2908-
VERSION = "2.1.2";
2909+
VERSION = "2.1.3";
29092910

29102911
CF_SHARED_CDN = "d3jpl91pxevbkh.cloudfront.net";
29112912

@@ -3729,7 +3730,7 @@ var extend = function(child, parent) { for (var key in parent) { if (hasProp.cal
37293730
TextLayer: TextLayer,
37303731
SubtitlesLayer: SubtitlesLayer,
37313732
Cloudinary: Cloudinary,
3732-
VERSION: "2.1.2"
3733+
VERSION: "2.1.3"
37333734
};
37343735
return cloudinary;
37353736
});

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.

package.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.1.2",
3+
"version": "2.1.3",
44
"description": "Cloudinary Client Side JS library. Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more.",
55
"main": "cloudinary-core.js",
66
"repository": {

0 commit comments

Comments
 (0)