v0.1.0
- 💥 BREAKING: Drop support for
popovertoggletarget
,popovershowtarget
andpopoverhidetarget
. These are nowpopovertarget
andpopovertargetaction
. - 💥 BREAKING: Invalid popover attribute values now default to manual, meaning
popover=invalid
is, in fact, a valid popover. - The old
BeforeToggleEvent
has been replaced withToggleEvent
which has a type of'beforetoggle'
or'toggle'
, and the oldcurrentState
is nowoldState
.newState
remains the same.
Full Changelog: v0.0.11...v0.1.0