v0.4.0
BREAKING CHANGES:
This change updates CommandEvent#invoker to be CommandEvent#source. It also changes the values to be kebab-cased:
showmodal
-> show-modal
togglepopover
-> toggle-popover
hidepopover
-> hide-popover
showpopover
-> show-popover
close
remains the same.
Additionally, support has been dropped for input button types, e.g. <input type=button>
. Invoker Commands only work on <button>
elements.
What's Changed
- Use commandfor/command attributes in the readme by @pepelsbey in #42
New Contributors
- @pepelsbey made their first contribution in #42
Full Changelog: v0.3.0...v0.4.0