Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

47 lines (25 loc) · 2.12 KB

1.1.1 (2019-03-04)

Bug Fixes

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

1.1.0 (2019-02-06)

Features

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

1.0.2 (2019-01-05)

Bug Fixes

1.0.1 (2019-01-05)

Bug Fixes

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)