Releases: idoros/zeejs
Releases · idoros/zeejs
v0.3.1
v0.3.0
- feat: pass
eventTarget
toonClickOutside
handler (#72 ) - feat: add new
ignoreAnchorClick
prop forPopup
component that causes theonClickOutside
handler to be ignored for click on the opening anchor (#75 ) - feat: support
onEscape
forLayer, Modal and Popup
components and add close behavior forTooltip
(#74 ) - fix: ignore
click-outside
that accrues when a layer is created duringpointerdown
(#71 ) - fix: change the behavior of
Tooltip
to 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
,onFocusChange
handlers forlayer