Skip to content

Releases: Jaspero/ng-image-preload

v1.1.1

04 Mar 21:15
Compare
Choose a tag to compare

1.1.1 (2019-03-04)

Bug Fixes

  • PreloadService: background not being set properly on none img elements 🐛 (c701c01)

v1.1.0

06 Feb 21:37
Compare
Choose a tag to compare

1.1.0 (2019-02-06)

Features

  • PreloadDirective: allow passing an empty src value (useful when you want to load the image conditionally) (e695367)

v1.0.2

05 Jan 15:44
Compare
Choose a tag to compare

1.0.2 (2019-01-05)

Bug Fixes

v1.0.0

05 Jan 15:32
Compare
Choose a tag to compare

1.0.0 (2019-01-05)

Bug Fixes

  • Elements are now initialized as an empty array, options get assigned properly 🐛 (3184013)
  • README: indent 🔨 (7f71b19)
  • README: typo 🐛 (ca7b404)
  • README: typo 🐛 (2e8434a)
  • tslint: missing declaration 🐛 (fc6cbde)

Features

  • Added examples; updated readme; (09bcb0c)
  • Initial setup 🎉 (b4fe8f4)
  • Readme and package config ⚡ (0afc9de)
  • Refactored structure, making use of @angular/cli (7fbb810)
  • Simplified implementation; added interfaces/types; (5db29f2)