2.0.0 (2018-10-09)

Bug Fixes

  • core: item reveal events not fired if initialising WowService with no arguments (ec56d5e), closes #19

Features

  • core: update to Angular v6.x.x and higher (ccdab37)

BREAKING CHANGES

  • core: forRoot() on NgwWowModule has been removed as no longer necessary

Before:

import {NgwWowModule} from 'ngx-wow';

@NgModule({
  declarations: [AppComponent, ...],
  imports: [NgwWowModule.forRoot()],
  bootstrap: [AppComponent]
})
export class AppModule {
}

After:

`ts import {NgwWowModule} from 'ngx-wow';

@NgModule({ declarations: [AppComponent, ...], imports: [NgwWowModule], bootstrap: [AppComponent] }) export class AppModule { }

1.0.2 (2017-12-31)

Bug Fixes

  • animate.css: update documentation about the necessary setup of animate.css (e0ed09d)

1.0.1 (2017-12-21)

Bug Fixes

  • doc: update README with installation instructions (e5acacc)

1.0.0 (2017-10-18)

Features

result-matching ""

    No results matching ""