Skip to content

Releases: Smartesting/gravity-data-collector

2.1.11

10 Oct 13:56
Compare
Choose a tag to compare

2.1.11

Added

  • Add GravityCollector.identifySession method to record custom session data

2.1.10

05 Oct 09:00
Compare
Choose a tag to compare

2.1.10

Changed

  • Records all click events, even where they are fired by a key or an automated test framework

Fixed

  • Sending user actions twice when maxDelay is set to 0

2.1.9

29 Sep 13:05
Compare
Choose a tag to compare

2.1.9

Added

  • Collect Enter and NumpadEnter key down and press while targeting an input

2.1.8

21 Sep 13:47
Compare
Choose a tag to compare

2.1.8

Changed

  • Start a new session when the collector is run in a Cypress test context and the current test name is different from
    the previous one.

2.1.7

13 Sep 14:54
Compare
Choose a tag to compare

2.1.7

Changed

  • Stop collecting consecutive keydown actions targeting the same element (see #9)

Fixed

  • Remove version from the minify script link in README and sample

2.1.6

07 Sep 09:11
Compare
Choose a tag to compare

2.1.6

Fix

  • Restore the local link toward local dist-sandbox/bundle.js in sample

2.1.5

07 Sep 09:01
Compare
Choose a tag to compare

2.1.5

Info

  • Minified version are not available for previous releases

Added

  • A minified version is now deploy with npm package and can be accessed using UNPKG service

2.1.4

01 Sep 15:36
Compare
Choose a tag to compare

2.1.4

Fixed

  • Do not set Origin header when no source is provided. (see #8)
  • Do not access directly global.document, leave it to a function dedicated if global is not defined. (see #7)

2.1.3

25 Aug 09:19
Compare
Choose a tag to compare

2.1.3

Changed

  • Add source: string optional parameter to sendSessionUserActions

2.1.2

25 Aug 07:03
Compare
Choose a tag to compare

2.1.2

Added

  • Export sendSessionUserActions in types.ts