Skip to content

Commit

Permalink
chore(release): 2.8.2
Browse files Browse the repository at this point in the history
### [2.8.2](v2.8.1...v2.8.2) (2021-03-16)
  • Loading branch information
imgix-git-robot committed Mar 16, 2021
1 parent 54ce907 commit f79533f
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 62 deletions.
32 changes: 16 additions & 16 deletions dist/vue-imgix.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,9 @@ function __decorate(decorators, target, key, desc) {

var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};

function createCommonjsModule(fn, basedir, module) {
return module = {
path: basedir,
exports: {},
require: function (path, base) {
return commonjsRequire(path, (base === undefined || base === null) ? module.path : base);
}
}, fn(module, module.exports), module.exports;
}

function commonjsRequire () {
throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
function createCommonjsModule(fn) {
var module = { exports: {} };
return fn(module, module.exports), module.exports;
}

var crypt = createCommonjsModule(function (module) {
Expand Down Expand Up @@ -177,7 +168,6 @@ var charenc_1 = charenc;
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

// The _isBuffer check is for Safari 5-7 support, because it's missing
// Object.prototype.constructor. Remove this eventually
var isBuffer_1 = function (obj) {
Expand Down Expand Up @@ -356,6 +346,16 @@ var md5 = createCommonjsModule(function (module) {
})();
});

/*
* base64.js
*
* Licensed under the BSD 3-Clause License.
* http://opensource.org/licenses/BSD-3-Clause
*
* References:
* http://en.wikipedia.org/wiki/Base64
*/

var base64 = createCommonjsModule(function (module, exports) {
(function (global, factory) {
module.exports = factory(global)
Expand Down Expand Up @@ -858,7 +858,7 @@ var imgixCoreJs = createCommonjsModule(function (module, exports) {
});

/**
* vue-class-component v7.2.4
* vue-class-component v7.2.6
* (c) 2015-present Evan You
* @license MIT
*/
Expand Down Expand Up @@ -1204,7 +1204,7 @@ IxImg = __decorate([

function objectWithoutProperties (obj, exclude) { var target = {}; for (var k in obj) if (Object.prototype.hasOwnProperty.call(obj, k) && exclude.indexOf(k) === -1) target[k] = obj[k]; return target; }
// Do not change this
var VERSION = '2.8.0';
var VERSION = '2.8.1';
var clientOptionDefaults = {
includeLibraryParam: true,
};
Expand Down Expand Up @@ -1241,7 +1241,7 @@ var VueImgixClient = function VueImgixClient(options) {
this.options = Object.assign({}, clientOptionDefaults, options);
this.client = new imgixCoreJs({
domain: this.options.domain,
includeLibraryParam: false,
includeLibraryParam: false, // force false so that imgix-core-js doesn't include its own library param
});
// This is not a public API, so it is not included in the type definitions for ImgixClient
if (this.options.includeLibraryParam) {
Expand Down
46 changes: 25 additions & 21 deletions dist/vue-imgix.min.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
var VueImgix = (function (exports, Vue) {
'use strict';

Vue = Vue && Object.prototype.hasOwnProperty.call(Vue, 'default') ? Vue['default'] : Vue;
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }

var Vue__default = /*#__PURE__*/_interopDefaultLegacy(Vue);

/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Expand All @@ -27,18 +29,9 @@ var VueImgix = (function (exports, Vue) {

var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};

function createCommonjsModule(fn, basedir, module) {
return module = {
path: basedir,
exports: {},
require: function (path, base) {
return commonjsRequire(path, (base === undefined || base === null) ? module.path : base);
}
}, fn(module, module.exports), module.exports;
}

function commonjsRequire () {
throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
function createCommonjsModule(fn) {
var module = { exports: {} };
return fn(module, module.exports), module.exports;
}

var crypt = createCommonjsModule(function (module) {
Expand Down Expand Up @@ -180,7 +173,6 @@ var VueImgix = (function (exports, Vue) {
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

// The _isBuffer check is for Safari 5-7 support, because it's missing
// Object.prototype.constructor. Remove this eventually
var isBuffer_1 = function (obj) {
Expand Down Expand Up @@ -359,6 +351,16 @@ var VueImgix = (function (exports, Vue) {
})();
});

/*
* base64.js
*
* Licensed under the BSD 3-Clause License.
* http://opensource.org/licenses/BSD-3-Clause
*
* References:
* http://en.wikipedia.org/wiki/Base64
*/

var base64 = createCommonjsModule(function (module, exports) {
(function (global, factory) {
module.exports = factory(global)
Expand Down Expand Up @@ -861,7 +863,7 @@ var VueImgix = (function (exports, Vue) {
});

/**
* vue-class-component v7.2.4
* vue-class-component v7.2.6
* (c) 2015-present Evan You
* @license MIT
*/
Expand Down Expand Up @@ -1057,7 +1059,7 @@ var VueImgix = (function (exports, Vue) {


var superProto = Object.getPrototypeOf(Component.prototype);
var Super = superProto instanceof Vue ? superProto.constructor : Vue;
var Super = superProto instanceof Vue__default['default'] ? superProto.constructor : Vue__default['default'];
var Extended = Super.extend(options);
forwardStaticMembers(Extended, Component, Super);

Expand Down Expand Up @@ -1130,7 +1132,7 @@ var VueImgix = (function (exports, Vue) {
$internalHooks.push.apply($internalHooks, _toConsumableArray(keys));
};

var IxImgProps = Vue.extend({
var IxImgProps = Vue__default['default'].extend({
props: {
src: {
type: String,
Expand Down Expand Up @@ -1186,7 +1188,7 @@ var VueImgix = (function (exports, Vue) {

function objectWithoutProperties (obj, exclude) { var target = {}; for (var k in obj) if (Object.prototype.hasOwnProperty.call(obj, k) && exclude.indexOf(k) === -1) target[k] = obj[k]; return target; }
// Do not change this
var VERSION = '2.8.0';
var VERSION = '2.8.1';
var clientOptionDefaults = {
includeLibraryParam: true,
};
Expand Down Expand Up @@ -1223,7 +1225,7 @@ var VueImgix = (function (exports, Vue) {
this.options = Object.assign({}, clientOptionDefaults, options);
this.client = new imgixCoreJs({
domain: this.options.domain,
includeLibraryParam: false,
includeLibraryParam: false, // force false so that imgix-core-js doesn't include its own library param
});
// This is not a public API, so it is not included in the type definitions for ImgixClient
if (this.options.includeLibraryParam) {
Expand Down Expand Up @@ -1267,7 +1269,7 @@ var VueImgix = (function (exports, Vue) {
return client.buildSrcSet.apply(client, args);
};

var IxPictureProps = Vue.extend({
var IxPictureProps = Vue__default['default'].extend({
props: {},
});
var IxPicture = /*@__PURE__*/(function (IxPictureProps) {
Expand All @@ -1292,7 +1294,7 @@ var VueImgix = (function (exports, Vue) {
Component
], IxPicture);

var IxSourceProps = Vue.extend({
var IxSourceProps = Vue__default['default'].extend({
props: {
src: {
type: String,
Expand Down Expand Up @@ -1361,6 +1363,8 @@ var VueImgix = (function (exports, Vue) {
exports.initVueImgix = initVueImgix;
exports.install = install;

Object.defineProperty(exports, '__esModule', { value: true });

return exports;

}({}, Vue));
48 changes: 25 additions & 23 deletions dist/vue-imgix.umd.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
typeof define === 'function' && define.amd ? define(['exports', 'vue'], factory) :
(global = global || self, factory(global.VueImgix = {}, global.Vue));
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.VueImgix = {}, global.Vue));
}(this, (function (exports, Vue) { 'use strict';

Vue = Vue && Object.prototype.hasOwnProperty.call(Vue, 'default') ? Vue['default'] : Vue;
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }

var Vue__default = /*#__PURE__*/_interopDefaultLegacy(Vue);

/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Expand All @@ -30,18 +32,9 @@

var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};

function createCommonjsModule(fn, basedir, module) {
return module = {
path: basedir,
exports: {},
require: function (path, base) {
return commonjsRequire(path, (base === undefined || base === null) ? module.path : base);
}
}, fn(module, module.exports), module.exports;
}

function commonjsRequire () {
throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
function createCommonjsModule(fn) {
var module = { exports: {} };
return fn(module, module.exports), module.exports;
}

var crypt = createCommonjsModule(function (module) {
Expand Down Expand Up @@ -183,7 +176,6 @@
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

// The _isBuffer check is for Safari 5-7 support, because it's missing
// Object.prototype.constructor. Remove this eventually
var isBuffer_1 = function (obj) {
Expand Down Expand Up @@ -362,6 +354,16 @@
})();
});

/*
* base64.js
*
* Licensed under the BSD 3-Clause License.
* http://opensource.org/licenses/BSD-3-Clause
*
* References:
* http://en.wikipedia.org/wiki/Base64
*/

var base64 = createCommonjsModule(function (module, exports) {
(function (global, factory) {
module.exports = factory(global)
Expand Down Expand Up @@ -864,7 +866,7 @@
});

/**
* vue-class-component v7.2.4
* vue-class-component v7.2.6
* (c) 2015-present Evan You
* @license MIT
*/
Expand Down Expand Up @@ -1006,7 +1008,7 @@
});

if (process.env.NODE_ENV !== 'production') {
if (!(Component.prototype instanceof Vue) && Object.keys(plainData).length > 0) {
if (!(Component.prototype instanceof Vue__default['default']) && Object.keys(plainData).length > 0) {
warn('Component class must inherit Vue or its descendant class ' + 'when class property is used.');
}
}
Expand Down Expand Up @@ -1071,7 +1073,7 @@


var superProto = Object.getPrototypeOf(Component.prototype);
var Super = superProto instanceof Vue ? superProto.constructor : Vue;
var Super = superProto instanceof Vue__default['default'] ? superProto.constructor : Vue__default['default'];
var Extended = Super.extend(options);
forwardStaticMembers(Extended, Component, Super);

Expand Down Expand Up @@ -1154,7 +1156,7 @@
$internalHooks.push.apply($internalHooks, _toConsumableArray(keys));
};

var IxImgProps = Vue.extend({
var IxImgProps = Vue__default['default'].extend({
props: {
src: {
type: String,
Expand Down Expand Up @@ -1210,7 +1212,7 @@

function objectWithoutProperties (obj, exclude) { var target = {}; for (var k in obj) if (Object.prototype.hasOwnProperty.call(obj, k) && exclude.indexOf(k) === -1) target[k] = obj[k]; return target; }
// Do not change this
var VERSION = '2.8.0';
var VERSION = '2.8.1';
var clientOptionDefaults = {
includeLibraryParam: true,
};
Expand Down Expand Up @@ -1247,7 +1249,7 @@
this.options = Object.assign({}, clientOptionDefaults, options);
this.client = new imgixCoreJs({
domain: this.options.domain,
includeLibraryParam: false,
includeLibraryParam: false, // force false so that imgix-core-js doesn't include its own library param
});
// This is not a public API, so it is not included in the type definitions for ImgixClient
if (this.options.includeLibraryParam) {
Expand Down Expand Up @@ -1291,7 +1293,7 @@
return client.buildSrcSet.apply(client, args);
};

var IxPictureProps = Vue.extend({
var IxPictureProps = Vue__default['default'].extend({
props: {},
});
var IxPicture = /*@__PURE__*/(function (IxPictureProps) {
Expand All @@ -1316,7 +1318,7 @@
Component
], IxPicture);

var IxSourceProps = Vue.extend({
var IxSourceProps = Vue__default['default'].extend({
props: {
src: {
type: String,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"module": "dist/vue-imgix.esm.js",
"jsnext:main": "dist/vue-imgix.esm.js",
"unpkg": "dist/vue-imgix.min.js",
"version": "2.8.1",
"version": "2.8.2",
"scripts": {
"serve": "vue-cli-service serve",
"build": "rollup --config build/rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/vue-imgix/vue-imgix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
} from './types';

// Do not change this
const VERSION = '2.8.1';
const VERSION = '2.8.2';

const clientOptionDefaults = {
includeLibraryParam: true,
Expand Down

0 comments on commit f79533f

Please sign in to comment.