Skip to content

v2.0.0-beta.17

Pre-release
Pre-release
Compare
Choose a tag to compare
@ala-n ala-n released this 11 Feb 12:41
· 6537 commits to main-beta since this release

2.0.0-beta.17 (2021-02-11)

Bug Fixes

  • default export value replaced with singleton accessor (ca323aa)
  • small styling and imports updates (3e10b5f)

Code Refactoring

  • get rid of default imports and fix draft select component accessor naming (155dbf9)
  • popup property of the trigger renamed to $target (cdc4230)
  • scrollable & alert renaming (a61e56e)

Features

  • esl-scroll moved from draft to beta components (88e6ea6)

  • esl-select support for simple select wrap (b6debd8)

  • support for html content for alert (86507d8)

  • refactor!: rename ESLBasePopup (390f8f1)

BREAKING CHANGES

  • targetElement renamed to $target
  • popup renamed to $target in the trigger
  • default imports no longer accepted for esl modules
  • 'ESLBasePopup' comp rename to 'ESLToggleable'
    'ESLPopupDispatcher' comp rename to 'ESLToggleableDispatcher'