Skip to content

v1.0.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 17:15
· 356 commits to main since this release

Bug Fixes

Features

  • add defaultsubtitles to media-controller (#551) (fdbc8c7)
  • add novolumepref attribute to prefer writing to localStorage (#575) (31bdb11)
  • Add props and types to seek forwards and backwards elements (#566) (0259c3a)
  • Adding custom event for breakingpoint changing (#584) (1cf3579)
  • Airplay, Captions, and Cast button props (#587) (14156f7)
  • combine MEDIA_CAPTIONS_LIST into MEDIA_SUBTITLES_LIST (#546) (03e62e6)
  • Drop all deprecated or redundant components. Update tests, examples, docs, etc. based on changes. (#560) (20fca8c)
  • Duration, Fullscreen, and Gesture props (#595) (748c013)
  • fix casing in attributes and vars (#606) (502fff5)
  • Live Button and Mute button props (#596) (d6b5ad6)
  • Media Time Range and Volume Range props (#599) (61d6ddd)
  • Migrate all attributes to lowercase ('smushedcase'). (#537) (fe9eadc)
  • move loading-indicator visibility to be done in CSS only (#586) (0d989b3)
  • Pip button, Play button, and Playback Rates props (#597) (3d96b16)
  • Poster Image, Preview Thumbnail, and Time Display props (#598) (7126ddf)

BREAKING CHANGES

  • removed keys() from AttributeTokenList
  • remove isloading attribute from media-loading-indicator.
  • Change --media-live-indicator-color to --media-live-button-indicator-color, --media-time-buffered-color to --media-time-range-buffered-color, --media-background-position to --media-poster-image-background-position, and --media-background-size to --media-poster-image-background-size.
  • remove defaultshowing attribute from
    media-captions-button and media-captions-selectmenu.
  • remove MEDIA_CAPTIONS_LIST, MEDIA_CAPTIONS_SHOWING, no-subtitles-fallback, MEDIA_SHOW_CAPTIONS_REQUEST, MEDIA_DISABLE_CAPTIONS_REQUEST, and MEDIA_CAPTIONS_LIST & MEDIA_CAPTIONS_SHOWING change events.