Skip to content

v0.4.0

Compare
Choose a tag to compare
@keithamus keithamus released this 27 Jul 09:57
· 10 commits to main since this release
0cbe2f6

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

Full Changelog: v0.3.0...v0.4.0