1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-04 10:34:51 +02:00
video.js/test
Pat O'Neill 29638b7969 fix: ensure the default ID of the first player is 'vjs_video_3' as some people have relied on this (#6216)
When a player is created without an id on the embed code, Video.js automatically assigns it one based on an auto-incrementing number (a.k.a. a GUID). For the longest time, this has happened to result in the default id of the first player being vjs_video_3.

It was never intended for users to rely on this value being consistent, but users do strange and inadvisable things.

PR #6103 had an unintended side effect in that it changed the default id to vjs_video_2, which we worry could affect some users of Video.js.
2019-11-07 17:21:52 -05:00
..
api feat: add built-in Picture-in-Picture button (#6002) 2019-06-18 16:42:02 -04:00
require feat: built-in HLS playback support (#5057) 2018-03-30 14:01:16 -04:00
unit fix: ensure the default ID of the first player is 'vjs_video_3' as some people have relied on this (#6216) 2019-11-07 17:21:52 -05:00
karma.conf.js test: run tests via rollup (#5601) 2019-08-30 14:56:41 -04:00