Skip to content

v6.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 17:59
ddbf30f

6.2.0 (2026-06-23)

🚀 Features

  • major TS6 compatibility (9b505cc27)
  • ootb AI skills for @exadel/esl core module (dea17163e)
  • esl-carousel: update esl-carousel-autoplay plugin API to fully support pause behaviour (9b07b0a99)
  • esl-carousel: rework and simplify autoplay plugin API - separate contol mixin + (optional) lightweight state mixin (53337c6ac)
  • esl-carousel: add ability to exclude elements from effective interaction scope (leaving observation scope the same) (548a88c01)
  • esl-match-height: introduce ESLMatchHeightMixin (60229a142)

🩹 Fixes

  • esl-carousel: re-check autoplay blockers from global events (72197e025)
  • esl-utils: parseNumber handles empty space string " "incorrectly (632b8cf50)

💅 Refactors

  • esl-carousel: slight update API to use simplified state markers (1a2440b00)
  • esl-carousel: deduplicate autoplay events, update subscriptions strategy (9fbadc614)
  • esl-media: fix YT type import to be compatible with TS6 (acfe43240)
  • esl-utils: update promisifyTimeout type to more accurate one (1142a8310)
  • esl-utils: make uid utility compatible with ts6 (e498ef5fe)
  • esl-utils: make @decorate utility compatible with ts6 (ebe94bd4c)
  • esl-utils: fix MediaQueryNegation incompatibility with TS6 (ab265b24b)

Documentation updates

  • esl-carousel: cleanup autoplay documentation (4f57b45ec)
  • esl-match-height: ESLMatchHeightMixin documentation and example (9df5acef5)
  • esl-match-height: update sample to relevant one (6af4cf7da)