2.0.1 (2019-02-10)
- typings: change typing for
scrollContainer
(nowstring
instead ofHTMLElement
) (00c57f7)
2.0.0 (2018-10-09)
- core: item reveal events not fired if initialising WowService with no arguments (ec56d5e), closes #19
- core: update to
Angular v6.x.x
and higher (ccdab37)
- core:
forRoot()
onNgwWowModule
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:
import {NgwWowModule} from 'ngx-wow';
@NgModule({
declarations: [AppComponent, ...],
imports: [NgwWowModule],
bootstrap: [AppComponent]
})
export class AppModule {
}
<a name="1.0.2"></a>
## [1.0.2](https://github.com/tinesoft/ngx-wow/compare/v1.0.1...v1.0.2) (2017-12-31)
### Bug Fixes
* **animate.css:** update documentation about the necessary setup of `animate.css` ([e0ed09d](https://github.com/tinesoft/ngx-wow/commit/e0ed09d))
<a name="1.0.1"></a>
## [1.0.1](https://github.com/tinesoft/ngx-wow/compare/v1.0.0...v1.0.1) (2017-12-21)
### Bug Fixes
* **doc:** update README with installation instructions ([e5acacc](https://github.com/tinesoft/ngx-wow/commit/e5acacc))
<a name="1.0.0"></a>
# [1.0.0](https://github.com/tinesoft/ngx-wow/compare/9d1aa28...v1.0.0) (2017-10-18)
### Features
* **all:** initial version ([9d1aa28](https://github.com/tinesoft/ngx-wow/commit/9d1aa28))