Skip to content

Releases: zyra/ionic-image-loader

v4.1.0

16 Jul 22:29
fd4cd8e
Compare
Choose a tag to compare

4.1.0 (2017-07-16)

Features

  • ImageLoader Provider: re-use FileTransferObject instances (072da6c), closes #79

v4.0.2

16 Jul 21:50
35c4d39
Compare
Choose a tag to compare

4.0.2 (2017-07-16)

Bug Fixes

v4.0.1

15 Jul 18:27
7a0b866
Compare
Choose a tag to compare

4.0.1 (2017-07-15)

Bug Fixes

  • add platform is cordova check for ionic serve / browser usage (#78) (a42d1d8)

v4.0.0

12 Jul 04:18
0d410bc
Compare
Choose a tag to compare

4.0.0 (2017-07-12)

Bug Fixes

BREAKING CHANGES

  • core: this module no longer supports Ionic Native 3.x

v3.2.1

24 May 16:46
Compare
Choose a tag to compare

3.2.1 (2017-05-24)

Features

  • handle ionic WKWebView better (b17e182)

3.2.0

24 May 16:46
Compare
Choose a tag to compare

3.2.0 (2017-05-05)

Features

  • add fallback to img tag when loaded in browser (#45) (ad049a9)

v3.1.1

20 Apr 13:06
Compare
Choose a tag to compare

3.1.1 (2017-04-20)

Bug Fixes

  • image-loader: create both cache directories independently (#40) (a9c330f)

v3.0.0

04 Apr 09:06
Compare
Choose a tag to compare

3.0.0 (2017-04-04)

Features

  • add forRoot method for module (6881a1f)

BREAKING CHANGES

Please follow the instructions in README.md to properly use this module.

v2.0.2

22 Mar 03:07
Compare
Choose a tag to compare

2.0.2 (2017-03-22)

Bug Fixes

  • image-loader: delete one file at once to maintain cache size (f37f1e9)
  • image-loader: delete one file at once to maintain cache size (09871bd)
  • image-loader: ignore errors when maintaining cache size (4c14ee6)
  • img-loader: center align spinner (8655454)

Features

  • use ion-spinner and ionic native v3 (50b6b7b)

v1.6.0

17 Feb 23:33
Compare
Choose a tag to compare

1.6.0 (2017-02-17)

Bug Fixes

  • Fixed problem with VirtualScroll showing the wrong image

Features

  • img-loader: ability to disable caching and ability to update images (0cc2c22)

You can now change the src attribute's value and the image will change.

You can now add noCache attribute to disable caching. Note that the image will still be saved on the device, but it will not be used in the future if the same URL was used.