Skip to content

Releases: atlassian/browser-interaction-time

v2.1.0

23 Mar 23:02
Compare
Choose a tag to compare

v2.0.3

23 Jul 09:53
Compare
Choose a tag to compare

2.0.3 (2019-07-23)

Bug Fixes

  • add capture to event handlers (79ac2c4)
  • adjust travis config (0f53118)
  • remove node 6 from stack (e98e783)
  • travis go back to root after script (11d3334)
  • trigger build (56a197f)
  • update deps, remove not needed styles (4b13fd3)

v2.0.2

22 May 23:29
Compare
Choose a tag to compare

2.0.2 (2019-05-22)

Bug Fixes

  • update readme and run build (c93b74e)

v2.0.1

28 Feb 06:37
Compare
Choose a tag to compare

2.0.1 (2019-02-28)

Bug Fixes

v2.0.0

28 Feb 05:18
73e0b92
Compare
Choose a tag to compare

2.0.0 (2019-02-28)

Bug Fixes

  • src: invert pending, adjust default time (01a6769)

BREAKING CHANGES

  • src: pending in absoluteTimeCallbacks was inverted. If you used the default value of
    idleTimeoutMs you need to specify it explicitly because we changed it to 3000 ms

v1.4.0

28 Feb 03:17
9b3eb4c
Compare
Choose a tag to compare

1.4.0 (2019-02-28)

Features

  • events: add more dom events to reset the idle time (073bb84), closes #31

Performance Improvements

  • events: throttle events that reset idle time (14d5a06), closes #32

v1.3.2

18 Feb 05:53
Compare
Choose a tag to compare

1.3.2 (2019-02-18)

Bug Fixes

v1.3.1

16 Feb 09:51
Compare
Choose a tag to compare

1.3.1 (2019-02-16)

Bug Fixes

  • update docs for mark and measure (30c889f)

v1.3.0

16 Feb 02:16
cddccf5
Compare
Choose a tag to compare

1.3.0 (2019-02-16)

Bug Fixes

  • check if measure with name is already defined (5a16ac6)

Features

  • dist: built files for mark and measure (ff072e7), closes #14 #15
  • add mark and measure as public methods (f8add42)
  • adjust mark and measure replicate browser api (a0e6afc)
  • improve mark(), add tests (5f1801b)

v1.2.15

03 Feb 23:08
a2facc2
Compare
Choose a tag to compare

1.2.15 (2019-02-03)

Bug Fixes