Skip to content

Releases: Juicy/juicy-popover

Add --popover-z-index custom CSS property support

18 Dec 14:54
Compare
Choose a tag to compare

Clicking on the expandable will not collapse the popover

29 Oct 13:52
Compare
Choose a tag to compare

New positions and handled events

16 Mar 10:14
Compare
Choose a tag to compare
  • Added new center positions #18
  • Added additional event handlers for expanding (now available events are click and hover) #19

Custom Elements V1

04 Jan 21:21
Compare
Choose a tag to compare

Replaced the API usage from Custom Elements V0 to V1.

Removed the legacy support for Shadow DOM V0.

Removed the deprecated attribute expendable. Use expandable.

Multiple positions; auto fit in viewport

05 Oct 11:54
Compare
Choose a tag to compare

New feature: multiple positions.

The default behavior of juicy-popover is now to automatically find a position of the expendable that touches the handler on one edge, yet fits in the viewport.

Three new positions were added: beforetop, beforebottom, beforeleft, beforeright

The demo page has been fixed and extended to present all possible position combinations.

Rename the slot to expandable. In previous release it was called expendable due to a typo. Both values will now work, but the latter gives a deprecation notice.

Fix collapsing of the expendable

04 Oct 10:10
Compare
Choose a tag to compare

Expandable did not collapse if mousedown was on expandableselector, but mouseup was not.

Compatibility with Shadow DOM V1

04 Oct 10:09
Compare
Choose a tag to compare

From now on, juicy-popover works with Shadow DOM V0 and V1