Releases: exadel-inc/esl
Releases · exadel-inc/esl
v2.0.0-beta.17
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'
v2.0.0-beta.16
2.0.0-beta.16 (2021-02-08)
Bug Fixes
- allow super.register call for esl-base-element instances (19e8e05)
v2.0.0-beta.15
2.0.0-beta.15 (2021-02-04)
Features
- add more label format for esl-select; fix select dropdown focus (8682ec0)
v2.0.0-beta.14
v2.0.0-beta.13
2.0.0-beta.13 (2021-02-04)
Bug Fixes
- a11y (8d1085b)
Features
- add empty text for select. update select events and flow (3435ae9)