Releases: keithamus/invokers-polyfill
v0.4.9
v0.4.8
Fix bug where errors would be thrown if command
was set not commandfor
.
Full Changelog: v0.4.7...v0.4.8
v0.4.7
What's Changed
- chore: typo by @mfranzke in #47
- remove support for invokers on input elements
- only return known values for built-ins in command getter
New Contributors
Full Changelog: v0.4.6...v0.4.7
v0.4.6
This release fixes the minified build to ensure it is up-to-date.
Full Changelog: v0.4.5...v0.4.6
v0.4.5
Fix typescript module declaration errors.
Full Changelog: v0.4.4...v0.4.5
v0.4.4
Prevents double dispatch of commands like close
.
Full Changelog: v0.4.3...v0.4.4
v0.4.3
This fixes feature detection to ensure the latest semantics are polyfilled.
Full Changelog: v0.4.2...v0.4.3
v0.4.2
v0.4.1
Fixes the build
Full Changelog: v0.4.0...v0.4.1
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