Skip to content

Releases: lukaVarga/OptimusIMG

v2.0.1

27 Aug 00:50
Compare
Choose a tag to compare

2.0.1 (2018-08-27)

Bug Fixes

  • lazy_load: Prevent events being bound multiple times (0a9ac09)

v2.0.0

26 Aug 20:43
Compare
Choose a tag to compare

2.0.0 (2018-08-26)

Code Refactoring

  • html_elements_check: Rename ElementsCheck to HtmlElementsCheck (f049709)
  • lazy_load: Deprecate 'enabled' config, use data-optimus-lazy-src (066cbc7)

BREAKING CHANGES

  • html_elements_check: Rename the ElementsCheck function available in global OptimusIMG object into
    HtmlElementsCheck, to be consistent with the class name that gets invoked
  • lazy_load: Deprecate 'enabled' config option for LazyLoad and use data-optimus-lazy-src
    instead of data-optimus-lazy-url to be more consistent with the default image src property

v1.1.1

26 Aug 12:39
Compare
Choose a tag to compare

1.1.1 (2018-08-26)

Bug Fixes

  • files: Include generated dist file for npm package (b744db7)

v1.1.0

26 Aug 01:09
Compare
Choose a tag to compare

1.1.0 (2018-08-26)

Features

  • LazyLoad: Lazily load carousel image on change intent (294d0fa)

Initial release

25 Aug 22:38
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

This is the first release of OptimusIMG

What's in it?

  • Basic runtime image lazy loading - lazily load images based on user's viewport and scroll position
  • Basic carousels support - lazily load first image of each carousel and then handle loading of other images based on the interval of the carousel
  • Basic support for runtime checking of image optimisation and usage of responsive image properties.
  • Tests to ensure the code is 100% tested