Skip to content

Latest commit

 

History

History
46 lines (20 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

46 lines (20 loc) · 1.4 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.1 (2018-03-14)

Bug Fixes

  • prevent case where calling _playVideo on the same video multiple times in a row would cause it to disappear (2065981)

1.2.0 (2018-03-13)

Features

  • suppress "play interrupted by pause" errors (179fe7a)

1.1.0 (2018-02-11)

Bug Fixes

  • explicitly set "preload" attribute to "auto" (f6b9589)

Features

  • make "loop" video entirely optional (ffaa37a)

1.0.1 (2017-10-10)

Bug Fixes

  • make playVideo method wait for full stoppage before beginning playback (6e17f48)