Skip to content

v5.14.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Sep 12:32
· 1117 commits to main since this release

5.14.0-beta.0 (2025-09-19)

🚀 Features

  • remove deprecated alias for ActionParams on ESLAlert, ESLPanel, ESLPopup, ESLTooltip (4c9972092)
  • introduce ESLIntrinsicElements ESL custom tag jsx declaration interface (8b053737b)
  • esl-carousel: introduce capabilities to provide custom autoplay restrictions. Resolves #3349 (#3349)
  • esl-popup: introduce config prop for easily accessing params of popup (2252767c5)

🩹 Fixes

  • esl-trigger: update esl-base-trigger and it's instances to dispatch esl:change:action (e1b84e326)
  • esl-utils: handle empty eventName in dispatch function (8821c837a)

💅 Refactors

  • introduce global ESLIntrinsicElements interface (fe64e7871)
  • rename some Shape types declarations for consistency (6e709d0d6)
  • esl-popup: clearing params on popup hide (89884d581)
  • site: add rulers in sidebar (54454cc1a)
  • site: add automated brakpoints on sidebar, adjust playground examples (fdd2aebfc)
  • ui-playground: migrate UIP project to latest (8) JSX-DOM (5275cb787)

Documentation updates