Skip to content

Releases: andyhmltn/quay

Quay Version 2.3.2

31 Mar 14:50
Compare
Choose a tag to compare

Changelog

  • Fixes addEventListener in <=IE8 in favour of attachEvent

Quay.JS Version 2.3.0

03 Feb 12:32
Compare
Choose a tag to compare

Changelog

  • Fixed global scope leaking pointed out by @orls in #8

Quay.JS Version 2.2.3

02 Feb 20:24
Compare
Choose a tag to compare

Changelog

  • Teeny tiny code changes (semi-colons etc)

Quay.JS Version 2.2.2

01 Feb 15:22
Compare
Choose a tag to compare

Changelog

  • This includes a full re-write of quay.js. However, no functionality has changed
  • Fixed <IE9 compatibility

Version 2.1.2

19 Jan 16:46
Compare
Choose a tag to compare

Changelog

Version 2.1.1

19 Jan 16:00
Compare
Choose a tag to compare

Changelog

  • Quick patch to add cmd (OS X specific key) to the special keys file to allow for shortcuts using it

Version 2.1.0

17 Dec 17:22
Compare
Choose a tag to compare

Changelog

  • The original event is now passed as a second argument to your callback

Version 2.0.0

17 Dec 10:24
Compare
Choose a tag to compare

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

Version 1.0.2

16 Dec 17:41
Compare
Choose a tag to compare

Changelog

  • Adds support for AMD/RequireJS
  • Quay has been added as a bower package

Version 1.0.1

26 Sep 09:57
Compare
Choose a tag to compare

This adds some minor syntax changes to the code