Skip to content

Commit

Permalink
chore(release): 4.10.0-beta.1
Browse files Browse the repository at this point in the history
# [4.10.0-beta.1](v4.9.1...v4.10.0-beta.1) (2023-07-11)

### Features

* **esl-carousel:** complete support of the drag (touch) for ESLCarousel ([94bc18f](94bc18f))
* **esl-carousel:** complete support of the navigation plugins for ESLCarousel ([19bd241](19bd241))
* **esl-carousel:** new `esl-carousel` component introduced according to spec [#1282](#1282) ([5b6fc64](5b6fc64))
* **esl-carousel:** support for autoplay mixin plugin for ESLCarousel component ([1deea71](1deea71))
* **esl-carousel:** support for relation mixin plugin for ESLCarousel component ([77cbbd9](77cbbd9))
* **esl-utils:** introduce `promisifyTransition` utility ([9dbabfc](9dbabfc))
* **esl-utils:** utility to postpone execution to microtask ([2a4c8c5](2a4c8c5))
  • Loading branch information
semantic-release-bot committed Jul 11, 2023
1 parent 51ba565 commit 8af91e5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.10.0-beta.1](https://github.com/exadel-inc/esl/compare/v4.9.1...v4.10.0-beta.1) (2023-07-11)


### Features

* **esl-carousel:** complete support of the drag (touch) for ESLCarousel ([94bc18f](https://github.com/exadel-inc/esl/commit/94bc18f7f16d2cbff8aa8132ee6ed87dd6cce556))
* **esl-carousel:** complete support of the navigation plugins for ESLCarousel ([19bd241](https://github.com/exadel-inc/esl/commit/19bd241ef58dd96c3787324ac0157ab138fe3f0e))
* **esl-carousel:** new `esl-carousel` component introduced according to spec [#1282](https://github.com/exadel-inc/esl/issues/1282) ([5b6fc64](https://github.com/exadel-inc/esl/commit/5b6fc646ed86e1985e6f3b4ebb5e227846566702))
* **esl-carousel:** support for autoplay mixin plugin for ESLCarousel component ([1deea71](https://github.com/exadel-inc/esl/commit/1deea718bc89264f992ac7a05b5b4b85f796bfb2))
* **esl-carousel:** support for relation mixin plugin for ESLCarousel component ([77cbbd9](https://github.com/exadel-inc/esl/commit/77cbbd9a93de0b149ec484d7dae35409a7897926))
* **esl-utils:** introduce `promisifyTransition` utility ([9dbabfc](https://github.com/exadel-inc/esl/commit/9dbabfc982f97c8fe3ef04f9f35e66877ab04531))
* **esl-utils:** utility to postpone execution to microtask ([2a4c8c5](https://github.com/exadel-inc/esl/commit/2a4c8c59cbdc36a31c7dc370944abce1713b21b2))

## [4.9.1](https://github.com/exadel-inc/esl/compare/v4.9.0...v4.9.1) (2023-07-07)


Expand Down
4 changes: 2 additions & 2 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": "4.9.1",
"version": "4.10.0-beta.1",
"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 8af91e5

Please sign in to comment.