ESL v4.15.0
ESL v5.0.0 is still in progress and currently under beta channel. But we decided to release a couple of minor versions of ESL v4 to allow you to be more up to date with the upcoming 5th version.
So, the ESL v4.15.0 has just been released. The following updates have been included in this release:
- Introducing the new
ESLWheelTargetproxy target designed to handle "long" wheel user actions. - Introducing the
ESLOpenStatemixin, facilitating automatic open/close actions based on media query changes for toggleable components. - Enhanced flexibility with the addition of support for
extraClassandextraStyleparameters for instances ofESLPopup. - Out-of-the-box configuration for
ESLSharenow includes Skype, Tumblr, Viber, and WhatsApp share buttons. Additionally, the ability to updateESLShareConfigusing list query syntax, along with accessibility and internal structural improvements. - Significant improvements to the
ESLToggleableAPI, now featuringshouldShowandshouldHideinternal methods instead of the previousonBeforeShowandonBeforeHidecallbacks. - Enhanced types compatibility, debugging, and delegation bug-fixing for
ESLEventListener. - Immutable
Rectreimplementation foresl-utilsmodule. Rect is going to become immutable by type in upcoming versions. ESLPopupupdated with autofocus,PopupActionParams.extraClass, andPopupActionParams.extraStylesupport.- Bug fix:
ESLEventListenerdelegation fixes for non-DOM targets and containers handling.