v1.0.0-rc.0
Pre-release
Pre-release
github-actions
released this
12 May 17:15
·
356 commits
to main
since this release
Bug Fixes
- add default unavailable CSS to themes (#539) (f9c5a9e)
- Better color contrast on breakpoint docs (#614) (d869d73)
- buffered attr (#544) (7efe18a)
- casting (#618) (106e3dd)
- Comparison of text track lists (#600) (87daf00)
- css variables consistency updates (#554) (f2876db)
- dash in breakpoint attr (#540) (23c2de9)
- don't auto-size ranges in media-control-bar if they're all alone. (#591) (276b96d)
- forward button (#605) (4c81eed)
- Let media-control-bar size (height) range components like it doe… (#582) (d1a65da)
- selectmenu mediacontroller and missed examples from first pass. (#541) (2ab9032)
- show chrome on pointermove for custom video (#604) (de8035b), closes #451 #298
- show pointer for theme toggle icons (#611) (71358ce)
- use default values in new prop getters for seek btns. Use props … (#592) (c843a5e)
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.