Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog for 7.0.0? #5119

Closed
thijstriemstra opened this issue Apr 23, 2018 · 9 comments
Closed

Changelog for 7.0.0? #5119

thijstriemstra opened this issue Apr 23, 2018 · 9 comments

Comments

@thijstriemstra
Copy link
Contributor

Can't seem to find the changelog for 7.0.0 (rc1)..

@gkatsev
Copy link
Member

gkatsev commented Apr 23, 2018

Yeah, I didn't really generate one. It's pretty much remove IE stuff and also VHS, along with everything that's in 6.9. But let me generate one for here/github releases.

@gkatsev
Copy link
Member

gkatsev commented Apr 23, 2018

Changelogs for the alpha and the RC separately (also inserted into the github releases)


7.0.0-alpha.1 (2018-04-23)

Features

Bug Fixes

  • time-display: Use formatTime for a consistent default instead of hardcoded string (#5055) (228484b)

Chores

  • test: upgrade qunit and karma-qunit to latest (#5051) (44312bc)

Code Refactoring

Documentation

Tests

BREAKING CHANGES

  • remove IE8, IE9, and IE10 specific JavaScript and CSS code. Remove Android 2.3 workaround.

7.0.0-rc.1 (2018-04-23)

Features

  • add tech method to allow override native audio and video (#5074) (22bbbc9)
  • build alternate browser scripts without VHS (#5077) (c98912f)
  • Queue playback events when the playback rate is zero and we are seeking (#5024) (a2851fe)
  • split overrideNative method into separate methods (#5107) (083a86c)
  • upgrade video.js font to 3.0 for woff only font-icons (#5112) (eeb13aa)
  • modal: remove old IE box sizing (#5113) (4a34dd7)

Bug Fixes

Chores

  • first-timers-bot: add repo to bot options (81de856)
  • first-timers-bot: correct the path to template file (9612c8f)
  • first-timers-bot: fix slack url in template (4e79a04)
  • first-timers-bot: quote repository option (edb257c)
  • package: remove npm-run dev dep as it's no longer used (#5084) (c2b5ade)
  • update rollup and uglify and the build process (#5096) (97db94e)
  • package: update karma to version 2.0.2 🚀 (#5109) (907c1f5)

Code Refactoring

  • move seekbar event handler bindings into a function (#5097) (1069e7f)

Documentation

@gkatsev
Copy link
Member

gkatsev commented Apr 23, 2018

I also made a combined changelog.


7.0.0 (2018-04-23)

Features

  • add tech method to allow override native audio and video (#5074) (22bbbc9)
  • build alternate browser scripts without VHS (#5077) (c98912f)
  • built-in HLS playback support (#5057) (d1b4768)
  • Queue playback events when the playback rate is zero and we are seeking (#5024) (a2851fe)
  • split overrideNative method into separate methods (#5107) (083a86c)
  • upgrade video.js font to 3.0 for woff only font-icons (#5112) (eeb13aa)
  • modal: remove old IE box sizing (#5113) (4a34dd7)

Bug Fixes

  • package: update @videojs/http-streaming to version 0.9.0 🚀 (#5064) (11b4d5d)
  • fire sourceset on initial source append (#5038) (9eb5de7)
  • let the tech preload auto on its own (#4861) (fdcae1b), closes #4660
  • package: update @videojs/http-streaming to version 1.0.0 🚀 (#5083) (12095fb)
  • package: update videojs-vtt.js to version 0.14.1 🚀 (#5085) (66d7545)
  • time-display: Use formatTime for a consistent default instead of hardcoded string (#5055) (228484b)
  • options.id is now applied correctly to the player dom element (#5090) (b10b9f9), closes #5088
  • wait till play event to listen for user activity (#5093) (d0b03a3), closes #5076

Chores

  • first-timers-bot: add repo to bot options (81de856)
  • first-timers-bot: correct the path to template file (9612c8f)
  • first-timers-bot: fix slack url in template (4e79a04)
  • first-timers-bot: quote repository option (edb257c)
  • package: remove npm-run dev dep as it's no longer used (#5084) (c2b5ade)
  • update rollup and uglify and the build process (#5096) (97db94e)
  • package: update karma to version 2.0.2 🚀 (#5109) (907c1f5)
  • test: upgrade qunit and karma-qunit to latest (#5051) (44312bc)

Code Refactoring

Documentation

Tests

BREAKING CHANGES

  • remove IE8, IE9, and IE10 specific JavaScript and CSS code. Remove Android 2.3 workaround.

@gkatsev gkatsev closed this as completed Apr 23, 2018
@thijstriemstra
Copy link
Contributor Author

thanks @gkatsev

@gkatsev
Copy link
Member

gkatsev commented Apr 23, 2018

you're welcome!

@cbovis
Copy link

cbovis commented Oct 5, 2018

@gkatsev Just trying to get across the v6 -> v7 major release to see if we can update. Was IE8/9/10 support dropped in v7?

@gkatsev
Copy link
Member

gkatsev commented Oct 5, 2018

Yes, it's one of the only changes in v7: https://blog.videojs.com/video-js-7-roadmap/#Old-IE

@cbovis
Copy link

cbovis commented Oct 5, 2018

Thanks for the quick response and clarity Gary 🙌

@gkatsev
Copy link
Member

gkatsev commented Oct 5, 2018

You're welcome.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants