Skip to content

Commit d842ce3

Browse files
committed
6.13.0
1 parent 30fa2a8 commit d842ce3

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
<a name="6.13.0"></a>
2+
# [6.13.0](https://github.com/videojs/video.js/compare/v6.12.1...v6.13.0) (2018-12-05)
3+
4+
### Features
5+
6+
* **fill:** make vjs-fill a player mode ([#5478](https://github.com/videojs/video.js/issues/5478)) ([fba3e98](https://github.com/videojs/video.js/commit/fba3e98))
7+
* Add breakpoints option to support toggling classes based on player width. ([#5471](https://github.com/videojs/video.js/issues/5471)) ([f857523](https://github.com/videojs/video.js/commit/f857523)), closes [videojs/video.js#4371](https://github.com/videojs/video.js/issues/4371)
8+
* Add responsive option, which enables breakpoints support. ([#5496](https://github.com/videojs/video.js/issues/5496)) ([368dae3](https://github.com/videojs/video.js/commit/368dae3)), closes [#5471](https://github.com/videojs/video.js/issues/5471)
9+
* createLogger for easier logging in individual modules ([#5418](https://github.com/videojs/video.js/issues/5418)) ([4aee891](https://github.com/videojs/video.js/commit/4aee891))
10+
11+
### Bug Fixes
12+
13+
* **lang:** Fixed typos in cs translation ([#5407](https://github.com/videojs/video.js/issues/5407)) ([2241e77](https://github.com/videojs/video.js/commit/2241e77))
14+
* **text track display:** update on playerresize and orientationchange ([#5447](https://github.com/videojs/video.js/issues/5447)) ([ae23f1e](https://github.com/videojs/video.js/commit/ae23f1e))
15+
* **text-tracks:** cuechange handler not triggering correctly ([#5446](https://github.com/videojs/video.js/issues/5446)) ([404afb7](https://github.com/videojs/video.js/commit/404afb7)), closes [#5308](https://github.com/videojs/video.js/issues/5308)
16+
* **TextTrackSetting:** Do not use default button type. ([#5512](https://github.com/videojs/video.js/issues/5512)) ([3f6b909](https://github.com/videojs/video.js/commit/3f6b909))
17+
* add support for :focus-visible selector ([#5483](https://github.com/videojs/video.js/issues/5483)) ([9592a69](https://github.com/videojs/video.js/commit/9592a69)), closes [#5474](https://github.com/videojs/video.js/issues/5474)
18+
* blob urls being ignored as valid sources ([#5525](https://github.com/videojs/video.js/issues/5525)) ([1295d90](https://github.com/videojs/video.js/commit/1295d90)), closes [#5504](https://github.com/videojs/video.js/issues/5504)
19+
* make sure all attributes are updated before applying to tag ([#5416](https://github.com/videojs/video.js/issues/5416)) ([933a6c0](https://github.com/videojs/video.js/commit/933a6c0)), closes [#5309](https://github.com/videojs/video.js/issues/5309)
20+
* Prevent ResizeManager from being clicked on safari, fix playerresize on firefox ([#5522](https://github.com/videojs/video.js/issues/5522)) ([7f6441f](https://github.com/videojs/video.js/commit/7f6441f))
21+
* Set correct techName after call to reset() ([#5453](https://github.com/videojs/video.js/issues/5453)) ([baf64be](https://github.com/videojs/video.js/commit/baf64be)), closes [#5411](https://github.com/videojs/video.js/issues/5411)
22+
23+
### Chores
24+
25+
* **package:** update npm-run-all to 4.1.5 to remove event-stream ([#5614](https://github.com/videojs/video.js/issues/5614)) ([30fa2a8](https://github.com/videojs/video.js/commit/30fa2a8))
26+
27+
### Documentation
28+
29+
* **layout:** document fluid and fill mode ([#5481](https://github.com/videojs/video.js/issues/5481)) ([7dac368](https://github.com/videojs/video.js/commit/7dac368))
30+
* **player:** make reset() method more clear ([#5501](https://github.com/videojs/video.js/issues/5501)) ([ff3b4d2](https://github.com/videojs/video.js/commit/ff3b4d2))
31+
32+
### Tests
33+
34+
* fix travis ci issues with resize-manager tests ([#5405](https://github.com/videojs/video.js/issues/5405)) ([7fc09de](https://github.com/videojs/video.js/commit/7fc09de)), closes [videojs/video.js#5390](https://github.com/videojs/video.js/issues/5390)
35+
136
<a name="6.12.1"></a>
237
## [6.12.1](https://github.com/videojs/video.js/compare/v6.12.0...v6.12.1) (2018-08-14)
338

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "video.js",
33
"description": "An HTML5 and Flash video player with a common API and skin for both.",
4-
"version": "6.12.1",
4+
"version": "6.13.0",
55
"main": "./dist/video.cjs.js",
66
"style": "./dist/video-js.css",
77
"copyright": "Copyright Brightcove, Inc. <https://www.brightcove.com/>",

0 commit comments

Comments
 (0)