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

v10.0.0: videoSrc and videoCaptions API updates, bug fixes, build system updates #88

Merged
merged 13 commits into from
Mar 16, 2023

Commits on Mar 13, 2023

  1. feat: update videoSrc and videoCaptions API

    Updates videoSrc and videoCaptions props to accept <source>/<track> elements instead of arrays of
    config objects. Also makes various improvements to the component's implementation which should help
    it work more consistently.
    
    BREAKING CHANGE: videoSrc prop only accepts an src URL string or a set of <source> elements instead
    of arrays of config objects now, and videoCaptions prop only accepts <track> elements instead of
    arrays of config objects
    Gyanreyer committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    4b2d35c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8433028 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43d21c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7af699e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7cb45d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    04d4b04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bcc78e View commit details
    Browse the repository at this point in the history
  3. release: v10.0.0

    Gyanreyer committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    06bd29f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0c6e21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5f053f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    446143d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

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

Commits on Mar 16, 2023

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