Skip to content

Commit

Permalink
chore(release): 4.7.0
Browse files Browse the repository at this point in the history
# [4.7.0](v4.6.0...v4.7.0) (2023-06-09)

### Bug Fixes

* **esl-utils:** fix sequence finder behaviour in case step function leads to loop ([c23e2c2](c23e2c2))

### Code Refactoring

* **esl-carousel:** remove legacy esl-carousel implementation ([b31599a](b31599a))

### Features

* **esl-event-listener:** add the ability to get the current delegated event target ([#1675](#1675)) ([8b4b089](8b4b089))
* **esl-popup:** change the logic of auto injection of arrow ([a7ba04c](a7ba04c))
* **esl-utils:** add `findNextLooped` and `findPrevLooped` common traversing utility ([80a4e67](80a4e67))
* **esl-utils:** add `promisifyNextRender` common utility ([3a93887](3a93887))
* **esl-utils:** introduce `promisifyTransition` utility ([68d0556](68d0556))
* **esl-utils:** utility to postpone execution to microtask ([4f4f637](4f4f637))

### BREAKING CHANGES

* **esl-carousel:** `draft/esl-carousel` no longer available
  • Loading branch information
semantic-release-bot committed Jun 9, 2023
1 parent c9ff6a6 commit dfb7e0c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# [4.7.0](https://github.com/exadel-inc/esl/compare/v4.6.0...v4.7.0) (2023-06-09)


### Bug Fixes

* **esl-utils:** fix sequence finder behaviour in case step function leads to loop ([c23e2c2](https://github.com/exadel-inc/esl/commit/c23e2c2622bec1e894ba97ba068d198d6dd53a4e))


### Code Refactoring

* **esl-carousel:** remove legacy esl-carousel implementation ([b31599a](https://github.com/exadel-inc/esl/commit/b31599ab101afb14081c4e2d8619ce9ee390571a))


### Features

* **esl-event-listener:** add the ability to get the current delegated event target ([#1675](https://github.com/exadel-inc/esl/issues/1675)) ([8b4b089](https://github.com/exadel-inc/esl/commit/8b4b089ca8d63ae7df0f39e4434ff7b2b38f5e59))
* **esl-popup:** change the logic of auto injection of arrow ([a7ba04c](https://github.com/exadel-inc/esl/commit/a7ba04c2f9f16caab992566354a98376fca1672f))
* **esl-utils:** add `findNextLooped` and `findPrevLooped` common traversing utility ([80a4e67](https://github.com/exadel-inc/esl/commit/80a4e67324301665b16b3780f6f81e03bcc27914))
* **esl-utils:** add `promisifyNextRender` common utility ([3a93887](https://github.com/exadel-inc/esl/commit/3a938876791201e38919af33646d8fb28d248e45))
* **esl-utils:** introduce `promisifyTransition` utility ([68d0556](https://github.com/exadel-inc/esl/commit/68d0556d56624728ff57a77e5f6cead568ab14f3))
* **esl-utils:** utility to postpone execution to microtask ([4f4f637](https://github.com/exadel-inc/esl/commit/4f4f6374741d2534547e650bf59d39596008f25b))


### BREAKING CHANGES

* **esl-carousel:** `draft/esl-carousel` no longer available

# [4.6.0](https://github.com/exadel-inc/esl/compare/v4.5.0...v4.6.0) (2023-05-22)


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.6.0",
"version": "4.7.0",
"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 dfb7e0c

Please sign in to comment.