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

Merge v7.8.3 into Dev #2

Closed
wants to merge 6 commits into from
Closed

Merge v7.8.3 into Dev #2

wants to merge 6 commits into from

Commits on May 26, 2020

  1. fix: addChild with index should allow for children that are elements (v…

    …ideojs#6644)
    
    The fix in videojs#6297 doesn't work where the child to insert before is an element rather than a component, e.g. the video element.
    Check if the child to insert before is an element, as well as checking if it has an el_
    mister-ben authored May 26, 2020
    Configuration menu
    Copy the full SHA
    0b91f74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    756fbfc View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    d6b07f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Update description of video.js in the package.json file, and add 'hls…

    …' keyword (videojs#6603)
    
    * Update descritpion of video.js in the package.json file, and add 'hls' keyword
    
    * Update package.json
    
    Co-authored-by: Steve Heffernan <git@heff.me>
    OwenEdwards and heff authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    0c081a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Merge v7.8.3 (#1)

    * fix: addChild with index should allow for children that are elements (videojs#6644)
    
    The fix in videojs#6297 doesn't work where the child to insert before is an element rather than a component, e.g. the video element.
    Check if the child to insert before is an element, as well as checking if it has an el_
    
    * docs(README): Update CDN version urls (videojs#6658)
    
    * fix(fs): don't set player element css props on native fullscreen (videojs#6673)
    
    Fixes videojs#6640
    
    * Update description of video.js in the package.json file, and add 'hls' keyword (videojs#6603)
    
    * Update descritpion of video.js in the package.json file, and add 'hls' keyword
    
    * Update package.json
    
    Co-authored-by: Steve Heffernan <git@heff.me>
    
    Co-authored-by: mister-ben <git@misterben.me>
    Co-authored-by: Soroush Chehresa <s1996ch@gmail.com>
    Co-authored-by: Gary Katsevman <git@gkatsev.com>
    Co-authored-by: Owen Edwards <owen.r.edwards@gmail.com>
    Co-authored-by: Steve Heffernan <git@heff.me>
    6 people authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    b5af482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddd675c View commit details
    Browse the repository at this point in the history