Skip to content

Releases: keithamus/invokers-polyfill

v0.4.5

24 Aug 23:01
c3c5282
Compare
Choose a tag to compare

Fix typescript module declaration errors.

Full Changelog: v0.4.4...v0.4.5

v0.4.4

24 Aug 09:29
e422e77
Compare
Choose a tag to compare

Prevents double dispatch of commands like close.

Full Changelog: v0.4.3...v0.4.4

v0.4.3

22 Aug 20:16
ea81bff
Compare
Choose a tag to compare

This fixes feature detection to ensure the latest semantics are polyfilled.

Full Changelog: v0.4.2...v0.4.3

v0.4.2

31 Jul 10:57
4d2b38d
Compare
Choose a tag to compare

Fixes a couple of typos.

Thanks @ryantownsend!

Full Changelog: v0.4.1...v0.4.2

v0.4.1

29 Jul 16:12
15a020a
Compare
Choose a tag to compare

Fixes the build

Full Changelog: v0.4.0...v0.4.1

v0.4.0

27 Jul 09:57
0cbe2f6
Compare
Choose a tag to compare

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

v0.3.0

11 Jul 16:13
3d0ef0e
Compare
Choose a tag to compare

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

26 Feb 23:34
v0.2.1
Compare
Choose a tag to compare

This release removes the "auto" action replacing it with "" which is more correct.

Full Changelog: v0.2.0...v0.2.1

v0.1.5

08 Feb 09:58
fb14eb6
Compare
Choose a tag to compare

This release includes a invoker.min.js build for those of you not bundling. Happy invoking!

Full Changelog: v0.1.4...v0.1.5

v0.1.4

08 Feb 09:58
726760c
Compare
Choose a tag to compare

This release includes a patch to ensure if the <body> tag is not present the polyfill will still function.

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4