Skip to content

Commit

Permalink
chore(release): v3.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdeansanchez committed Feb 26, 2021
1 parent 4ce8742 commit f084765
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 301 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [v3.0.0-beta.2](https://github.com/imgix/js-core/compare/2.3.2...v3.0.0-beta.2) (2021-02-24)

* feat: esm rewrite ([#188](https://github.com/imgix/js-core/pull/188))
* feat: remove ensureEven requirement ([#206](https://github.com/imgix/js-core/pull/206))
* feat: use mjs file extensions with type module ([#209](https://github.com/imgix/js-core/pull/209))
* feat: enforce 0.01 lower bound for widthTolerance ([#211](https://github.com/imgix/js-core/pull/211))
* feat: create a DPR srcset when a fixed height is specified ([#215](https://github.com/imgix/js-core/pull/215))
* feat: drop bower.json ([#222](https://github.com/imgix/js-core/pull/222))
* fix: percent encode plus signs in path components ([#223](https://github.com/imgix/js-core/pull/223))

## [2.3.2](https://github.com/imgix/js-core/compare/2.3.1...2.3.2) (2020-10-12)

* fix(buildURL): ensure operation is idempotent ([#168](https://github.com/imgix/js-core/pull/168))
Expand Down
2 changes: 1 addition & 1 deletion dist/imgix-js-core.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function _nonIterableRest() {
}

// package version used in the ix-lib parameter
var VERSION = '2.3.2'; // regex pattern used to determine if a domain is valid
var VERSION = 'v3.0.0-beta.2'; // 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
2 changes: 1 addition & 1 deletion dist/index.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function _nonIterableRest() {
}

// package version used in the ix-lib parameter
var VERSION = '2.3.2'; // regex pattern used to determine if a domain is valid
var VERSION = 'v3.0.0-beta.2'; // 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
Loading

0 comments on commit f084765

Please sign in to comment.