Skip to content

Releases: CaliStyle/ng-intercom

6.0.0-beta.4

13 Oct 19:04
6de8db6
Compare
Choose a tag to compare

Description

  • Adds tests
  • Fixes issues with booting

Issues

#66 #57

Change Log

  • None

6.0.0-beta.1

30 May 14:24
66620a4
Compare
Choose a tag to compare
6.0.0-beta.1 Pre-release
Pre-release
  • Upgrades to Angular 6+

1.0.0-beta.13

25 Mar 15:44
aea109f
Compare
Choose a tag to compare
1.0.0-beta.13 Pre-release
Pre-release

AOT and SSR Testing Environments

Now fully supports AOT and SSR.

Fixes

1.0.0-beta.6

07 Sep 00:07
Compare
Choose a tag to compare
1.0.0-beta.6 Pre-release
Pre-release

[1.0.0-beta.6] - 2017-09-03

Fixed

  • Properly inject options providers
  • Set property onUnreadCountChange to correct value (Closing #20)

1.0.0-beta.3

04 Sep 01:35
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

[1.0.0-beta.3] - 2017-09-03

Added

1.0.0-beta.1

23 Aug 17:35
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

[1.0.0-beta.1] - 2017-08-23

Added

  • semver-major:Add option to watch router events and fire Intercom update, as is standard practice in SPAs (#17)
  • Added peer dependency for @angular/router. It will warn if you don't have the router installed, but it is not required to function if you are not using updateOnRouterChange.

Fixed

  • Fix issue with production build throwing error (#19)
  • Only fire warnings if in development mode, so production code executes without warnings.

0.2.0

10 Mar 23:55
Compare
Choose a tag to compare

Updating to 0.2.0

Instead of importing BROWSER_INTERCOM_PROVIDERS, just import IntercomModule. Then, in app.module.ts:

@NgModule({
    imports: [
        ...
        IntercomModule.forRoot()
        ...
    ]
})

Folks using 0.1.0 (for some reason) should be fine. It was broken, but I have fixed it.

Features

  • Add trackEvent() method

Bug Fixes

  • Move to Angular compiler so it actually works
  • Clean up module format
  • Make compatible with AoT

0.1.2 - DEPRECATED

10 Mar 23:42
Compare
Choose a tag to compare

This version and every 0.1.x version was a fluke, so prepare yourself for 0.2.0 with a lot of fixes.