Releases: VadimDez/ngx-img-fallback
Releases · VadimDez/ngx-img-fallback
1.1.0
Features
Breaking changes
This breaking change only valid for SYSTEMJS
approach,
Now you have to do this in you system.config.js
file:
Replace in your packages
var packages = {
...
'ngx-img-fallback': { main: 'dist/bundles/ngx-img-fallback.umd.js' }
}
0.2.2
Features
- [#11] - Added
(loaded)
event
0.2.1
Changes - made compatible with Ionic2
- [#10] - Error Ionic2 run android device
Breaking changes
Now instead of declaring Ng2ImgFallbackModule
you need to import it:
@NgModule({
imports: [BrowserModule, Ng2ImgFallbackModule],
declarations: [AppComponent],
bootstrap: [AppComponent]
})
0.2.0
Breaking changes
- [#10] - Error Ionic2 run android device
Now instead of declaring Ng2ImgFallback
you need to import it:
@NgModule({
imports: [BrowserModule, Ng2ImgFallback],
declarations: [AppComponent],
bootstrap: [AppComponent]
})
0.1.4
Changes
- [#8] - Fixed typings (Can't find main.d.ts file)
0.1.3
Changes
- [#6] - Update to Angular RC6
- [#7] - Update how-to to Angular RC6
- Removed version lock from peer dependency
0.1.2
Changes
- [#3] - Update peer dependency
- [#4] - Update to angular2.0.0-rc.5
0.1.1
This release is about switching from ng2-img-fallback=""
to src-fallback=""
.