Skip to content

Latest commit

 

History

History
78 lines (47 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

78 lines (47 loc) · 1.67 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning. And the commit messages from Conventional Commits are being used.

[Unreleased]

  • Ongoing: Further documentation

[1.1.0] - 2019-08-15

Changed

  • Added IE, EDGE < version 16 and Safari < version 12 support

[1.0.1] - 2019-08-10

Changed

  • Corrected both the demo-page as well as the documentation on the aspect of wrapping the <source> HTML tags as well

[1.0.0] - 2019-08-10

Added

  • Comment regarding asynchronous loading
  • Webdriver.io testing

Changed

  • BREAKING CHANGE: You#ll need to also wrap the <source> HTML tags within the <picture> tags with <noscript>

Fix

  • Documents markup regarding codacy suggestions
  • Corrected sample image measurements
  • The images didn't load lazily in Safari, but directly, as reported with #GH-3
  • Displaying the images on smaller viewports on the sample page

[0.2.0] - 2019-05-22

Added

  • Changelog
  • Codacy integration and badge
  • Code examples
  • Optional additional dependencies section within the README
  • Optional polyfill for the demo page
  • "Conventional Commits" support as well as their badge - yeah !

Changed

  • Docs formatting
  • Some docs content enhancements
  • Internal namings within the JS file

[0.1.2] - 2019-05-04

Added

  • Documentation

[0.1.1] - 2019-05-01

Added

  • CHANGELOG.md file

[0.1.0] - 2019-05-01

Added

  • Initial files
  • npm and bower support
  • code formatting and linting