Skip to content

Latest commit

 

History

History
212 lines (89 loc) · 6.59 KB

CHANGELOG.md

File metadata and controls

212 lines (89 loc) · 6.59 KB

3.1.0 (2017-04-18)

Bug Fixes

  • image-loader: use tempDirectory on iOS (#39) (f29d630)

Features

  • ability to use fallbackUrl as placeholder instead of spinner (#36) (c2686c7)
  • add ability to customize spinner (5d0566d), closes #38

3.0.0 (2017-04-04)

Features

  • add forRoot method for module (6881a1f)

2.0.3 (2017-04-02)

Bug Fixes

  • remove BrowserModule import (508e8cc)

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)

2.0.1 (2017-03-22)

2.0.0 (2017-03-22)

Features

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

1.7.2 (2017-03-18)

Bug Fixes

  • always use getCachedImagePath to get image path (#25) (09ed878)

1.7.1 (2017-03-18)

Bug Fixes

  • image-loader: trust all hosts (6411b1c), closes #23

1.7.0 (2017-03-18)

Features

  • img-loader: add load output (981dc69), closes #24

1.6.0 (2017-02-17)

Features

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

1.5.0 (2017-02-07)

Bug Fixes

  • fixes code that prevents caching (8476f6b), closes #13

Features

  • core: maximum cache size and age (d49f69a), closes #14
  • image-loader-config: add setMaximumCacheSize and setMaximumCacheAge (c9e5fae)

1.4.0 (2017-02-07)

Bug Fixes

  • image-loader: only clear cache on Cordova platform (61a5032)

Features

  • image-loader: add preload method (a83f143), closes #16

1.3.0 (2017-01-18)

1.2.1 (2017-01-18)

Features

  • read cached images as base64 encoded strings for iOS/WkWebView (#12) (4b612a2)

1.2.0 (2016-12-30)

Features

1.1.0 (2016-12-30)

Bug Fixes

  • useImg can be used without setting value to true (d91d35a), closes #7

Features

  • implement queue mechanisim (51c2e35)

1.0.0 (2016-11-24)

Bug Fixes

  • image-loader-spinner: make spinner responsive and use svg (e2616c3)
  • use fallback image if image fails to load (#6) (d57f395)

0.4.1 (2016-10-13)

Bug Fixes

  • show spinner only if spinner property is true (ebc8b1d)

0.4.0 (2016-10-13)

Bug Fixes

Features

  • almost stable provider with full functionality (810bc32)
  • extend global config and add fallback image (72a2a37)