Skip to content

v0.6.0

Choose a tag to compare

@buschtoens buschtoens released this 15 Feb 14:15
· 269 commits to master since this release

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.