Skip to content

Commit e6e925b

Browse files
chore(release): 5.0.0-beta.14
## [5.0.0-beta.14](v5.0.0-beta.13...v5.0.0-beta.14) (2024-04-20) ### Features * **esl-carousel:** `container-class` slide implementation ([e042e4b](e042e4b)) * **esl-carousel:** migrate `esl-carousel-slide` from custom tag to Mixin ([74fb670](74fb670)) * **esl-carousel:** updated a11ty auto markers, default ids, initial event ([d3ad7cf](d3ad7cf)) * **esl-event-listener:** separate intersection events ([370d33b](370d33b)) * **esl-utils:** add provider function support into `[@prop](https://github.com/prop)` decorator ([9f4bfbe](9f4bfbe)) * **esl-utils:** add the ability to use additional attributes in `loadScript` utility ([#2279](#2279)) ([f803226](f803226)) ### Bug Fixes * **esl-carousel:** `dotBuilder`/`dotUpdater` does not inherit static default ([8fd173e](8fd173e)) * **esl-carousel:** it is impossible to use cascading of css variable properly to define dots styles on the carousel level ([d361295](d361295)) * **site:** `esl-animate` example page wrong animation ([7fd86b4](7fd86b4))
1 parent 15a9d81 commit e6e925b

File tree

6 files changed

+28
-9
lines changed

6 files changed

+28
-9
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [5.0.0-beta.14](https://github.com/exadel-inc/esl/compare/v5.0.0-beta.13...v5.0.0-beta.14) (2024-04-20)
2+
3+
4+
### Features
5+
6+
* **esl-carousel:** `container-class` slide implementation ([e042e4b](https://github.com/exadel-inc/esl/commit/e042e4bba2ea4a1552c7c227c3f0bf66040e7677))
7+
* **esl-carousel:** migrate `esl-carousel-slide` from custom tag to Mixin ([74fb670](https://github.com/exadel-inc/esl/commit/74fb670704df5546d955683f0ee47d976c625d42))
8+
* **esl-carousel:** updated a11ty auto markers, default ids, initial event ([d3ad7cf](https://github.com/exadel-inc/esl/commit/d3ad7cff63b0985b5c6df54240bb60b0645500b2))
9+
* **esl-event-listener:** separate intersection events ([370d33b](https://github.com/exadel-inc/esl/commit/370d33bf384c5fed6ca734bb680a9fd3ede86680))
10+
* **esl-utils:** add provider function support into `[@prop](https://github.com/prop)` decorator ([9f4bfbe](https://github.com/exadel-inc/esl/commit/9f4bfbee09e1cbd1aeac1b9d4176cc6518682bc9))
11+
* **esl-utils:** add the ability to use additional attributes in `loadScript` utility ([#2279](https://github.com/exadel-inc/esl/issues/2279)) ([f803226](https://github.com/exadel-inc/esl/commit/f80322656efc10dd138f6452f1d3f601229405c9))
12+
13+
14+
### Bug Fixes
15+
16+
* **esl-carousel:** `dotBuilder`/`dotUpdater` does not inherit static default ([8fd173e](https://github.com/exadel-inc/esl/commit/8fd173e9bc4d0895c437a921cbbde7a0257ec031))
17+
* **esl-carousel:** it is impossible to use cascading of css variable properly to define dots styles on the carousel level ([d361295](https://github.com/exadel-inc/esl/commit/d361295d6bce56f57986f7c69092273cd187eb74))
18+
* **site:** `esl-animate` example page wrong animation ([7fd86b4](https://github.com/exadel-inc/esl/commit/7fd86b405839ebb3c15dcd22eabdcf14967e41a5))
19+
120
## [5.0.0-beta.13](https://github.com/exadel-inc/esl/compare/v5.0.0-beta.12...v5.0.0-beta.13) (2024-04-16)
221

322

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@exadel/esl-snapshot-tests",
4-
"version": "5.0.0-beta.13",
4+
"version": "5.0.0-beta.14",
55
"description": "Integration snapshot tests for ESL",
66
"homepage": "https://esl-ui.com/",
77
"license": "MIT",

eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@exadel/eslint-plugin-esl",
3-
"version": "5.0.0-beta.13",
3+
"version": "5.0.0-beta.14",
44
"keywords": [
55
"eslint",
66
"eslint-plugin",

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@exadel/esl",
3-
"version": "5.0.0-beta.13",
3+
"version": "5.0.0-beta.14",
44
"private": false,
55
"description": "Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components",
66
"license": "MIT",

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@exadel/esl-website",
3-
"version": "5.0.0-beta.13",
3+
"version": "5.0.0-beta.14",
44
"private": true,
55
"description": "ESL Website source",
66
"homepage": "https://esl-ui.com/",

0 commit comments

Comments
 (0)