Skip to content

0.8.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@clmath clmath released this 20 Nov 10:30
· 312 commits to master since this release

What's new in this release?

API Changes
  • delite/on (and also Widget#on()) will set Event.key to "ArrowDown", "ArrowLeft", etc. rather than "Down", "Left", etc. This is to match the specification of Event.key, even though no browsers except the latest firefox
    match the specification.
Bug Fixes
  • Arrow key navigation broken in Firefox (#433)