Skip to content

Releases: clarketm/image-map

v1.0.9

18 Oct 08:12
Compare
Choose a tag to compare

Performance Improvements

  • Add debounce functionality to the resize event handler.
  • Add polyfill for NodeList.prototype.forEach().

v1.0.8

07 Feb 21:23
Compare
Choose a tag to compare
  • jquery changed from a dependency -> peerDependency
  • Update copyright year (2016 -> 2018)
  • Update license from MIT to Apache-2.0

v1.0.7

11 Nov 05:27
Compare
Choose a tag to compare

Update dependencies:

  • jquery: 3.1.0 -> 3.2.1

v1.0.6

19 Jun 18:48
Compare
Choose a tag to compare

Compatibility with ES6 default imports.

v1.0.5

23 May 05:34
Compare
Choose a tag to compare

Fix UMD module syntax and export

v1.0.4

21 Feb 20:12
Compare
Choose a tag to compare
  • Conditionally check for jQuery ($ ).

v1.0.3

29 Aug 05:22
Compare
Choose a tag to compare
  • Improved memory management using addEventListener with a named listener.
  • Updates (e.g coordinates rerendering) are now handled using closures rather than creating a new ImageMap instance.
  • Window resize event is bound to the ImageMap instance and automatically disposed of on rebind.

v1.0.2

28 Aug 10:08
Compare
Choose a tag to compare
  • rectify window & document check at module initialization
  • move resize listener to ImageMap module definition

v1.0.1

28 Aug 07:47
Compare
Choose a tag to compare

Initial stable release.