Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.16 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-beta.16](v3.0.0-beta.15...v3.0.0-beta.16) (2021-08-09)

### Bug Fixes

* **esl-popup:** wrong popup position when the popup is shown at the first time ([c5195ab](c5195ab))
* **esl-popup:** wrong popup position when the popup is shown at the first time ([7533683](7533683))
* **esl-utils:** fix IE issue 'ShadowRoot is undefined' ([4a8cffc](4a8cffc))
* **esl-utils:** fix IE11 issue with x and y absent in DOMRect ([b64a654](b64a654))
* merge changes ([ec09584](ec09584))
* remove drafts collection from sitemap ([3dc726a](3dc726a))

### Features

* **esl-tooltip:** add new action param to set up tooltip extra classes ([1b1587f](1b1587f))
* **esl-utils:** promise functional declarations ([19b1e2b](19b1e2b))
* add priority tag ([43904be](43904be))
* add sitemap generator ([78651ce](78651ce))
  • Loading branch information
semantic-release-bot committed Aug 9, 2021
1 parent 8dd486b commit f3487d5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [3.0.0-beta.16](https://github.com/exadel-inc/esl/compare/v3.0.0-beta.15...v3.0.0-beta.16) (2021-08-09)


### Bug Fixes

* **esl-popup:** wrong popup position when the popup is shown at the first time ([c5195ab](https://github.com/exadel-inc/esl/commit/c5195ab7415ba4c7309879e93be8db049b61bb3e))
* **esl-popup:** wrong popup position when the popup is shown at the first time ([7533683](https://github.com/exadel-inc/esl/commit/753368395f238fe9870a92436adbb749828a325d))
* **esl-utils:** fix IE issue 'ShadowRoot is undefined' ([4a8cffc](https://github.com/exadel-inc/esl/commit/4a8cffc025441016b75a723365fec4ad7ca2d288))
* **esl-utils:** fix IE11 issue with x and y absent in DOMRect ([b64a654](https://github.com/exadel-inc/esl/commit/b64a6545048164022cfa4a180da9ae8a922a8241))
* merge changes ([ec09584](https://github.com/exadel-inc/esl/commit/ec095848cbb2efd195bc5963c8c76cb385172632))
* remove drafts collection from sitemap ([3dc726a](https://github.com/exadel-inc/esl/commit/3dc726a8a617bf622fedb640e41f7b1087f12d58))


### Features

* **esl-tooltip:** add new action param to set up tooltip extra classes ([1b1587f](https://github.com/exadel-inc/esl/commit/1b1587fed6581997b758d5464505bdc68540123b))
* **esl-utils:** promise functional declarations ([19b1e2b](https://github.com/exadel-inc/esl/commit/19b1e2b7e5b0fe2cf4431b35a06b07122108ddfb))
* add priority tag ([43904be](https://github.com/exadel-inc/esl/commit/43904be29875f15dd563ac286ebd7797faa15f55))
* add sitemap generator ([78651ce](https://github.com/exadel-inc/esl/commit/78651ce4b9d79fc57fc908d91e8aab0e8feaeb15))

# [2.9.0](https://github.com/exadel-inc/esl/compare/v2.8.2...v2.9.0) (2021-08-08)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exadel/esl",
"version": "3.0.0-beta.15",
"version": "3.0.0-beta.16",
"private": false,
"description": "Exadel Smart Library (ESL) - is the lightweight custom elements library that provide a set of super-flexible components",
"license": "MIT",
Expand Down

0 comments on commit f3487d5

Please sign in to comment.