52bbd468d5
v5.0.0-rc.21
2015-07-21 20:57:44 +00:00
1102452ca3
@dmlap export a basic played() on techs. closes #2384
2015-07-21 16:56:23 -04:00
dd9930b6c6
v5.0.0-rc.20
2015-07-21 18:08:08 +00:00
a18768b938
@dmlap export videojs.createTimeRange. closes #2361
2015-07-21 14:05:44 -04:00
c98f775267
v5.0.0-rc.19
2015-07-21 17:00:51 +00:00
07f0483780
@dmlap switched events to not bubble by default. closes #2351
2015-07-21 09:58:12 -07:00
1eb416deef
v5.0.0-rc.18
2015-07-21 16:09:35 +00:00
d3655f79a1
Merge pull request #2389 from dmlap/fix-libsass
...
Use node.js 0.12 for travis
2015-07-21 12:07:45 -04:00
dbad385157
Use node.js 0.12 for travis
...
libsass may be running into issues with bindings and iojs so use a version-pegged node.js for now.
2015-07-21 12:02:24 -04:00
ca5103befe
v5.0.0-rc.17
2015-07-17 01:23:41 +00:00
fa08d77766
Merge branch 'master' of github.com:videojs/video.js
2015-07-16 18:21:02 -07:00
e5d4757e36
Fixed vertical option for volumeMenuButton. closes #2352
2015-07-16 18:20:23 -07:00
69348f4e0d
v5.0.0-rc.16
2015-07-16 20:40:18 +00:00
8cc967e022
pass fs state to player from enterFullscreen, split full-window styles into their own selector. closes #2357
2015-07-16 13:38:13 -07:00
d2de00cae1
@imbcmdth updated source handlers to use bracket notation so they wont break when using minified videojs. closes #2348
2015-07-16 13:48:34 -04:00
3842890900
v5.0.0-rc.15
2015-07-15 22:24:33 +00:00
3e35935182
Sped up tests by relying on watchify and splitting up tests
...
- Temporarily killed API tests. Combining them with other tests.
- Using browserify:watch for build/temp/video.js (sandbox testing)
- Using karma:watch for automated tests
Using individual watch tasks allows watchify to use smart caching in both
instances.
- Switched to grunt-concurrent for watch tasks
- Switched to travis containers, sudo: false
- Added caching of npm modules in Travis
- Consolidated travis testing
- Cleaned up grunt file
- Fixed travis.yml spacing
- Added the watchAll task for trying it out
- Moved travis test script logic to package.json
- Moved coverage reporting to Travis only
closes #2254
2015-07-15 15:22:34 -07:00
dfd481037e
v5.0.0-rc.14
2015-07-13 17:06:31 +00:00
3268d71577
Insert cloned el back into DOM. Fixes #2214 . closes #2334
2015-07-13 13:04:04 -04:00
7bcc2ba8f7
v5.0.0-rc.13
2015-07-10 21:46:54 +00:00
9de463e35c
Export bind on videojs. Fixes #2322
...
closes #2332
2015-07-10 14:44:29 -07:00
5bcf3b40e3
v5.0.0-rc.12
2015-07-10 20:42:55 +00:00
d5061d7691
Update vttjs to fix a trailing comma JSON error
...
closes #2331
2015-07-10 13:40:40 -07:00
70d82a03db
v5.0.0-rc.11
2015-07-10 19:37:02 +00:00
f53f3dc36f
@dmlap exported the videojs.log function. closes #2317
2015-07-10 12:36:09 -07:00
590e731db4
v5.0.0-rc.10
2015-07-10 19:23:15 +00:00
ccd6ed44b8
Don't track progress until ready
...
Delay manual progress checks until the tech is ready to avoid errors.
The Flash tech errors if buffered() is called before the SWF has loaded,
for instance.
closes #2316
fixes #2288
rel #2289
2015-07-10 12:22:20 -07:00
f9316fcda0
@pavelhoral fixed subclassing without a constructor. closes #2308
2015-07-10 11:42:29 -07:00
440dfe92f8
v5.0.0-rc.9
2015-07-09 23:21:22 +00:00
ba4ab80455
Added a currentTime tooltip to the progress handle
...
- added data-current-time attr to PlayProgressBar
- show data-current-time attr in tooltip on hover
- separate hover state from styling
closes #2255
2015-07-09 16:18:43 -07:00
db3e58b653
v5.0.0-rc.8
2015-07-09 23:05:34 +00:00
77a96bea6f
Improved JSDoc comments everywhere for new docs generation
...
closes #2270
2015-07-09 16:03:49 -07:00
f73f69c66c
v5.0.0-rc.7
2015-07-09 22:42:04 +00:00
3479a545aa
Checking on the event the relatedTarget exists before setting its property
...
Fixes a bug where relatedTarget was undefined in Firefox
fixes #2024
closes #2025
2015-07-09 15:41:07 -07:00
46c79e2b19
Release v4.12.11
v4.12.11
2015-07-09 18:58:21 +00:00
c2820e9e38
@dmlap fixed an error caused by calling vjs_getProperty on the swf too early. closes #2289
2015-07-09 11:52:52 -07:00
c43863edbd
@gkatsev updated the vtt.js version to fix JSON issues. closes #2327
2015-07-09 11:46:58 -07:00
004b1e8f7b
v5.0.0-rc.6
2015-07-08 22:08:15 +00:00
2b79dacdbc
@gkatsev fixed the texttrackchange event and text track display for non-native tracks. closes #2215
2015-07-08 15:07:21 -07:00
5fc794f4e7
v5.0.0-rc.5
2015-07-08 21:53:06 +00:00
56be47b80a
Log an error when a plugin can't be found
...
closes #1931
closes #1928
2015-07-08 14:51:00 -07:00
34822537f4
@saxena-gaurav updated swf to 4.7.2 to fix flash of previous video frame. closes #2300
2015-07-08 14:27:39 -04:00
49fbea6f4c
v5.0.0-rc.4
2015-07-07 00:11:38 +00:00
b77e3c9ade
@mmcc added the vjs-big-play-centered class. closes #2293
2015-07-06 17:10:50 -07:00
99032bb2a7
@dmlap updated to videojs-swf@4.7.1 to fix a video dimensions issue on subsequent loads. closes #2281
2015-07-06 16:36:19 -07:00
8d33388899
v5.0.0-rc.3
2015-07-02 04:24:40 +00:00
26a78627f1
@pavelhoral fixed a bug with user activity that caused the control bar to flicker. closes #2299
...
Fixes #2298
2015-07-01 21:22:58 -07:00
b93dea70b8
Release v4.12.10
v4.12.10
2015-06-23 20:43:28 +00:00
0f1c5f22f0
Add changelog entry for SWF update
...
Prepend attribution to the previous entry.
2015-06-23 16:34:48 -04:00
56d4861bb0
src() should not return blob URLs with MSE source handlers. closes #2271
2015-06-23 16:28:23 -04:00