Releases: andyhmltn/quay
Releases · andyhmltn/quay
Quay Version 2.3.2
Quay.JS Version 2.3.0
Quay.JS Version 2.2.3
Changelog
- Teeny tiny code changes (semi-colons etc)
Quay.JS Version 2.2.2
Changelog
- This includes a full re-write of
quay.js
. However, no functionality has changed - Fixed <IE9 compatibility
Version 2.1.2
Changelog
- Fixes the command key on OSX to some degree. See issue 3 here for more details: http://bitspushedaround.com/on-a-few-things-you-may-not-know-about-the-hellish-command-key-and-javascript-events/
Version 2.1.1
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
Changelog
- The original event is now passed as a second argument to your callback
Version 2.0.0
Changelog
This release is not backwards compatible.
- Renamed the
press
method tocapture
- Removed global
onkey(up/down)
calls so now you need to bindQuay
to a dom element to listen on. This can be passed in as the only constructor argumentnew Quay(window)
or useq.bindTo(window)
- Added support for multiple key combos firing the same callback
Version 1.0.2
Changelog
- Adds support for AMD/RequireJS
- Quay has been added as a bower package
Version 1.0.1
This adds some minor syntax changes to the code