Skip to content

Releases: zyra/ionic-image-loader

v6.3.2

23 Sep 23:55
Compare
Choose a tag to compare

6.3.2 (2018-09-23)

Bug Fixes

  • image-loader: URLs with query params lead to broken filenames (#196) (d32f351)
  • image-loader: Wrong path with Ionic on Android (#194) (d4132f1)
  • load: fire load event only when image is done loading (#200) (ce123dc), closes #195

Features

  • clearImageCache: add ability to remove single image cache (#192) (e22aa57)

Angular 5 Support

17 Sep 03:10
Compare
Choose a tag to compare

6.0.0 (2018-09-17)

  • Add Angular 5 support

5.1.0

17 Sep 03:07
Compare
Choose a tag to compare

5.1.0 (2018-09-17)

Bug Fixes

Features

  • img-loader: pass attributes to img element (#111) (482f6b5)

Livereload fix

04 Jul 19:10
Compare
Choose a tag to compare

Bug Fixes

  • livereload: wrong usage of reject, meant resolve. (#167) (bab73a8)

Livereload + cache bug fixes

29 Jun 09:13
Compare
Choose a tag to compare

5.0.3 (2018-06-29)

Bug Fixes

  • image-loader: resolve gray content in image issue (#163) (a15309f)
  • livereload: images not loading (#161) (ead3918)

v5.0.2

18 Jun 04:16
58afbde
Compare
Choose a tag to compare

5.0.2 (2018-06-18)

Bug Fixes

  • wkwebview: images not loading in Ionic WKWebView (#160) (db16dc2)

v5.0.0

23 Jan 03:10
Compare
Choose a tag to compare

5.0.0 (2018-01-23)

Features

  • replace FileTransfer plugin with HttpClient (#125) (45201ce)
  • support saving cached images with extension (#113) (fec6e51)

v4.2.1

07 Sep 15:46
531aa3b
Compare
Choose a tag to compare

4.2.1 (2017-09-07)

Bug Fixes

  • component: revert to Renderer class to maintain backwards compatbility (316fcb9), closes #95
  • provider: remove platform.ready (#96) (6c3b20e)

v4.2.0

04 Sep 11:17
Compare
Choose a tag to compare

4.2.0 (2017-09-04)

Bug Fixes

  • image-loader: fix webkit related issue (#82) (7ff88be), closes #80

Features

  • image-loader: allow setting FileTransfer options (6802a9b), closes #88
  • img-loader: allow adding content inside the image box (366d42e)

v4.1.1

16 Jul 22:36
8f4c7d2
Compare
Choose a tag to compare

4.1.1 (2017-07-16)

Bug Fixes

  • ImageLoader Provider: do not attempt to fetch invalid url (43223d8), closes #76