1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-04 10:34:51 +02:00
Commit Graph

320 Commits

Author SHA1 Message Date
Gary Katsevman
1d88ef066d v5.4.4 2015-12-09 18:14:48 -05:00
Gary Katsevman
16f2e4113a @gkatsev switched to use custom vtt.js from npm. closes #2905 2015-12-09 18:12:46 -05:00
Gary Katsevman
4424a06a3d v5.4.3 2015-12-08 20:32:12 -05:00
Gary Katsevman
565dba8671 v5.4.2 2015-12-08 18:59:59 -05:00
Gary Katsevman
996822ba68 v5.4.1 2015-12-08 15:53:02 -05:00
Gary Katsevman
c6bf2b847a v5.4.0 2015-12-08 13:56:28 -05:00
Pat O'Neill
f225d4e68a @misteroneill updated videojs-ie8 to 1.1.1. closes #2869 2015-12-07 16:24:18 -05:00
Gary Katsevman
a601fbb83f v5.3.0 2015-11-25 17:14:05 -05:00
Matthew
b188781fa9 v5.2.4 2015-11-25 21:31:49 +00:00
Gary
3e19c91828 v5.2.3 2015-11-24 20:52:01 +00:00
paladox
552d8cbda3 v5.2.2 2015-11-23 17:31:27 +00:00
paladox
8d0de0fa51 @paladox updated xhr from deprecated ver to v2.2. closes #2837 2015-11-23 12:22:07 -05:00
Kay
6bbd6f1a65 v5.2.1 2015-11-16 16:43:29 +00:00
Gary Katsevman
0e1c424e48 v5.2.0 2015-11-10 15:56:11 -05:00
paladox
89d860fb84 @paladox updated grunt-contrib-jshint. closes #2554 2015-11-09 14:47:51 -05:00
paladox
ed5ed0ded4 @paladox updated grunt-cli dependency. closes #2555 2015-11-09 14:44:22 -05:00
David LaPalomento
98f241d614 @dmlap updated swf to 5.0.1. closes #2795 2015-11-09 11:47:47 -05:00
Gary Katsevman
fa2f08ad66 v5.1.0 2015-11-02 11:27:10 -05:00
Pat O'Neill
51f1863adc @misteroneill added a modal dialog. closes #2668 2015-10-28 13:28:15 -04:00
jforbes
4598b38291 @forbesjo updated karma to use all installed browsers for unit tests. closes #2708 2015-10-26 17:06:16 -04:00
Gary Katsevman
34742e09a5 Merge branch 'stable' 2015-10-23 17:37:57 -04:00
Gary
702fbe4d68 v5.0.2 2015-10-23 21:24:20 +00:00
Gary
e98bc42500 v5.0.1 2015-10-23 20:20:49 +00:00
Gary Katsevman
d47a8ab2dc Merge branch 'stable' 2015-10-23 16:15:16 -04:00
Gary Katsevman
c89f645600 @gkatsev bumped chg to fix stalling issues. closes #2732 2015-10-23 16:15:07 -04:00
Gary Katsevman
1834d39c2f Merge branch 'stable' 2015-10-20 14:00:48 -04:00
Gary Katsevman
9c28857247 bump object.assign. Fixes #2703 2015-10-20 13:46:55 -04:00
typcn
40b6ad3050 @typcn bumped grunt-sass to ^1.0.0 to support node 4.x. closes #2645 2015-10-19 11:34:57 -04:00
heff
872459837b v5.0.0 2015-09-29 09:40:01 -07:00
heff
a5dad5ade2 v5.0.0-rc.104 2015-09-28 22:21:17 +00:00
heff
c5321f4cbf v5.0.0-rc.103 2015-09-28 20:55:49 +00:00
Benoit
1f618d7b00 v5.0.0-rc.102 2015-09-28 18:25:20 +00:00
Pat
8d9695b6ad v5.0.0-rc.101 2015-09-25 18:16:18 +00:00
heff
992e5e63f5 v5.0.0-rc.100 2015-09-25 15:25:18 +00:00
Gary Katsevman
0b7cf586c2 @gkatsev exposed isCrossOrigin and used it to enable CORS for textTrack XHRs. closes #2633 2015-09-24 19:58:25 -04:00
heff
2c10c7f310 v5.0.0-rc.99 2015-09-23 16:36:55 +00:00
heff
9788112e76 v5.0.0-rc.98 2015-09-23 16:31:12 +00:00
Matthew
ba6018d4ea v5.0.0-rc.97 2015-09-22 23:55:38 +00:00
Pat
2be7263ac3 v5.0.0-rc.96 2015-09-22 15:46:50 +00:00
jforbes
8fbe0a947f v5.0.0-rc.95 2015-09-22 15:39:08 +00:00
jforbes
1f06f23ded @forbesjo removed the PhantomJS dependency. closes #2622 2015-09-22 11:32:23 -04:00
Pat
d072d9b371 v5.0.0-rc.94 2015-09-22 15:21:08 +00:00
jrivera
a0b4293b82 v5.0.0-rc.93 2015-09-21 22:05:46 +00:00
Gary
ccedad44ef v5.0.0-rc.92 2015-09-21 21:54:09 +00:00
heff
651a33a145 v5.0.0-rc.91 2015-09-18 17:31:30 +00:00
David
968bd7432d v5.0.0-rc.90 2015-09-15 22:28:43 +00:00
David LaPalomento
24cdbdefff Use Raynos/xhr for XMLHttpRequests
- Get rid of our custom XHR shim. Export it as videojs.xhr.
- Updated XHR to be stubbed everywhere in tests to prevent errors.
- Added npm install to the review process

closes #2318
closes #2594
2015-09-15 15:25:11 -07:00
heff
0c416bd286 v5.0.0-rc.89 2015-09-15 20:04:00 +00:00
heff
99376bf396 v5.0.0-rc.88 2015-09-15 19:56:34 +00:00
heff
50bb4540a1 v5.0.0-rc.87 2015-09-15 18:01:20 +00:00