Skip to content

v4.16.0

Compare
Choose a tag to compare
@ala-n ala-n released this 10 Apr 17:52
· 404 commits to main since this release

4.16.0 (2024-04-10)

Bug Fixes

  • esl-event-listener: fix support for any object-like host (ae4c98d)
  • esl-share: fix merging of additional(nested) params when ESLShareConfig.update method is called (b9b4e5f)
  • esl-share: rename copy action alertText param to copyAlertMsg (d3e3c3a)
  • esl-utils: fix argument list on next fn call (c2e5c1d)

Features

  • esl-event-listener: ootb ability to skip custom longwheel and swipe events in case of content scrolling (#2098) (80c5747), closes #2085
  • esl-toggleable: introducing a base trigger class in purpose to simplify and make Trigger-Toggleable constructions more API strict in ESL (4ea1565)
  • esl-utils: add provider to default value in attr (f13cc98)
  • esl-utils: extend attr decorator with inherit option to take over the value of declared attribute (a794886)