Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: videojs/video.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.5.2
Choose a base ref
...
head repository: videojs/video.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.5.3
Choose a head ref
  • 5 commits
  • 14 files changed
  • 4 contributors

Commits on Aug 15, 2023

  1. Fix typo (#8399)

    chuchuva authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    80ae35b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. fix(error-display): avoids displaying visual components when an error…

    … occurs (#8389)
    
    When an error occurs, only the error screen should be displayed to maintain visual consistency.
    
    - Hides the Title Bar
    - Hides the Loading Spinner
    - Hides the Captions Settings
    - Hides the Text Track Display
    amtins authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    42e17b2 View commit details
    Browse the repository at this point in the history
  2. fix(svg-icons): icon size consistency (#8380)

    * fix(svg-icons): icon size consistency
    
    The icons have been regenerated from the svg files in `videojs/font` to ensure consistency in size.
    
    - update icons.svg file
    
    * fix(svg-icons): default height and width in css
    
    Uses the same reference value from the font size of `font icons` to define the default height and width of `svg icons`
    
    * fix(big-play-button): default height and width of svg icon
    
    Uses the same size as the big-play-button font size and centers the svg icon
    
    * fix(volume-control): default height and width of svg icon
    
    Uses the same size as the `volume-level` font size and
    centers the svg icon for both horizontal and vertical display
    
    * fix(volume-control): mouse-display overlaps the volume-level svg icon
    
    * fix(play-progress): default height and width of svg icon
    
    Uses the same size as the `play-progress` font size and removes the hover effect
    
    * fix(subtitles-button): default height and width of svg icon
    
    Uses the same size as the `subtitles button` font size
    amtins authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d040881 View commit details
    Browse the repository at this point in the history
  3. fix(svg-icons): default icons color (#8382)

    Uses the same color as defined by the `color` property of the `video-js` class to apply to `svg icons` for easy customization
    
    - set `fill` property to `currentColor`
    
    Co-authored-by: mister-ben <[email protected]>
    amtins and mister-ben authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b95cd7a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. 8.5.3

    usmanonazim committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    38b165d View commit details
    Browse the repository at this point in the history
Loading