Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.12 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-beta.12](v3.0.0-beta.11...v3.0.0-beta.12) (2021-07-01)

### Bug Fixes

* **esl-utils:** isRtl check updated to use computed styles instead of attribute ([89ae48d](89ae48d))

### Features

* **esl-toggleable:** set track hover activator to initial ([c48d182](c48d182))
* **esl-utils:** add EventUtil stopPropagation and preventDefault stubs ([2e835f4](2e835f4))
* **gh-pages:** migration of the demo-site to 11ty ([#287](#287)) ([61e42de](61e42de))
  • Loading branch information
semantic-release-bot committed Jul 1, 2021
1 parent 8015708 commit f533265
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.0.0-beta.12](https://github.com/exadel-inc/esl/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2021-07-01)


### Bug Fixes

* **esl-utils:** isRtl check updated to use computed styles instead of attribute ([89ae48d](https://github.com/exadel-inc/esl/commit/89ae48d5da35eab386d2f3cb53cdb20273e29423))


### Features

* **esl-toggleable:** set track hover activator to initial ([c48d182](https://github.com/exadel-inc/esl/commit/c48d182277411524024b03741dd3b4dbbdf65b2b))
* **esl-utils:** add EventUtil stopPropagation and preventDefault stubs ([2e835f4](https://github.com/exadel-inc/esl/commit/2e835f47e310599067823f1fef8ba69035695344))
* **gh-pages:** migration of the demo-site to 11ty ([#287](https://github.com/exadel-inc/esl/issues/287)) ([61e42de](https://github.com/exadel-inc/esl/commit/61e42de87b188f4a8b7e61d89a368bfaf1313d84))

## [2.7.3](https://github.com/exadel-inc/esl/compare/v2.7.2...v2.7.3) (2021-06-30)
Dependencies versions update

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.11",
"version": "3.0.0-beta.12",
"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 f533265

Please sign in to comment.