Skip to content

Commit

Permalink
chore(release): 5.0.0-beta.10
Browse files Browse the repository at this point in the history
## [5.0.0-beta.10](v5.0.0-beta.9...v5.0.0-beta.10) (2024-02-14)

### Features

* **esl-event-listener:** ootb ability to skip custom `longwheel` and `swipe` events in case of content scrolling ([#2098](#2098)) ([ecc849f](ecc849f)), closes [#2085](#2085)
* **esl-popup:** rework esl-popup styles to use CSS variables ([cd781b9](cd781b9))

### Bug Fixes

* **microtask:** fix argument list on next fn call ([f421e88](f421e88))
* **swipe:** fix swipe tests ([e1aefb8](e1aefb8))
  • Loading branch information
semantic-release-bot committed Feb 14, 2024
1 parent 9e9c93b commit 81d0a5a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## [5.0.0-beta.10](https://github.com/exadel-inc/esl/compare/v5.0.0-beta.9...v5.0.0-beta.10) (2024-02-14)


### Features

* **esl-event-listener:** ootb ability to skip custom `longwheel` and `swipe` events in case of content scrolling ([#2098](https://github.com/exadel-inc/esl/issues/2098)) ([ecc849f](https://github.com/exadel-inc/esl/commit/ecc849f26a8444ea8b840e698afab18e79e80391)), closes [#2085](https://github.com/exadel-inc/esl/issues/2085)
* **esl-popup:** rework esl-popup styles to use CSS variables ([cd781b9](https://github.com/exadel-inc/esl/commit/cd781b9195b876a24debb574410423e853ea3e1a))


### Bug Fixes

* **microtask:** fix argument list on next fn call ([f421e88](https://github.com/exadel-inc/esl/commit/f421e882e4fb01ad691bf94209aab486c22cd50b))
* **swipe:** fix swipe tests ([e1aefb8](https://github.com/exadel-inc/esl/commit/e1aefb8f3ac08b19e40cb138c413dd659ac3500d))
2 changes: 1 addition & 1 deletion eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exadel/eslint-plugin-esl",
"version": "5.0.0-beta.9",
"version": "5.0.0-beta.10",
"keywords": [
"eslint",
"eslint-plugin",
Expand Down
8 changes: 4 additions & 4 deletions 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": "5.0.0-beta.9",
"version": "5.0.0-beta.10",
"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
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exadel/esl-website",
"version": "5.0.0-beta.9",
"version": "5.0.0-beta.10",
"private": true,
"description": "ESL Website source",
"homepage": "https://esl-ui.com/",
Expand Down

0 comments on commit 81d0a5a

Please # to comment.