6.13.0 (2018-12-05)
Features
- fill: make vjs-fill a player mode (#5478) (fba3e98)
- Add breakpoints option to support toggling classes based on player width. (#5471) (f857523), closes videojs/video.js#4371
- Add responsive option, which enables breakpoints support. (#5496) (368dae3), closes #5471
- createLogger for easier logging in individual modules (#5418) (4aee891)
Bug Fixes
- lang: Fixed typos in cs translation (#5407) (2241e77)
- text track display: update on playerresize and orientationchange (#5447) (ae23f1e)
- text-tracks: cuechange handler not triggering correctly (#5446) (404afb7), closes #5308
- TextTrackSetting: Do not use default button type. (#5512) (3f6b909)
- add support for :focus-visible selector (#5483) (9592a69), closes #5474
- blob urls being ignored as valid sources (#5525) (1295d90), closes #5504
- make sure all attributes are updated before applying to tag (#5416) (933a6c0), closes #5309
- Prevent ResizeManager from being clicked on safari, fix playerresize on firefox (#5522) (7f6441f)
- Set correct techName after call to reset() (#5453) (baf64be), closes #5411
Chores
Documentation
- layout: document fluid and fill mode (#5481) (7dac368)
- player: make reset() method more clear (#5501) (ff3b4d2)
Tests
- fix travis ci issues with resize-manager tests (#5405) (7fc09de), closes videojs/video.js#5390