Skip to content

Commit

Permalink
chore(release): 3.0.0-rc.3
Browse files Browse the repository at this point in the history
## [3.0.0-rc.3](v3.0.0-rc.2...v3.0.0-rc.3) (2022-04-22)
  • Loading branch information
imgix-git-robot committed Apr 22, 2022
1 parent 1d4c5eb commit e90b530
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 18 deletions.
9 changes: 4 additions & 5 deletions dist/vue-imgix.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ function _nonIterableRest() {
}

// package version used in the ix-lib parameter
var VERSION$1 = '3.6.0-rc.1'; // regex pattern used to determine if a domain is valid
var VERSION$1 = '3.6.0'; // regex pattern used to determine if a domain is valid

var DOMAIN_REGEX = /^(?:[a-z\d\-_]{1,62}\.){0,125}(?:[a-z\d](?:\-(?=\-*[a-z\d])|[a-z]|\d){0,62}\.)[a-z\d]{1,63}$/i; // minimum generated srcset width

Expand Down Expand Up @@ -1674,7 +1674,7 @@ var IxImg = defineComponent({

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 = '3.0.0-rc.1';
var VERSION = '3.0.0-rc.2';
var clientOptionDefaults = {
includeLibraryParam: true,
};
Expand Down Expand Up @@ -1730,7 +1730,7 @@ var VueImgixClient = function VueImgixClient(options) {
this.options = Object.assign({}, clientOptionDefaults, options);
this.client = new ImgixClient({
domain: this.options.domain,
includeLibraryParam: false,
includeLibraryParam: false, // force false so that @imgix/js-core 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 @@ -1833,5 +1833,4 @@ var plugin = {
install: install,
};

export default plugin;
export { IxImg, buildImgixClient, buildSrcSet, buildUrl, buildUrlObject, ensureVueImgixClientSingleton, initVueImgix, install };
export { IxImg, buildImgixClient, buildSrcSet, buildUrl, buildUrlObject, plugin as default, ensureVueImgixClientSingleton, initVueImgix, install };
10 changes: 5 additions & 5 deletions dist/vue-imgix.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ var VueImgix = (function (exports, vue) {
}

// package version used in the ix-lib parameter
var VERSION$1 = '3.6.0-rc.1'; // regex pattern used to determine if a domain is valid
var VERSION$1 = '3.6.0'; // regex pattern used to determine if a domain is valid

var DOMAIN_REGEX = /^(?:[a-z\d\-_]{1,62}\.){0,125}(?:[a-z\d](?:\-(?=\-*[a-z\d])|[a-z]|\d){0,62}\.)[a-z\d]{1,63}$/i; // minimum generated srcset width

Expand Down Expand Up @@ -1675,7 +1675,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 = '3.0.0-rc.1';
var VERSION = '3.0.0-rc.2';
var clientOptionDefaults = {
includeLibraryParam: true,
};
Expand Down Expand Up @@ -1731,7 +1731,7 @@ var VueImgix = (function (exports, vue) {
this.options = Object.assign({}, clientOptionDefaults, options);
this.client = new ImgixClient({
domain: this.options.domain,
includeLibraryParam: false,
includeLibraryParam: false, // force false so that @imgix/js-core 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 @@ -1839,7 +1839,7 @@ var VueImgix = (function (exports, vue) {
exports.buildSrcSet = buildSrcSet;
exports.buildUrl = buildUrl;
exports.buildUrlObject = buildUrlObject;
exports.default = plugin;
exports["default"] = plugin;
exports.ensureVueImgixClientSingleton = ensureVueImgixClientSingleton;
exports.initVueImgix = initVueImgix;
exports.install = install;
Expand All @@ -1848,4 +1848,4 @@ var VueImgix = (function (exports, vue) {

return exports;

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

/**
* base64.ts
Expand Down Expand Up @@ -1155,7 +1155,7 @@
}

// package version used in the ix-lib parameter
var VERSION$1 = '3.6.0-rc.1'; // regex pattern used to determine if a domain is valid
var VERSION$1 = '3.6.0'; // regex pattern used to determine if a domain is valid

var DOMAIN_REGEX = /^(?:[a-z\d\-_]{1,62}\.){0,125}(?:[a-z\d](?:\-(?=\-*[a-z\d])|[a-z]|\d){0,62}\.)[a-z\d]{1,63}$/i; // minimum generated srcset width

Expand Down Expand Up @@ -1678,7 +1678,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 = '3.0.0-rc.1';
var VERSION = '3.0.0-rc.2';
var clientOptionDefaults = {
includeLibraryParam: true,
};
Expand Down Expand Up @@ -1734,7 +1734,7 @@
this.options = Object.assign({}, clientOptionDefaults, options);
this.client = new ImgixClient({
domain: this.options.domain,
includeLibraryParam: false,
includeLibraryParam: false, // force false so that @imgix/js-core 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 @@ -1842,11 +1842,11 @@
exports.buildSrcSet = buildSrcSet;
exports.buildUrl = buildUrl;
exports.buildUrlObject = buildUrlObject;
exports.default = plugin;
exports["default"] = plugin;
exports.ensureVueImgixClientSingleton = ensureVueImgixClientSingleton;
exports.initVueImgix = initVueImgix;
exports.install = install;

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

})));
}));
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": "3.0.0-rc.2",
"version": "3.0.0-rc.3",
"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 = '3.0.0-rc.2';
const VERSION = '3.0.0-rc.3';

const clientOptionDefaults = {
includeLibraryParam: true,
Expand Down

0 comments on commit e90b530

Please sign in to comment.