Gary Katsevman
dec0c66995
7.6.3
2019-08-22 10:29:46 -04:00
Brandon Casey
549552ed43
fix: remove deprecated tsml dependency ( #6174 )
2019-08-19 14:56:16 -04:00
Gary Katsevman
977cd4a27d
7.6.2
2019-08-07 18:10:49 -04:00
Pat O'Neill
bd51e9e8db
fix(lang): Add missing strings for Chinese (Simplified) and Chinese (Traditional) ( #6149 )
2019-08-07 16:06:14 -04:00
Brandon Casey
4b325ea8f8
chore: fix lang watch loop caused by zh-* copy ( #6147 )
2019-07-31 11:54:41 -04:00
Gary Katsevman
e4cdeb661d
7.6.1
2019-07-30 16:28:26 -04:00
Pat O'Neill
b84c290f7e
lang: Clone zh-CN to zh-Hans and zh-TW to zh-Hant ( #6098 )
...
Currently, zh-CN and zh-TW are used as shorthands for Simplified and Traditional Chinese character sets, respectively. However, they carry with them a built-in assumption about the geographic locale which may not be appropriate in all cases.
The codes zh-Hans and zh-Hant are more correct in that they refer only to the character set and not the geographic locale. Further specificity is available via codes like zh-Hans-CN.
2019-07-29 17:35:53 -04:00
Brandon Casey
b9fbd0bbaa
chore: update videojs-generate-karma-config to ~5.2.1 and remove patches ( #6104 )
2019-07-18 15:09:53 -04:00
Gary Katsevman
93a6bbd341
7.6.0
2019-06-20 16:05:44 -04:00
Gary Katsevman
101b755a7c
7.5.6
2019-06-20 13:56:17 -04:00
François Beaufort
116d84af75
feat: add built-in Picture-in-Picture button ( #6002 )
...
Adds a new PictureInPictureToggle component in the controls bar of the player. It depends on videojs-font 3.2.0 (videojs/font#41) for icons.
Final spec piece from #5824 .
2019-06-18 16:42:02 -04:00
Gary Katsevman
3e105719ba
chore: switch to dart-sass ( #6055 )
...
This is a rebased and updated PR of #5841 .
We wanted to use the sass package as that's what the docs recommend. We also wanted to disable source maps that CDN-linked code won't try to download it.
Fixes #5841 , fixes #5826 .
2019-06-17 17:31:32 -04:00
Gary Katsevman
74fde943fd
chore(package): update rollup to version 1.15.1 ( #6042 )
...
Fixes #6041 .
2019-06-11 14:00:20 -04:00
Gary Katsevman
882432e99d
chore: update dependencies ( #6036 )
...
Fixes #6033
2019-06-11 09:54:33 -05:00
Gary Katsevman
a5810b40b9
7.5.5
2019-06-10 16:15:34 -04:00
greenkeeper[bot]
ef49a9be7e
fix(package): update @videojs/http-streaming to version 1.10.3 🚀 ( #6019 )
2019-05-31 13:29:28 -04:00
greenkeeper[bot]
d41794c42c
fix(package): update @videojs/http-streaming to version 1.10.2 🚀 ( #5991 )
2019-05-17 15:43:30 -04:00
Brandon Casey
a55c51fd59
test: restore prototype modifications and fix flaky tests ( #5964 )
2019-04-29 12:01:37 -04:00
Gary Katsevman
c59ba5f465
chore(test): upgrade to latest sinon ( #5954 )
...
Fixes #5953
2019-04-24 10:22:48 -04:00
Gary Katsevman
98e86ea235
fix(package): update @videojs/http-streaming to version 1.10.1 ( #5951 )
...
Closes #5934
2019-04-23 14:36:06 -04:00
greenkeeper[bot]
a17e662688
Update videojs-font to the latest version 🚀 ( #5941 )
...
* fix(package): update videojs-font to version 3.1.1
* chore(package): update lockfile package-lock.json
2019-04-23 14:28:45 -04:00
greenkeeper[bot]
7e8c2eed1c
chore(package): update videojs-generate-karma-config to version 5.2.0 🚀 ( #5935 )
2019-04-23 14:28:03 -04:00
Gary Katsevman
1a52b6971e
7.5.4
2019-04-12 10:51:09 -04:00
Gary Katsevman
c030eda294
7.5.3
2019-03-29 14:56:53 -04:00
Gary Katsevman
ecaa225658
7.5.2
2019-03-25 12:08:31 -04:00
Gary Katsevman
139178c12b
7.5.1
2019-03-22 13:55:08 -04:00
greenkeeper[bot]
cd6ac9d7ed
fix(package): update @videojs/http-streaming to version 1.9.3 🚀 ( #5883 )
...
Fixes #5823
2019-03-21 14:52:44 -04:00
greenkeeper[bot]
32a43d18cb
fix(package): update @videojs/http-streaming to version 1.9.2 🚀 ( #5865 )
2019-03-18 15:52:08 -04:00
greenkeeper[bot]
ae378c6854
fix(package): update @videojs/http-streaming to version 1.9.1 🚀 ( #5840 )
2019-03-12 14:48:56 -04:00
greenkeeper[bot]
d7379f09da
chore(package): update videojs-generate-karma-config to version 5.1.0 🚀 ( #5843 )
...
* chore(package): update videojs-generate-karma-config to version 5.1.0
* chore(package): update lockfile package-lock.json
2019-03-12 14:48:03 -04:00
Gary Katsevman
de9fb58761
chore(package): update patch-package to version 6.0.2 ( #5792 )
...
Closes #5769
2019-02-12 10:24:00 -05:00
greenkeeper[bot]
3400dc62b6
chore(package): update @videojs/http-streaming to version 1.9.0 🚀 ( #5784 )
2019-02-08 13:51:52 -05:00
Gary Katsevman
c1907df579
7.5.0
2019-01-25 15:20:16 -05:00
Owen Edwards
61053bf674
feat: add hotkeys support ("m", "f", "k", and Space) ( #5571 )
...
Extend keyboard support for the SeekBar, and pass unhandled keydown events from components back to the player.
Switch from raw keycodes to the keycode module.
Using `userActions.hotkeys`, which can either be a function to match the hotkeys plugin, or an object with properties like `fullscreenKey`, see the documentation for more info.
This is currently off by default, we will consider turning it on by default in the future, see #5765 .
Fixes #4048 , fixes #3022 .
2019-01-25 14:10:29 -05:00
greenkeeper[bot]
9786d8a29f
chore(package): update karma to version 4.0.0 🚀 ( #5764 )
2019-01-25 13:24:49 -05:00
greenkeeper[bot]
72988d341c
chore(package): update remark-validate-links to version 8.0.0 🚀 ( #5740 )
2019-01-16 21:57:33 -05:00
greenkeeper[bot]
a071dd8b6f
feat(package): update @videojs/http-streaming to version 1.8.0 🚀 ( #5743 )
2019-01-16 21:56:12 -05:00
greenkeeper[bot]
6910d39912
chore(package): update filesize to version 4.0.0 🚀 ( #5746 )
2019-01-16 21:55:34 -05:00
Brandon Casey
144907faeb
chore: fix xvfb in travis config, patch safari karma launchers ( #5755 )
2019-01-15 16:13:43 -05:00
greenkeeper[bot]
513168f6d3
chore(package): update rollup-plugin-progress to version 1.0.0 🚀 ( #5729 )
2019-01-07 15:09:48 -05:00
greenkeeper[bot]
67a437b469
chore(package): update qunit to version 2.9.1 🚀 ( #5735 )
2019-01-07 14:42:10 -05:00
Gary Katsevman
3e3387fbc6
chore(package): update rollup to version 1.0.1 ( #5727 )
...
Closes #5715
2019-01-04 12:38:47 -05:00
greenkeeper[bot]
3d093ede98
fix(package): update @videojs/http-streaming to version 1.6.0 🚀 ( #5705 )
2018-12-26 13:26:24 -05:00
greenkeeper[bot]
f0ba1f5b2a
chore(package): update rollup to version 0.68.0 🚀 ( #5690 )
2018-12-18 15:32:05 -05:00
Gary Katsevman
30d0b9812e
chore(package): update babel to version 7.2.2 ( #5697 )
...
Closes #5689
2018-12-18 11:38:10 -05:00
Gary Katsevman
bc7d530d3e
7.4.1
2018-12-11 16:52:24 -05:00
greenkeeper[bot]
d07b6c2136
chore(package): update rollup-plugin-node-resolve to version 4.0.0 🚀 ( #5666 )
2018-12-10 14:23:37 -05:00
greenkeeper[bot]
8c9702a855
fix(package): update @videojs/http-streaming to version 1.5.1 🚀 ( #5658 )
2018-12-06 17:38:22 -05:00
Gary Katsevman
62f9e78cf2
docs: remove grunt and update usage of build scripts ( #5656 )
2018-12-05 16:12:21 -05:00
Gary Katsevman
19f346503c
chore(package): update autoprefixer to version 9.4.2 ( #5647 )
2018-12-04 11:06:33 -05:00