Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 599 Bytes

CHANGELOG.md

File metadata and controls

20 lines (12 loc) · 599 Bytes

Changelog

2.2.1

  • Package bump to devdependency on lodash.
  • Limit the number of published files #29.

2.2.0

  • handleFocus option added to trigger onOver/onOut callbacks during keyboard navigation #25.

2.1.0

  • Removed xtend dependency #24.

2.0.0

  • Removed UMD definition from index.js. Now if you require('hoverintent'), you get the CommonJS module export. dist/hoverintent.min.js still provides a UMD definition.