Releases: keithamus/invokers-polyfill
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
v0.3.0
What's Changed
- update invokers using command nomenclature & semantics by @keithamus in #41
BREAKING CHANGES:
This changes the polyfill to update to the latest names:
invokeTargetElement->commandForElement
invokeAction->command
InvokeEvent->CommandEvent
InvokeEvent#action->CommandEvent#command
Full Changelog: v0.2.1...v0.3.0
v0.2.1
This release removes the "auto"
action replacing it with ""
which is more correct.
Full Changelog: v0.2.0...v0.2.1
v0.1.5
This release includes a invoker.min.js
build for those of you not bundling. Happy invoking!
Full Changelog: v0.1.4...v0.1.5