UNPKG

2.59 kBMarkdownView Raw
1# Changelog
2
3This document lists the changes between each minor and patch versions. For changes between major versions, see the [Upgrade Reference](/docs/upgrading.md)
4
5### 2.3.1 (2017-04-09)
6
7- Rename misspelled `pageloadMetricIndex` option to `pageloadsMetricIndex`
8
9### 2.3.0 (2017-04-07)
10
11- Add a `sendInitialPageview` option to the `pageVisibilityTracker` plugin (#167)
12- Add a `pageloadMetricIndex` option to the `pageVisibilityTracker` plugin (#167)
13
14### 2.2.0 (2017-03-28)
15
16- Update the `eventTracker` `ga-on` attribute to accept multiple (comma-separate) event types
17- Update the `hitFilter` option to be invoked with the DOM event associated with the interaction (when applicable)
18
19### 2.1.1 (2017-03-15)
20
21- Remove `.babelrc` to prevent conflicts when using `babel-loader`
22
23### 2.1.0 (2017-03-06)
24
25- Fix a double-pageview bug on pageload after session timeout (#150)
26- Add a `visibleThreshold` option to `pageVisibilityTracker` (#148)
27
28### 2.0.4 (2017-02-24)
29
30- Fix CI build failure
31
32### 2.0.3 (2017-02-24)
33
34- Fix incorrect package version
35
36### 2.0.2 (2017-02-23)
37
38- Fix errors accessing `localStorage` in some browsers (#145)
39
40### 2.0.1 (2017-02-06)
41
42- Fix incorrect Closure Compiler externs
43
44### 2.0.0 (2017-02-02)
45
46- See the [Upgrade Reference](/docs/upgrading.md) for a full list of changes
47
48## 1.1.0 (2016-10-18)
49
50- Add `impressionTracker` methods to observe and unobserve elements (#111)
51
52### 1.0.4 (2016-10-15)
53
54- Prevent the `withTimeout` callback from firing twice
55
56### 1.0.3 (2016-09-18)
57
58- Update dom-utils for better shadow DOM support
59
60### 1.0.2 (2016-09-18)
61
62- Fix the autotrack warning and upgrade language
63- Update `dom-utils` for better shadow DOM support
64
65### 1.0.1 (2016-08-10)
66
67- Upgrade dependencies to get third-party fixes
68
69### 1.0.0 (2016-06-30)
70
71- See the [Upgrade Reference](/docs/upgrading.md) for a full list of change
72
73### 0.6.5 (2016-04-13)
74
75- Fix a history change bug in IE11 (#57)
76
77### 0.6.4 (2016-03-30)
78
79- Ensure only http(s) links are considered outbound (#44)
80- Remove unnecessarily caught errors (#42)
81- Move the `gaplugin` assignment to the provide call (#36)
82- Refactor tests to make fewer full page requests (#35)
83
84### 0.6.3 (2016-03-15)
85
86- Update the generated license text
87
88### 0.6.2 (2016-03-07)
89
90- Add a check to ensure the form action exists (#28)
91
92### 0.6.1 (2016-02-26)
93
94- Allow sourcing `autotrack.js` before the snippet (#24)
95
96### 0.6.0 (2016-02-26)
97
98- Remove the `sessionDurationTracker` plugin (#21)
99
100### 0.5.0 (2016-02-18)
101
102- Make outbound link/form logic configurable (#3)
103
104### 0.4.0 (2016-02-04)
105
106- Initial public release