Releases: CaliStyle/ng-intercom
Releases · CaliStyle/ng-intercom
6.0.0-beta.4
6.0.0-beta.1
- Upgrades to Angular 6+
1.0.0-beta.13
1.0.0-beta.6
[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
[1.0.0-beta.3] - 2017-09-03
Added
- semver-major: Create an interface to interact with Leads API (https://developers.intercom.com/v2.0/reference)
1.0.0-beta.1
[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 usingupdateOnRouterChange
.
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
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
This version and every 0.1.x version was a fluke, so prepare yourself for 0.2.0 with a lot of fixes.