1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00
Commit Graph

546 Commits

Author SHA1 Message Date
Brandon Casey
6a947416ee chore(build): fix rollup watch during npm start (#5203) 2018-05-24 12:35:27 -04:00
Gary Katsevman
6f8597fed6 7.0.3 2018-05-23 14:27:46 -04:00
Gary Katsevman
fcd7d0db13 7.0.2 2018-05-17 20:34:40 -04:00
Gary Katsevman
eaf151663f
chore(package): Upgrade @videojs/http-streaming to 1.0.2 (#5189)
Upgrade to 1.0.2 which contains babel build fixes.

Fixes #5186
2018-05-17 20:00:30 -04:00
Gary Katsevman
2a85bdd3bf 7.0.1 2018-05-17 15:19:15 -04:00
Gary Katsevman
ad47b30f01 7.0.0 2018-05-11 17:21:17 -04:00
greenkeeper[bot]
de9c4da6c0 chore(package): update rollup-plugin-json to version 3.0.0 🚀 (#5169) 2018-05-11 14:27:32 -04:00
greenkeeper[bot]
54073815e5 chore(package): update unified to version 7.0.0 🚀 (#5166) 2018-05-11 14:12:48 -04:00
greenkeeper[bot]
83c30556aa chore(package): update load-grunt-tasks to version 4.0.0 🚀 (#5151) 2018-05-07 14:15:07 -04:00
greenkeeper[bot]
a6165d978e chore(package): update klaw-sync to version 4.0.0 🚀 (#5130) 2018-04-30 10:53:59 -04:00
Gary Katsevman
ea9a53cc60 7.0.0-rc.1 2018-04-20 16:40:33 -04:00
Gary Katsevman
eeb13aa939
feat: upgrade video.js font to 3.0 for woff only font-icons (#5112) 2018-04-20 16:21:24 -04:00
greenkeeper[bot]
907c1f5c18 chore(package): update karma to version 2.0.2 🚀 (#5109) 2018-04-19 20:26:03 -04:00
Gary Katsevman
97db94e8a6
chore: update rollup and uglify and the build process (#5096)
This is upgrades rollup and uglify to latest versions. It also rewrites the rollup config to take advantage of the newest features of rollup. Minification is also split up into a separate process, mostly to speed up the build. The total build type can go down from about 2.5 minutes to around 1 minute for all the generated javascript files.
2018-04-19 13:23:53 -04:00
greenkeeper[bot]
66d7545538 fix(package): update videojs-vtt.js to version 0.14.1 🚀 (#5085) 2018-04-11 11:39:05 -04:00
Gary Katsevman
c2b5ade109
chore(package): remove npm-run dev dep as it's no longer used (#5084) 2018-04-10 11:11:28 -04:00
greenkeeper[bot]
12095fb050 fix(package): update @videojs/http-streaming to version 1.0.0 🚀 (#5083) 2018-04-10 10:35:16 -04:00
greenkeeper[bot]
11b4d5de9f fix(package): update @videojs/http-streaming to version 0.9.0 🚀 (#5064) 2018-04-02 14:23:34 -04:00
Gary Katsevman
c3a4bfdb65 7.0.0-alpha.1 2018-03-30 14:16:56 -04:00
Joe Forbes
d1b4768b05 feat: built-in HLS playback support (#5057)
This PR is to add HLS playback support built into video.js for 7.0 via videojs-http-streaming (shorthand VHS). VHS is the next major version of videojs-contrib-hls that removes HLS Flash playback and includes some experimental DASH support (hence the rename). The purpose is to improve the out-of-the-box experience for video.js and allow cross browser HLS compatibility.

The proposed changes are to have the standard video.js browser and module scripts contain VHS and provide an alternate video.js browser script that does not contain VHS.

A video.js/core export is provided for importing without VHS.
2018-03-30 14:01:16 -04:00
Gary Katsevman
44312bc060
chore(test): upgrade qunit and karma-qunit to latest (#5051)
Since we no longer support IE8, we can actually update our qunit version.
2018-03-26 10:40:59 -04:00
Gary Katsevman
bc2da7c67b
refactor: remove IE8 specific changes (#5041)
BREAKING CHANGE: remove IE8, IE9, and IE10 specific JavaScript and CSS code. Remove Android 2.3 workaround.
2018-03-23 13:25:12 -04:00
Gary Katsevman
874779402c 6.8.0 2018-03-19 14:50:48 -04:00
Gary Katsevman
5d689041fb 6.7.4 2018-03-05 17:32:08 -05:00
greenkeeper[bot]
270a23196a chore(package): update grunt-accessibility to version 6.0.0 🚀 (#4968)
* chore(package): update grunt-accessibility to version 6.0.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-02-28 11:15:25 -05:00
greenkeeper[bot]
2d64977736 fix(package): update videojs-vtt.js to version 0.12.6 (#4954) 2018-02-28 11:14:00 -05:00
Gary Katsevman
76bff32f7b 6.7.3 2018-02-22 17:30:40 -05:00
Gary Katsevman
6a66e80c47 6.7.2 2018-02-13 10:43:54 -05:00
Gary Katsevman
7145a9cf1d 6.7.1 2018-01-31 11:19:12 -05:00
Gary Katsevman
4404e071ba 6.7.0 2018-01-30 13:54:57 -05:00
Gary Katsevman
9ceb4e4fe0
feat: playerresize event in all cases (#4864)
Use ResizeObserver when available for better and more performant resizing information, otherwise, fall back to a throttled resize event on an iframe that's the size of the player.
Allows a video.js user to disable this by setting resizeManager: false as an option since the component will not be initialized.

Add a debounce util.

This reverts #4800 (e0ed0b5) because we end up getting two playerresize events with the dimension methods now.
2018-01-30 13:26:21 -05:00
Gary Katsevman
dcab42e3d0
chore(package): update dependencies (#4908) 2018-01-30 11:18:04 -05:00
Gary Katsevman
f6eaa5e2ae 6.6.3 2018-01-24 14:29:48 -05:00
Gary Katsevman
ddfaf14b00
chore(docs site): use git commit message for netlify build (#4900) 2018-01-24 13:47:07 -05:00
Gary Katsevman
87cbd239f4
chore(package): update shelljs to version 0.8.1 (#4899)
Closes #4875
2018-01-23 15:02:08 -05:00
greenkeeper[bot]
2c5947649b chore(package): update remark-parse to version 5.0.0 (#4892) 2018-01-23 15:00:55 -05:00
greenkeeper[bot]
5b76bb16f9 chore(package): update remark-stringify to version 5.0.0 (#4893) 2018-01-23 14:59:17 -05:00
greenkeeper[bot]
aee4e6b343 chore(package): update remark-cli to version 5.0.0 (#4894) 2018-01-23 14:58:59 -05:00
Gary Katsevman
f22cb50574 6.6.2 2018-01-05 17:04:12 -05:00
greenkeeper[bot]
22fcd035bb chore(package): update karma to version 2.0.0 (#4834) 2018-01-05 14:14:42 -05:00
Gary Katsevman
7272a8a5c0 6.6.1 2018-01-04 11:59:59 -05:00
Gary Katsevman
4d88b61c07 6.6.0 2017-12-15 13:09:08 -05:00
Gary Katsevman
dede592ab7
chore: remove unused deps (#4814) 2017-12-14 17:36:57 -05:00
greenkeeper[bot]
11175872d5 fix(package): update videojs-font to version 2.1.0 (#4812) 2017-12-14 17:34:17 -05:00
greenkeeper[bot]
0fa8c845c4 chore(package): update remark-toc to version 5.0.0 (#4803) 2017-12-14 17:33:39 -05:00
Gary Katsevman
4dd41f0332 6.5.2 2017-12-14 14:11:56 -05:00
Gary Katsevman
e187585748 6.5.1 2017-12-04 18:24:08 -05:00
Gary Katsevman
4dd000c809
docs: deploy docs using netlify (#4774)
This adds in the legacy docs into the repo and enables automatic deployment via netlify. The netlify-docs.js script will error out the build on netlify on master if we're not on a tagged commit so that it won't redeploy the docs unless there's a new release. If we're not on master or on master with a tagged commit, it will process with the deploy.
Also, this removes the API docs from being published with npm, fixes #4609.
2017-12-04 17:42:07 -05:00
Gary Katsevman
63bb3c0417 6.5.0 2017-11-17 16:43:31 -05:00
Gary Katsevman
c7ad7b31f0 6.4.0 2017-11-01 16:39:21 -04:00