Skip to content

Releases: ember-polyfills/ember-on-modifier

v0.6.0

15 Feb 14:15
Compare
Choose a tag to compare

Description

This release adds a tiny ponyfill for Element#addEventListener that works around a buggy and incomplete implementation in Internet Explorer 11. Primarily this lets you use once without having to worry about browser support:

<button {{on "click" this.onClick once=true}}>
  I only work once.
</button>

Features

  • #2 feat: add support for IE11

Changes

v0.1.0...v0.6.0

Yes. That's the correct tag range. np messed up.