Releases: idoros/zeejs
Releases · idoros/zeejs
v0.3.1
v0.3.0
- feat: pass
eventTargettoonClickOutsidehandler (#72 ) - feat: add new
ignoreAnchorClickprop forPopupcomponent that causes theonClickOutsidehandler to be ignored for click on the opening anchor (#75 ) - feat: support
onEscapeforLayer, Modal and Popupcomponents and add close behavior forTooltip(#74 ) - fix: ignore
click-outsidethat accrues when a layer is created duringpointerdown(#71 ) - fix: change the behavior of
Tooltipto keep an open state on blur while tooltip layer is hovered (#75 ) - fix: improve refocus behavior (#73 )
v0.2.0
- new primitive components:
Modal,Tooltip,Popover onMouseIntersection,onFocusChangehandlers forlayer