Skip to content

Releases: THEOplayer/web-ui

v1.6.0

08 Feb 15:50
Compare
Choose a tag to compare

@theoplayer/web-ui

  • πŸš€ Introducing Open Video UI for React. (#48)
    • Idiomatic React components make the Open Video UI feel right at home in your existing React web app.
  • πŸš€ Added support for advertisements while casting to Chromecast. This requires THEOplayer version 6.8.0 or higher. (#47)
  • πŸš€ Added theoplayerready event to <theoplayer-default-ui> and <theoplayer-ui>, which is fired once the backing THEOplayer instance is created. (#48).

@theoplayer/react-ui

  • πŸš€ Initial release

v1.5.0

27 Nov 13:12
Compare
Choose a tag to compare
  • πŸš€ Added support for smart TVs. (#40)
    • Updated <theoplayer-default-ui> to automatically switch to an optimized layout when running on a smart TV.
      For custom UIs using <theoplayer-ui>, you can use the tv-only and tv-hidden attributes to show or hide specific UI elements on smart TVs.
    • Added support for navigating the UI using a TV remote control.
    • Added a tv-focus attribute to specify which UI element should receive the initial focus when showing the controls on a TV.
      In the default UI, initial focus is on the seek bar.
  • πŸš€ Allow overriding more CSS properties of <theoplayer-default-ui>. (#42)
  • πŸ’… Renamed project to "THEOplayer Open Video UI for Web". (#43)

v1.4.0

04 Oct 13:12
Compare
Choose a tag to compare
  • πŸ’₯ Breaking Change: This project now requires THEOplayer version 6.0.0 or higher.
  • πŸš€ THEOplayer Web UI now imports THEOplayer as a JavaScript module using import from 'theoplayer/chromeless'.
    See the README for updated installation instructions.
  • πŸ› When the player's source is empty, the UI will no longer attempt to play when clicked. (#37)

v1.3.0

16 May 09:50
Compare
Choose a tag to compare
  • πŸ’₯ Breaking Change: This project now requires THEOplayer version 5.1.0 or higher.
  • 🏠 This project now depends on the chromeless version of THEOplayer, rather than the full version which includes the old video.js-based UI. (#31)
  • πŸ› Fix has-error attribute not cleared on source change (#29)

v1.2.0

26 Apr 12:48
Compare
Choose a tag to compare
  • πŸš€ Improved support for advertisements (#28)
    • Reworked the ad control bar in <theoplayer-default-ui>.
    • Added a show-ad-markers attribute to <theoplayer-time-range>, to show markers on the progress bar indicating when the content will be interrupted by an advertisement.
    • <theoplayer-ad-skip-button> and <theoplayer-ad-clickthrough-button> are automatically hidden while playing a Google IMA ad. (This is unfortunately necessary, because Google IMA doesn't provide a way to modify or replace its own buttons.)
  • πŸ› When the player changes sources, any open menu is now automatically closed

v1.1.0

12 Apr 14:10
Compare
Choose a tag to compare
  • πŸ’₯ Breaking Change: This project now targets modern browsers, so dist/THEOplayerUI.js and dist/THEOplayerUI.mjs now use ES2017 syntax (such as class and async/await). See "Legacy browser support" in the README for more information about targeting older browsers. (#26, #27)
  • πŸš€ Added support for THEOplayer 5.0
  • πŸ’… Improved accessibility (#21)
  • πŸ’… Make menus fill entire player when player is small (#22)
  • πŸ› Ensure player property is initialized immediately when calling new UIContainer(configuration) with a valid player configuration (#24)

v1.0.0

05 Apr 12:31
5473edb
Compare
Choose a tag to compare
  • πŸš€ Initial release