-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2332 from exadel-inc/chore/4.16.0-release-notes
[maintanance]: v4.16.0 promo release notes
- Loading branch information
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
layout: content | ||
name: ESL v4.16.0 | ||
title: ESL v4.16.0 | ||
tags: [news] | ||
date: 2024-04-11 | ||
link: https://github.com/exadel-inc/esl/releases/tag/v4.16.0 | ||
--- | ||
|
||
We are delighted to announce the release of ESL version `v4.16.0`. | ||
With this release, we are continuing to implement changes originally planned for version 5, and include them into the 4th stable version. | ||
|
||
Here is the list of changes: | ||
|
||
- Scroll-aware event handling for `ESLEventListener` `swipe` and `longwheel` targets. | ||
Now you can easily omit `swipe` and `longwheel` events in case of content scrolling. | ||
- Introducing the `ESLBaseTrigger` class in the `esl-trigger` module to simplify and make Trigger-Toggleable relationship more clear and straightforward. | ||
- New possibilities for the `attr` decorator. | ||
Now you can use providers to set default values and the `inherit` option to inherit the value of declared attributes from DOM parents. | ||
- Bug fixes and improvements in the ESLShare module (update config method, migration to `ESLBaseTrigger`, etc.). | ||
- Bug fixes for the `microtask` utility and `ESLEventListener` support for any object-like host. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ landing: | |
news: | ||
title: Our News | ||
limit: 2 | ||
limit: 3 | ||
moreLimit: 3 | ||
moreCta: Show older news | ||
cta: | ||
|