Releases: exadel-inc/esl
Releases · exadel-inc/esl
v2.0.0-beta.7
2.0.0-beta.7 (2021-02-02)
- feat!: refactor of Panel & PanelStack (d819259)
Features
- upgrade BasePopupGroupManager (07aa02a)
BREAKING CHANGES
- Panel Stack uses self group management.
Group attribute should be removed to reach collapsible behavior.
Panel Stack & Panel inner API changes.
v2.0.0-beta.6
2.0.0-beta.6 (2021-02-01)
Bug Fixes
- rename loaded event of ESLImage to the load event (from spec) (23ecb84)
Code Refactoring
- cleanup for ESLBasePopupGroupManager (5f68efd)
BREAKING CHANGES
- rename ESLBasePopupGroupManager to ESLPopupGroupDispatcher
v2.0.0-beta.5
v2.0.0-beta.4
2.0.0-beta.4 (2021-01-31)
Features
-
add separate simplified ESLBaseTrigger (3f5500a)
-
introduce EventUtils with a set of event related utilities (04c5368)
-
introduce new BasePopupGroupManager based on events (8f9a426)
-
feat!: add last activator feature, fix outside action (76bd08b)
Bug Fixes
- fix package.json and IE compatibility problems (68f1bb6)
BREAKING CHANGES
- 'outsideclick' initiator type replaced with 'outsideaction'
v2.0.0-beta.3
v2.0.0-beta.2
2.0.0-beta.2 (2021-01-28)
Features
- !revert back esl prefix for events (adef294)
- add originalWidth / originalHeight accessors to ESLImage (365e31b)
BREAKING CHANGES
- events of BasePopup now have esl prefix
('esl:hide' / 'esl:show' / 'esl:before:hide' / 'esl:before:show')
events of Trigger now have esl prefix: 'esl:change:active'
events of Panel now have esl prefix: 'esl:after:hide' / 'esl:after:show'
v1.1.0
v2.0.0-beta.1
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 withafter:show
/after:hide
statechange
event of ESLTrigger replaced withchange: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
v1.0.1
v1.0.0
1.0.0 (2021-01-18) (first semantic version)
Bug Fixes
- Add extend draggable area for esl-scrollbar (403cf33)
- browser list term in package.json (39426dd)
- build process updated; NPM release file-list fix (a13bacf)
- ESL media query fix (ca4a904)
- fix linting error for scrollbar a11y pseudo-element (4974354)
- fix strict comparison. (5462ae3)
- fix youtube url regexp, typo in error and mock formatting (1da03bd)
- ie-zindex-fix update (5729f30)
- native 'close on body click' feature can be prevented by outside click handlers (853106d)
- path for coverage test exclusions (6c29f49)
- polyfill content fix (ecb738e)
- pr comments and bugfixes (6783473)
- semantic release test (2b53b37)
- Sonar code small fix. (947c4e0)
- test fix. (2e09121)
- Tests and fix for BreakpointRegistry (6c1b333)
- typo fixes. (c477f5f)
Features
- add get / set utility and simple compile method (8283bfa)
- commit-lint integration (138c4c2)
- commit-lint use conventional-commit rules (03dc5cd)
- ESL Scroll bar updated with unified event handling. (5a5aa30)
- esl-media-query tests and fixes (e8f554f)
- JSX interface for ESL Scrollbar and ESL Media (1a99746)
- update ESL Alert Component (1c047ae)