# @jspsych/extension-mouse-tracking ## 1.0.2 ### Patch Changes - [#2781](https://github.com/jspsych/jsPsych/pull/2781) [`12956b3c`](https://github.com/jspsych/jsPsych/commit/12956b3cc130676a81e4a4536d68800a4d34e8a8) Thanks [@jadeddelta](https://github.com/jadeddelta)! - added readme for visibility on npmjs.com ## 1.0.1 ### Patch Changes - [#2632](https://github.com/jspsych/jsPsych/pull/2632) [`a17f423f`](https://github.com/jspsych/jsPsych/commit/a17f423f18df24c73baeb06d4079f9f2f9211386) Thanks [@bjoluc](https://github.com/bjoluc)! - Improve browser compatibility when loading via `unpkg.com`, i.e. when using the `dist/index.browser.min.js` build artifact. ## 1.0.0 ### Major Changes - [#2228](https://github.com/jspsych/jsPsych/pull/2228) [`3e2e3ac8`](https://github.com/jspsych/jsPsych/commit/3e2e3ac86782c8c551b92cc087221994197adfe4) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Created an extension that enables mouse tracking. The extension records the coordinates and time of mousemove, mousedown, and mouseup events, as well as optionally recording the coordinates of objects on the screen to enable mapping of mouse events onto screen objects.