Releases: collab-project/videojs-record
Releases · collab-project/videojs-record
3.4.2
- vmsg plugin: add
destroy
3.4.1
- Fix ES export syntax for
Record
(#330 by @extronics) - Bump required version for videojs-wavesurfer to 2.7.0 for
playToggle
fixes - Fix hiding
playToggle
control
3.4.0
3.3.0
3.2.1
3.2.0
3.1.0
3.0.0
- Add support for screen capture (#289)
- Add
maxFileSize
option to limit the maximum file size of a recorded
clip, and stop recording when that limit is reached (#234) - Add
msDisplayMax
option to control display of time format (#188) - Documentation: add Angular and Vue.js wiki pages (#274, #283)
- Bump required videojs-wavesurfer version to 2.6.2 for microphone support
in the MS Edge and Safari browsers (#294) - Fix issue with
timeSlice
option when resetting the player (#300 by @GDIBass) - Examples: add Safari/Edge browser workarounds for audio-only recording (#295)
Backwards-incompatible changes (when upgrading from a previous version):
- In older versions a
player.recordedData.video
would be available in Chrome
when recording audio and video. This is removed andplayer.recordedData
is always aBlob
across all recording types and browsers now (#269) - Upgraded to video.js/font 3.0.0: removed support for IE8, 9, 10, and
Android < 4.4 by removing support for theeot
font file (#279)