Skip to content

Releases: VadimDez/ngx-img-fallback

1.1.0

22 Jun 17:44
Compare
Choose a tag to compare

Features

  • Generate UMD bundle

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.3

06 Apr 19:35
Compare
Choose a tag to compare

Fixes

  • [#14] - Angular 4

0.2.2

13 Mar 19:59
Compare
Choose a tag to compare

Features

  • [#11] - Added (loaded) event

0.2.1

28 Nov 19:24
Compare
Choose a tag to compare

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

27 Nov 11:05
Compare
Choose a tag to compare

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

24 Sep 20:40
Compare
Choose a tag to compare

Changes

  • [#8] - Fixed typings (Can't find main.d.ts file)

0.1.3

04 Sep 19:42
Compare
Choose a tag to compare

Changes

  • [#6] - Update to Angular RC6
  • [#7] - Update how-to to Angular RC6
  • Removed version lock from peer dependency

0.1.2

15 Aug 06:47
Compare
Choose a tag to compare

Changes

  • [#3] - Update peer dependency
  • [#4] - Update to angular2.0.0-rc.5

0.1.1

07 Jun 20:29
Compare
Choose a tag to compare

This release is about switching from ng2-img-fallback="" to src-fallback="".

0.1.0

04 Jun 16:59
Compare
Choose a tag to compare

Basic