All Versions
12
Latest Version
Avg Release Cycle
212 days
Latest Release
1555 days ago

Changelog History
Page 1

  • v1.6.5 Changes

    January 23, 2020
    • ๐Ÿ”Œ Actually fixed bind global plugin in node environment (#470)
  • v1.6.4 Changes

    January 23, 2020
    • ๐Ÿ›  Fixed bind global plugin in node js environments (#465)
  • v1.6.3 Changes

    March 04, 2019
    • ๐Ÿ›  Fixed issue where callbacks were incorrectly fired from input fields in shadow DOM (#245)
    • โšก๏ธ Updated tests to run using npm dependencies
  • v1.6.2 Changes

    June 02, 2018
    • โšก๏ธ Updated version to publish new License to NPM
  • v1.6.1 Changes

    April 02, 2017
    • ๐Ÿ›  Fixed issue where mousetrap did not work with numpad 0 key
  • v1.6.0 Changes

    May 29, 2016
    • โšก๏ธ Updated to not fail when included in server side environments
    • โž• Added Mousetrap.addKeycodes method for adding custom keyCodes not defined in the existing map
  • v1.5.3 Changes

    July 02, 2015
    • ๐Ÿ›  Fixes issue with _belongsTo when using web components
  • v1.5.2 Changes

    March 30, 2015
    • ๐Ÿ›  Fixes broken AMD support introduced in version 1.5.0
  • v1.5.1 Changes

    March 28, 2015

    Two quick things

    • 0๏ธโƒฃ Defaults target element to document if you just call new Mousetrap() on its own
    • ๐ŸŽ Checks against document first in the _belongsTo function to improve performance
  • v1.5.0 Changes

    March 28, 2015

    ๐Ÿš€ This release is long overdue. It brings a bunch of stuff.

    โž• Adds support for creating multiple instances of Mousetrap

    โž• Adds support for binding Mousetrap events to specific elements on the page (for example forms or form fields)

    ๐Ÿ‘€ For more information see http://craig.is/killing/mice#wrapping

    โž• Adds support for using Mousetrap as a common js module

    ๐Ÿ‘Œ Improves handling of + key in keyboard commands. Also adds an alias to reference + as plus to avoid confusion

    General code formatting clean up

    One note about backwards compatibility

    โšก๏ธ If you are using any of the plugins in the plugins directory and you update to Mousetrap 1.5.0 they will break. You have to install the new versions of the plugins. This is because all the public functions are now bound to the Mousetrap prototype instead of being attached to the global object.