Skip to content

Commit

Permalink
Release version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Apr 8, 2017
1 parent 3a139be commit e3a92eb
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 52 deletions.
41 changes: 23 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,52 @@

This document lists the changes between each minor and patch versions. For changes between major versions, see the [Upgrade Reference](/docs/upgrading.md)

### 2.3.0 (2017-04-07)

- Add a `sendInitialPageview` option to the `pageVisibilityTracker` plugin (#167)
- Add a `pageloadMetricIndex` option to the `pageVisibilityTracker` plugin (#167)

### 2.2.0 (2017-03-28)

- Update the `eventTracker` `ga-on` attribute to accept multiple (comma-separate) event types.
- Update the `hitFilter` option to be invoked with the DOM event associated with the interaction (when applicable).
- Update the `eventTracker` `ga-on` attribute to accept multiple (comma-separate) event types
- Update the `hitFilter` option to be invoked with the DOM event associated with the interaction (when applicable)

### 2.1.1 (2017-03-15)

- Remove `.babelrc` to prevent conflicts when using `babel-loader`.
- Remove `.babelrc` to prevent conflicts when using `babel-loader`

### 2.1.0 (2017-03-06)

- Fix a double-pageview bug on pageload after session timeout (#150).
- Add a visibleThreshold option to pageVisibilityTracker (#148).
- Fix a double-pageview bug on pageload after session timeout (#150)
- Add a `visibleThreshold` option to `pageVisibilityTracker` (#148)

### 2.0.4 (2017-02-24)

- Fix CI build failure.
- Fix CI build failure

### 2.0.3 (2017-02-24)

- Fix incorrect package version.
- Fix incorrect package version

### 2.0.2 (2017-02-23)

- Fix errors accessing localStorage in some browsers (#145).
- Fix errors accessing `localStorage` in some browsers (#145)

### 2.0.1 (2017-02-06)

- Fix incorrect Closure Compiler externs.
- Fix incorrect Closure Compiler externs

### 2.0.0 (2017-02-02)

- See the [Upgrade Reference](/docs/upgrading.md) for a full list of changes.
- See the [Upgrade Reference](/docs/upgrading.md) for a full list of changes

## 1.1.0 (2016-10-18)

- Add impressionTracker methods to observe and unobserve elements (#111)
- Add `impressionTracker` methods to observe and unobserve elements (#111)

### 1.0.4 (2016-10-15)

- Prevent the withTimeout callback from firing twice
- Prevent the `withTimeout` callback from firing twice

### 1.0.3 (2016-09-18)

Expand All @@ -51,15 +56,15 @@ This document lists the changes between each minor and patch versions. For chang
### 1.0.2 (2016-09-18)

- Fix the autotrack warning and upgrade language
- Update dom-utils for better shadow DOM support
- Update `dom-utils` for better shadow DOM support

### 1.0.1 (2016-08-10)

- Upgrade dependencies to get third-party fixes

### 1.0.0 (2016-06-30)

- See the [Upgrade Reference](/docs/upgrading.md) for a full list of change.
- See the [Upgrade Reference](/docs/upgrading.md) for a full list of change

### 0.6.5 (2016-04-13)

Expand All @@ -68,8 +73,8 @@ This document lists the changes between each minor and patch versions. For chang
### 0.6.4 (2016-03-30)

- Ensure only http(s) links are considered outbound (#44)
- Remove unnecessary caught errors (#42)
- Move the gaplugin assignment to the provide call (#36)
- Remove unnecessarily caught errors (#42)
- Move the `gaplugin` assignment to the provide call (#36)
- Refactor tests to make fewer full page requests (#35)

### 0.6.3 (2016-03-15)
Expand All @@ -82,11 +87,11 @@ This document lists the changes between each minor and patch versions. For chang

### 0.6.1 (2016-02-26)

- Allow sourcing autotrack.js before the snippet (#24)
- Allow sourcing `autotrack.js` before the snippet (#24)

### 0.6.0 (2016-02-26)

- Remove the sessionDurationTracker (#21)
- Remove the `sessionDurationTracker` plugin (#21)

### 0.5.0 (2016-02-18)

Expand Down
Loading

0 comments on commit e3a92eb

Please sign in to comment.