Releases: amclin/videojs-scene7
Releases · amclin/videojs-scene7
v2.1.1
2.1.1 (2020-03-13)
Bug Fixes
- deps: [security] bump acorn from 6.3.0 to 6.4.1 (1ecd686)
v2.1.0
2.1.0 (2019-07-24)
Features
- playback: support replay button shown when video completes (c26f4a4), closes #3
v2.0.0
2.0.0 (2019-07-09)
Bug Fixes
- update babel dependencies to latest versions (0ddd098)
BREAKING CHANGES
- Babel and ES2015 profiles have been updated
to more modern versions.
No functionality is broken by this update, but there is a possibility
this may cause backwards compatibility issues with integrations due
to the switch to more modern version of Babel and ES2015 profiles.
External bundlers or loaders should be tested to ensure they still work
as there may be subtle differences in the module closures.
v1.1.0
1.1.0 (2019-05-04)
Features
- loops videos enabled with loop attribute (8630a84), closes #7
v1.0.0
1.0.0 (2019-05-04)
Code Refactoring
- move videoJS to a peer dependency (ed4a976)
Features
BREAKING CHANGES
- VideoJS is no longer included as a dependency. Now it must be installed separately as a peer dependency.
v0.7.4
0.7.4 (2019-03-24)
Bug Fixes
- rollback to VideoJS 5 in local testing (f2a16dc)
- update to latest VideoJS v5 for demo page (da6974e)
v0.7.3
0.7.3 (2019-03-24)
Bug Fixes
- resolve plugin warnings during install (7f31489)
- update rollup dependency for module packaging (1848bb7)
- update rollup dependency to 0.56.5 (de71524)
- update rollup dependency to 1.0 branch (85a7795)
v0.7.2
0.7.2 (2019-03-23)
Bug Fixes