8000 Releases · angulartics/angulartics2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: angulartics/angulartics2

v4.6.2

10 Jan 08:03
c450459
Compare
Choose a tag to compare

v4.6.1

10 Jan 07:43
20bb833
Compare
Choose a tag to compare

v4.6.0

10 Jan 07:14
1abaa56
Compare
Choose a tag to compare

4.6.0 (2018-01-10)

Features

Using Without A router

@angular/router must still be installed! However, it will not be used.

import { Angulartics2RouterlessModule } from 'angulartics2/routerlessmodule';
@NgModule({
  // ...
  imports: [
    BrowserModule,
    Angulartics2RouterlessModule.forRoot([Angulartics2GoogleAnalytics]),
  ],
})

Using With UI-Router

@angular/router must still be installed! However, it will not be used.

import { Angulartics2UirouterModule } from 'angulartics2/uiroutermodule';
@NgModule({
  // ...
  imports: [
    BrowserModule,
    Angulartics2UirouterModule.forRoot([Angulartics2GoogleAnalytics]),
  ],
})
  • provider: GA - take into account "tracker" in all cases (#211) (4793780)

v4.5.0

12 Dec 22:13
Compare
Choose a tag to compare

4.5.0 (2017-12-12)

Features

  • core: clearUrl - New RegExp for url clearing, new configuration options (#207) (33ebd49), closes #204

v4.4.0

11 Dec 05:25
Compare
Choose a tag to compare

4.4.0 (2017-12-11)

Features

v4.3.0

08 Dec 20:48
d4bbce2
Compare
Choose a tag to compare

4.3.0 (2017-12-08)

Features

  • providers: new provider Amplitude

v4.2.0

26 Nov 18:55
Compare
Choose a tag to compare

4.2.0 (2017-11-26)

Features

  • core: refactor - use Renderer2 service instead of EventManager (#197) (3828e75)

v4.1.0

24 Nov 22:26
4a5ec57
Compare
Choose a tag to compare

4.1.0 (2017-11-24)

Features

  • providers: Piwik - add trackGoal closes #187 (4a5ec57)

v4.0.4

21 Nov 18:11
Compare
Choose a tag to compare

4.0.4 (2017-11-21)

Bug Fixes

  • providers: Change accessibility of angulartics2 field in Angulartics2GoogleTagManager provider (#189) (dc95919)
  • providers: optimized reset of custom dimensions and metrics (#186) (4b779d2)

v4.0.3

21 Nov 18:00
Compare
Choose a tag to compare

4.0.3 (2017-11-21)

Bug Fixes

0