Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@andyhmltn andyhmltn released this 17 Dec 10:24
· 22 commits to master since this release

Changelog

This release is not backwards compatible.

  • Renamed the press method to capture
  • Removed global onkey(up/down) calls so now you need to bind Quay to a dom element to listen on. This can be passed in as the only constructor argument new Quay(window) or use q.bindTo(window)
  • Added support for multiple key combos firing the same callback