diff --git a/CHANGES.md b/CHANGES.md index 30bd2108..94383fe4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,9 +9,10 @@ videojs-record changelog 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.1 for microphone support - in the MS Edge browser (#294) +- 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): diff --git a/bower.json b/bower.json index c50d7782..62a43829 100644 --- a/bower.json +++ b/bower.json @@ -47,9 +47,9 @@ }, "dependencies": { "recordrtc": ">=5.4.7", - "video.js": ">=6.0.0", - "videojs-wavesurfer": ">=2.5.0", - "webrtc-adapter": ">=5.0.0" + "video.js": ">=6.2.7", + "videojs-wavesurfer": ">=2.6.2", + "webrtc-adapter": ">=6.2.1" }, "devDependencies": { "lamejs": "https://github.com/zhuker/lamejs.git", diff --git a/examples/animated-gif.html b/examples/animated-gif.html index 1e370319..a0a9e814 100644 --- a/examples/animated-gif.html +++ b/examples/animated-gif.html @@ -26,7 +26,7 @@ + +