Skip to content

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ala-n ala-n released this 26 Jan 14:52
· 6844 commits to main-beta since this release

2.0.0-beta.1 (2021-01-26)

  • feat!: update for tab and trigger events; fix double a11y control for tabs (dce85b6)
  • feat!: eventing cleanup (22efb73)
  • feat!: popups massive cleanup 1 (7441e41)

Bug Fixes

  • fix tracking click event for Popup (2c3bff0)
  • fix tracking click event for Popup (rename the method and arguments) (8abd6e5)
  • optimize UX for close outside feature (c058400)
  • remove eventNs for image & scroll fix image ready event (2f3382f)

Features

  • @ready decorator and readyState listener (6d1a32f)

BREAKING CHANGES

  • transitionend event of ESLPanel replaced with after:show/after:hide
  • statechange event of ESLTrigger replaced with change:active
  • ESLBaseElement no longer contains eventNs and $$fireNs methods
  • Whole popups based component system no longer use event namespaces
  • ESLBasePopup statechange events replaced with a separate (before:)show/hide