Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

42 lines (33 loc) · 1.03 KB

Changelog

This document will track the changes of this project, based on Keep a Changelog proposed schema.

Wanted features / Roadmap

  • Add zoom feature.
  • Make mobile-aware the drag feature.

[0.0.7]

[Added]

  • Dispatching event on fullscreen mode toggled.

[0.0.6]

[Fixed]

  • Comparator destroy not working as expected.

[0.0.5]

[Added]

  • Auto rotating screen on mobile devices.
  • Dispatching event on comparator creation.

[0.0.4]

[Fixed]

  • Right stats position fixed on fullscreen.
  • Fullscreen mode now works fine for any video aspect ratio.

[0.0.3]

[Added]

  • Travis and npm information added to README.
  • Live demo added to README.

[0.0.2]

[Changed]

  • setRenditionIndex has been deprecated. Use setRenditionByIndex instead.
  • setRenditionKbps has been deprecated. Use setRenditionByKbps instead.

[Fixed]

  • Autoplay config attribute not working as expected.
  • Disabling controls not working as expected.

[0.0.1]

[Added]

  • Initial version.