greenkeeper[bot]
b5c60f339b
fix(package): update global to version 4.3.2 ( #4291 )
...
https://greenkeeper.io/
2017-05-11 17:52:30 -04:00
Gary Katsevman
d6e56e9222
6.0.1
2017-04-13 16:58:11 -04:00
Gary Katsevman
d9d7278282
6.0.0
2017-04-03 17:37:03 -04:00
Gary Katsevman
c7fd68d4ae
6.0.0-RC.8
2017-03-31 10:50:26 -04:00
Gary Katsevman
29d733d0d1
chore: ignore qunit and sinon from greenkeeper ( #4242 )
2017-03-30 13:46:41 -04:00
Gary Katsevman
dc37cb24f2
6.0.0-RC.6
2017-03-24 18:43:52 -04:00
Gary Katsevman
6d876ee6ef
chore: 6.x build updates ( #4228 )
...
This runs the changelog generation on versioning automatically, if it isn't a pre-release.
It also runs the build and API docs generation on publish and makes sure that the generated API docs are in the published package.
2017-03-24 18:42:39 -04:00
greenkeeper[bot]
7d12c9ea85
chore(package): update videojs-vtt.js to version 0.12.3 ( #4221 )
2017-03-24 14:38:06 -04:00
greenkeeper[bot]
022305706c
chore(package): update webpack to version 2.3.0 ( #4219 )
...
https://greenkeeper.io/
2017-03-23 16:21:35 -04:00
Brandon Casey
61e20786a9
docs: fix links in generated docs ( #4200 )
2017-03-21 17:13:06 -04:00
Gary Katsevman
c829fcff5f
6.0.0-RC.5
2017-03-09 15:45:42 -05:00
Gary Katsevman
23823556d4
6.0.0-RC.4
2017-03-09 13:30:43 -05:00
Gary Katsevman
bf787bd5cc
chore(package): update uglify-js to version 2.8.8 ( #4170 )
...
Closes #4138
https://greenkeeper.io/
2017-03-07 13:59:20 -05:00
greenkeeper[bot]
5265624410
fix(package): update xhr to version 2.4.0 ( #4101 )
...
https://greenkeeper.io/
2017-03-02 14:52:02 -05:00
greenkeeper[bot]
9ef2d07b41
chore(package): update remark-lint to version 6.0.0 ( #4129 )
...
https://greenkeeper.io/
2017-03-02 12:00:32 -05:00
greenkeeper[bot]
139567738f
chore(package): update remark-validate-links to version 6.0.0 ( #4128 )
...
https://greenkeeper.io/
2017-03-02 11:59:32 -05:00
greenkeeper[bot]
d5a619d10e
chore(package): update remark-toc to version 4.0.0 ( #4127 )
...
https://greenkeeper.io/
2017-03-02 11:58:20 -05:00
greenkeeper[bot]
dc9ed1cf5f
chore(package): update remark-cli to version 3.0.0 ( #4126 )
...
https://greenkeeper.io/
2017-03-02 11:58:04 -05:00
Gary Katsevman
96a387f723
feat: update videojs-vtt.js and wrap native cues in TextTrack ( #4115 )
...
Update videojs-vtt.js and don't auto-export its versions of VTTCue globally.
When our TextTrack object is given a cue, if it's a native cue, wrap it in our emulated vttjs.VTTCue.
Fixes #4093 .
2017-02-27 13:52:01 -05:00
Gary Katsevman
f558648f44
6.0.0-RC.3
2017-02-22 14:56:33 -05:00
typicode
c3b1d689f6
chore: switch from ghooks to husky ( #4074 )
2017-02-15 15:22:50 -05:00
Gary Katsevman
3aa79ae9b1
6.0.0-RC.2
2017-02-06 15:58:22 -05:00
Brandon Casey
49496195ed
chore: Add flash as a dev dependency for testing ( #4016 )
...
Add videojs-flash to devDependencies and update sandbox examples to use flash
2017-02-01 17:21:44 -05:00
Gary Katsevman
5b8b41e546
chore(package): pin karma to 1.3.0 ( #4002 )
...
Karma 1.4.0 indavertantely broke IE8 when updating socket.io.
This pins karma to 1.3.0 a version that is known to work on IE8.
See https://github.com/karma-runner/karma/issues/2556
See https://github.com/socketio/socket.io-client/issues/1063
2017-01-31 15:22:03 -05:00
Gary Katsevman
c8f5e3a3fc
6.0.0-RC.1
2017-01-30 14:51:09 -05:00
greenkeeper[bot]
924fb279ee
chore(package): update xhr to version 2.3.3 ( #3914 )
...
https://greenkeeper.io/
2017-01-24 12:06:18 -05:00
Gary Katsevman
e642295468
docs(jsdoc): introduce a jsdoc template and build on publish ( #3910 )
...
Use the TUI JSDoc Template to generate the jsdoc files. Also, build this out on publish.
2017-01-24 11:26:39 -05:00
Gary Katsevman
e3424f6a4d
6.0.0-RC.0
2017-01-19 17:48:24 -05:00
Brandon Casey
b387437aed
feat: remove flash tech ( #3956 )
...
Remove Flash Tech from core. Use videojs-flash if flash is needed.
Also, update DOM method names.
BREAKING CHANGE: remove flash tech from core.
2017-01-19 16:01:56 -05:00
Gary Katsevman
7bafcc2a55
test: fix tests ( #3953 )
...
* Switch to es3 preset for babel so that it runs last. Plugins run before presets and presets run in reverse order. Also, we ran into a weird bug in babel that causes `default` not to be quoted in some cases (https://github.com/babel/babel/issues/4799 ) which we've worked around here.
* Restore the es-shims for tests and the ie8 fallback script.
* Do a null-check around `Player.players`.
* use more round fractions (like 0.5 and 1) to avoid rounding issues.
2017-01-19 11:17:46 -05:00
Gary Katsevman
bb9b710d95
v5.16.0
2017-01-12 14:54:11 -05:00
Brandon Casey
d290db1765
refactor: require videojs-vtt.js
via require rather than concat ( #3919 )
...
Using aliasify and require, we can generate the dist/video.js and dist/alt/video.novtt.js files each with and without vttjs while having the require-able version of video.js available to require vttjs and have it work with bundlers like browserify and webpack.
2017-01-11 14:56:07 -05:00
Gary Katsevman
c239bd5c5a
chore: don't run tests on travis if only docs were changed ( #3908 )
2017-01-04 10:58:54 -05:00
Gary Katsevman
9ec55879a1
chore: better dev experience ( #3896 )
...
npm start now runs `grunt dev` which in turn runs the connect server,
sets up babel watching, browserify watching (for both src and test
files), and css and alternate builds watching.
Additionally, it will copy over the dev build files into the dist folder
so that if you're linking videojs and you have a project that gets
video.js from the dist, you can link and develop with more easy without
rerunning all of `grunt dist` each time.
Additionally, this specifically does not run more time consumming
operations like minification.
2017-01-03 15:05:58 -05:00
Gary Katsevman
83d453b498
chore(sass): upgrade to latest version of grunt-sass ( #3897 )
...
Fixes #3692 .
2017-01-03 15:05:41 -05:00
Gary Katsevman
b914c76247
v5.15.1
2016-12-23 14:19:13 -05:00
Gary Katsevman
4fd902229f
v5.15.0
2016-12-22 17:37:21 -05:00
Gary Katsevman
eb389c57c0
chore(videojs-standard): update to version 6.0.1 ( #3884 )
2016-12-20 18:32:24 -05:00
Brandon Casey
0493f54d6f
chore(docs): Documentation Linting and TOC generation ( #3841 )
...
Use remark to lint and generate TOC for markdown files.
2016-12-20 16:55:59 -05:00
greenkeeper[bot]
d20e9ce128
chore(package): update dependencies (enable Greenkeeper) 🌴 ( #3777 )
2016-12-19 16:07:59 -05:00
Gary Katsevman
7985c63541
v5.14.1
2016-12-05 17:04:35 -05:00
Gary Katsevman
766580af2b
v5.14.0
2016-12-02 16:33:55 -05:00
Pat O'Neill
761b877626
feat: Eliminate lodash-compat as a dependency, rewrite mergeOptions ( #3760 )
2016-12-02 15:51:41 -05:00
Pat O'Neill
8f16de2778
feat: Object Type-Detection and Replacing object.assign ( #3757 )
2016-12-02 15:44:57 -05:00
Brandon Casey
1a0b2812ce
docs(jsdoc): Update the jsdoc comments to modern syntax - Part 1 ( #3694 )
...
Add jsdoc npm script.
Update JSDoc comments for the following files:
* src/js/big-play-button.js
* src/js/button.js
* src/js/clickable-component.js
* src/js/close-button.js
* src/js/component.js
* src/js/error-display.js
* src/js/event-target.js
2016-12-02 15:07:19 -05:00
Gary Katsevman
406c203f17
v5.13.2
2016-11-14 16:13:07 -05:00
Greenkeeper
6b477bb737
chore(package): update karma-detect-browsers to version 2.2.3 ( #3770 )
...
https://greenkeeper.io/
2016-11-10 11:52:11 -05:00
Gary Katsevman
3fc9b83958
v5.13.1
2016-11-09 16:33:43 -05:00
Gary Katsevman
50f8ad214c
5.13.0 dummy commit
2016-11-09 16:32:57 -05:00
Greenkeeper
b6d521f472
chore(package): update grunt-accessibility to version 5.0.0 ( #3747 )
...
https://greenkeeper.io/
2016-11-09 11:42:42 -05:00
Gary Katsevman
4859bb9e3d
chore: pin karma-detect-browsers to 2.1.0 ( #3764 )
...
See https://github.com/litixsoft/karma-detect-browsers/issues/17
2016-11-09 11:40:21 -05:00
Gary Katsevman
11a096d60f
docs(contributing.md): update CONTRIBUTING.md with latest info ( #3722 )
...
Update CONTRIBUTING.md with inspiration and dev certificate of origin from node's CONTRIBUTING.md.
Add grunt and doctoc npm scripts.
2016-11-04 14:21:05 -04:00
Gary Katsevman
9e20386a94
v5.12.6
2016-10-25 14:49:25 -04:00
Gary Katsevman
fe760a44d7
fix: remove unnecessary comments from video.min.js ( #3709 )
...
This involves updating to latest version of uglify and setting
"screwIE8" to false since that is a default in 2.7. However, this makes
"preserveComments" "some" work as it is supposed to work.
Fixes #3707 . This also comes from the stable branch after the 5.11.9
release.
2016-10-25 14:31:05 -04:00
Gary Katsevman
ac0329f875
v5.12.5
2016-10-19 18:28:16 -04:00
Gary Katsevman
c51f22680f
v5.12.4
2016-10-18 16:32:28 -04:00
Pat O'Neill
8845bd36c1
chore(grunt): fix getting changelog by switching to npm-run ( #3687 )
...
shelljs-nodecli is having trouble getting the conventional-changelog package because the package name and binary name are different.
Fixes #3683
2016-10-18 14:42:10 -04:00
Gary Katsevman
d6e49a4095
v5.12.3
2016-10-06 14:19:26 -04:00
Gary Katsevman
d4e89d2adc
chore: update CHANGELOG automation to use conventional-changelog ( #3669 )
...
This updates our changelog automation to use conventinoal changelog. Ultimately, it will make it easier to merge PRs because it won't require the use of the contrib tool.
It uses https://github.com/videojs/conventional-changelog-videojs/blob/master/convention.md
2016-10-06 14:09:48 -04:00
Owen Edwards
7d85f27a8e
test(a11y): add basic accessibility testing using grunt-accessibility
2016-09-30 15:18:57 -04:00
Gary Katsevman
c545acdaea
chore(package): remove es2015-loose since it's an option for es2015 ( #3629 )
...
babel-preset-es2015-loose is deprecated as it's now available as an option to the es2015 preset.
2016-09-29 13:44:55 -04:00
Greenkeeper
54e3db5d34
chore(package): update grunt-contrib-cssmin to version 1.0.2 ( #3595 )
...
https://greenkeeper.io/
2016-09-29 12:22:21 -04:00
Greenkeeper
2032b17943
chore(package): update grunt-shell to version 2.0.0 ( #3642 )
...
https://greenkeeper.io/
2016-09-29 12:03:27 -04:00
Brandon Casey
816291e7b5
chore(deps): add the bundle-collapser browserify plugin
...
This plugin makes browserify output numbers instead of the bundle paths to save some bytes in the output.
2016-09-29 11:58:37 -04:00
Jordan Harband
08c7f4e1d4
chore: update object.assign to ^4.0.4
...
Updates `object.assign` to the latest, and uses a semver range so that consumers can `npm dedupe`.
2016-09-28 18:18:39 -04:00
Gary Katsevman
5f95e413e3
v5.12.2
2016-09-28 17:47:55 -04:00
Gary Katsevman
7cf2de30ac
Merge branch 'stable'
2016-09-28 16:28:21 -04:00
Gary
d520d29fd6
v5.11.7
2016-09-28 18:40:33 +00:00
Pat O'Neill
ecc95331a7
@misteroneill pinned grunt-contrib-uglify to ~0.11 to pin uglify to ~2.6. closes #3634
2016-09-28 13:54:41 -04:00
Gary Katsevman
3a859f97d0
v5.12.1
2016-08-25 19:47:31 -04:00
Gary Katsevman
0d0ff90ca1
5.12.0
2016-08-25 19:47:02 -04:00
Gary Katsevman
b4265a8468
v5.13.0
2016-08-25 19:34:46 -04:00
Jon-Carlos
a17de688f3
v5.11.6
2016-08-25 23:17:28 +00:00
Gary Katsevman
83b372c0d4
v5.12.0
2016-08-25 16:44:58 -04:00
mister-ben
94f22bb995
@mister-ben added task to maintain translations. closes #3572
2016-08-25 15:49:40 -04:00
Gary Katsevman
0b10b69775
@gkatsev added es2015 babel preset as a dependency. closes #3577
2016-08-25 14:46:38 -04:00
Gary Katsevman
f37383784d
Merge branch 'stable'
2016-08-25 12:19:03 -04:00
Justin
eff1cf34db
v5.11.5
2016-08-25 15:49:03 +00:00
Pat O'Neill
80851ea7ca
@misteroneill added npm scripts for standard actions to match plugin generator. closes #3563
2016-08-24 16:44:58 -04:00
Gary Katsevman
c154518df4
@gkatsev added tests for webpack and browserify bundling and node.js requiring. closes #3558
2016-08-24 16:32:05 -04:00
Greenkeeper
b90f04fc3b
Update karma-chrome-launcher to version 2.0.0 🚀 ( #3553 )
...
* chore(package): update karma-chrome-launcher to version 2.0.0
https://greenkeeper.io/
* update CHANGELOG
2016-08-22 17:56:10 -04:00
Greenkeeper
f787cbad18
Update grunt-concurrent to version 2.3.1 🚀 ( #3532 )
...
* chore(package): update grunt-concurrent to version 2.3.1
https://greenkeeper.io/
* update CHANGELOG
2016-08-17 18:08:24 -04:00
Greenkeeper
46058ddb0f
Update uglify-js to version 2.7.3 🚀 ( #3547 )
...
* chore(package): update uglify-js to version 2.7.3
https://greenkeeper.io/
* update CHANGELOG
2016-08-17 17:53:46 -04:00
Gary Katsevman
955185379f
@gkatsev updated build system to open es5 folder for bundles and dist folder other users. closes #3445
2016-08-17 17:16:41 -04:00
Gary Katsevman
d58be409a6
Merge branch 'stable'
2016-08-16 14:28:25 -04:00
Gary Katsevman
13d16c1d76
v5.11.4
2016-08-16 14:27:22 -04:00
Gary Katsevman
773b5ab1c1
Merge branch 'stable'
2016-08-15 18:20:47 -04:00
Gary Katsevman
5178c122a5
v5.11.3
2016-08-15 18:11:54 -04:00
Gary Katsevman
6385d1d429
@gkatsev reverted back to qunitjs 1.x to unbreak IE8. Added es5-shim to tests. closes #3533
2016-08-12 23:53:08 -04:00
Pat O'Neill
72c44daaf3
@misteroneill updated tests to qunit 2.0. closes #3509
2016-08-12 13:51:31 -04:00
Pat O'Neill
b3e4e95f9c
@misteroneill enabled and updated videojs-standard and fixed an issue with linting. closes #3508
2016-08-11 18:33:34 -04:00
Gary Katsevman
ab82bf0008
@gkatsev removed unused dependencies. closes #3516
2016-08-11 18:13:37 -04:00
Greenkeeper
f2a21d4aa2
Update karma to version 1.2.0 🚀 ( #3523 ) - update karma plugins
...
* chore(package): update karma to version 1.2.0
https://greenkeeper.io/
* update all karma packages
* update CHANGELOG
2016-08-11 18:03:19 -04:00
Gary Katsevman
c15d64adf5
Merge branch 'stable'
2016-08-09 11:24:23 -04:00
Gary Katsevman
b9d811c2e2
v5.11.2
2016-08-09 11:23:30 -04:00
Gary Katsevman
a0e9318862
Merge branch 'stable'
2016-08-08 18:23:27 -04:00
Gary Katsevman
876d1128a6
v5.11.1
2016-08-08 18:21:15 -04:00
Pat O'Neill
485524882e
@misteroneill added ghooks to run linter on git push
2016-08-05 11:39:21 -04:00
Pat O'Neill
e85c1c0391
@misteroneill updated source code to pass linter
2016-08-05 11:35:54 -04:00
Gary Katsevman
fc72fb90e7
v5.11.0
2016-07-22 15:36:56 -04:00
Gary Katsevman
3e9c53f84f
@gkatsev added es6-shim to tests. Fixes Flash duration test. closes #3453
2016-07-22 12:07:37 -04:00
Pat O'Neill
b270f58bc8
@misteroneill fixed npm test from running coveralls locally. closes #3449
2016-07-21 13:26:46 -04:00
alex-phillips
e7ca49e668
@alex-phillips added ontextdata to Flash tech. closes #2748
2016-07-18 14:16:58 -04:00
Gary Katsevman
6620f2d7be
v5.10.7
2016-06-27 22:38:38 -04:00
Gary Katsevman
0808f843eb
@gkatsev pinned node-sass to 3.4. closes #3401
2016-06-27 18:26:37 -04:00
Gary Katsevman
7da89f51a6
v5.10.6
2016-06-20 15:28:41 -04:00
Gary Katsevman
546138e433
v5.10.5
2016-06-07 12:34:07 -04:00
Gary Katsevman
40cf2730b9
@gkatsev pinned dependencies to direct versions. closes #3338
2016-06-01 14:30:44 -04:00
Gary Katsevman
101f471829
v5.10.4
2016-05-31 15:35:05 -04:00
Gary Katsevman
b981f254de
v5.10.3
2016-05-27 18:24:33 -04:00
Gary Katsevman
a11f66ff4f
v5.10.2
2016-05-12 14:44:36 -04:00
Gary Katsevman
971dbaecc4
v5.10.1
2016-05-03 15:42:43 -04:00
Gary Katsevman
9a59aee304
v5.10.0
2016-05-03 15:39:05 -04:00
Gary Katsevman
b931b6bde9
Merge branch 'stable'
2016-04-19 17:37:16 -04:00
Gary Katsevman
aa94e0be07
v5.9.2
2016-04-19 17:35:43 -04:00
Gary Katsevman
cfb9621884
Merge branch 'stable'
2016-04-19 17:20:24 -04:00
Gary Katsevman
e7d31d3f9e
v5.9.1
2016-04-19 17:18:51 -04:00
Gary Katsevman
f4ee2767eb
@gkatsev Use fonts 2.0 that do not require wrapping codepoints. closes #3252
2016-04-13 20:43:51 +02:00
Gary Katsevman
48ec1fb3ee
v5.9.0
2016-04-05 14:24:44 -04:00
Gary Katsevman
4849374f23
v5.8.8
2016-04-04 13:27:37 -04:00
Gary Katsevman
dc3fc686e7
v5.8.7
2016-03-29 17:30:58 -04:00
Gary Katsevman
6845cbedc3
v5.8.6
2016-03-25 14:57:13 -04:00
Gary Katsevman
db189b73d7
v5.8.5
2016-03-17 19:01:44 -04:00
Gary Katsevman
94e899f810
v5.8.4
2016-03-17 14:54:29 -04:00
Gary Katsevman
0b26d83e99
v5.8.3
2016-03-10 14:05:56 -05:00
Gary Katsevman
3367b007a2
v5.8.2
2016-03-09 14:27:53 -05:00
Gary Katsevman
5a5b42f2a7
v5.8.1
2016-03-07 15:26:26 -05:00
Gary Katsevman
3ef88f8b80
v5.8.0
2016-02-19 14:18:37 -05:00
Gary Katsevman
b027603a6a
v5.7.1
2016-02-11 17:13:33 -05:00
Gary Katsevman
084bcf692c
v5.7.0
2016-02-04 13:44:19 -05:00
Gary Katsevman
58f76136e5
v5.6.0
2016-01-26 12:09:40 -05:00
Gary Katsevman
47f639fb41
@gkatsev updated to latest videojs-ie8 shim. closes #3042
2016-01-26 12:08:46 -05:00
Gary Katsevman
81caccd154
v5.5.3
2016-01-15 15:33:46 -05:00
Gary Katsevman
b48797bf17
v5.5.2
2016-01-14 14:03:00 -05:00
Gary Katsevman
088f47af2e
v5.5.1
2016-01-08 18:59:50 -05:00
Gary Katsevman
67840aabbe
v5.5.0
2016-01-07 23:39:07 -05:00
Gary Katsevman
93f2f83723
@gkatsev updated css to have ascii codepoints for fonticons. Expose new scss file. closes #2973
2016-01-07 23:36:09 -05:00
Gary Katsevman
35203f613f
v5.4.6
2015-12-22 17:00:46 -05:00
Gary Katsevman
d99ce79954
v5.4.5
2015-12-15 14:47:29 -05:00
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
heff
f10d8d0cb3
@heff added an attributes argument to createEl(). closes #2589
...
fixes #2176
2015-09-15 10:59:08 -07:00
Gary
a3bfa8a73c
v5.0.0-rc.86
2015-09-15 16:44:01 +00:00
heff
4f250e8fc2
v5.0.0-rc.85
2015-09-15 01:32:47 +00:00
heff
517489513f
v5.0.0-rc.84
2015-09-15 01:27:53 +00:00
heff
313d18106b
v5.0.0-rc.83
2015-09-14 23:04:09 +00:00
jforbes
4d6c737a21
v5.0.0-rc.82
2015-09-14 22:56:55 +00:00
jforbes
2c74d9e355
v5.0.0-rc.81
2015-09-10 21:54:07 +00:00
Gary
0bd7538fbc
v5.0.0-rc.80
2015-09-09 21:24:11 +00:00
Gary
a355f900b9
v5.0.0-rc.79
2015-09-09 18:21:46 +00:00
heff
0b5f41c466
v5.0.0-rc.78
2015-09-08 19:48:48 +00:00
heff
9179bdbdf6
v5.0.0-rc.77
2015-09-07 19:12:24 +00:00
heff
658adb27ec
v5.0.0-rc.76
2015-09-07 00:26:40 +00:00
Gary
3abc5c66df
v5.0.0-rc.75
2015-09-04 18:57:55 +00:00
heff
ccb6b35291
v5.0.0-rc.74
2015-09-03 21:48:35 +00:00
heff
63e21bdadd
v5.0.0-rc.73
2015-09-03 20:57:06 +00:00
heff
65b5a6e298
v5.0.0-rc.72
2015-09-02 22:48:59 +00:00
Gary
0f6abfd210
v5.0.0-rc.71
2015-09-02 20:40:08 +00:00
heff
f151c3b67e
v5.0.0-rc.70
2015-09-01 00:24:43 +00:00
heff
b40865ad2b
v5.0.0-rc.69
2015-08-31 23:38:31 +00:00
heff
4d97dd4d29
Fixed a number of errors in the log after testing
...
- Fixed a console error in dom tests from loading a track source
- Switched to non-fetching poster urls in tests to prevent errors
- Stubbed XHR for TextTrack tests to prevent log errors
- Fixed text track console errors that stubbing async didn't catch
because there's some async happening in tracks that makes it so
- XHR isn't even used until the test is complete
- Removed extra code
- Added player.dispose more places and fixed attributes test
2015-08-31 16:36:11 -07:00
David
ea467b31b8
v5.0.0-rc.68
2015-08-31 19:49:31 +00:00
David
6a26358da2
v5.0.0-rc.67
2015-08-31 19:39:09 +00:00
David LaPalomento
b35c8774b8
@dmlap update to videojs-swf 5.0.0-rc1. closes #2528
2015-08-31 15:37:25 -04:00
Gary
336be2f8b7
v5.0.0-rc.66
2015-08-31 18:23:27 +00:00
David
547e82d8e8
v5.0.0-rc.65
2015-08-31 18:14:45 +00:00
Matthew
c38778c296
v5.0.0-rc.64
2015-08-27 19:48:06 +00:00
Gary
b27bbf16b1
v5.0.0-rc.63
2015-08-25 20:21:18 +00:00
jforbes
e10a2f4b03
v5.0.0-rc.62
2015-08-24 19:59:42 +00:00
heff
bfbd065e42
v5.0.0-rc.61
2015-08-24 19:50:39 +00:00
Gary
44fa9af226
v5.0.0-rc.60
2015-08-21 22:13:51 +00:00
jforbes
ceba633edb
v5.0.0-rc.59
2015-08-20 22:00:48 +00:00
jforbes
976ee6e30b
@forbesjo switched automated testing to BrowserStack. closes #2492
2015-08-20 14:57:59 -07:00
Gary
eca378c388
v5.0.0-rc.58
2015-08-19 23:37:55 +00:00
Nicky
3228821926
v5.0.0-rc.57
2015-08-19 19:25:32 +00:00
Gary
d0e2ede27a
v5.0.0-rc.56
2015-08-19 19:13:26 +00:00
Gary
395780a1b6
v5.0.0-rc.55
2015-08-19 18:40:14 +00:00
Gary
cc6369c524
v5.0.0-rc.54
2015-08-19 18:20:09 +00:00
Pat
70d9bbd145
v5.0.0-rc.53
2015-08-19 17:57:19 +00:00
Matthew
06f16d993e
v5.0.0-rc.52
2015-08-17 18:30:57 +00:00
Pat
51f92181e8
v5.0.0-rc.51
2015-08-13 20:52:04 +00:00
Matthew
ac97de0bd4
v5.0.0-rc.50
2015-08-13 20:45:58 +00:00
Gary
39ef157994
v5.0.0-rc.49
2015-08-12 23:06:54 +00:00
Matthew
293c9875d8
v5.0.0-rc.48
2015-08-12 22:17:22 +00:00
David
8b97163250
v5.0.0-rc.47
2015-08-12 20:53:53 +00:00
Matthew
e4f2f3bd96
v5.0.0-rc.46
2015-08-12 17:50:11 +00:00
jforbes
cd3f96978f
v5.0.0-rc.45
2015-08-12 00:39:56 +00:00
Pat
70fec0bc50
v5.0.0-rc.44
2015-08-10 19:35:10 +00:00
Pat
589a0f86ee
v5.0.0-rc.43
2015-08-10 19:25:17 +00:00
Pat O'Neill
c0673d2852
@misteroneill create video.novtt.js in dist builds. closes #2447
2015-08-10 15:22:15 -04:00
Pat
67c0d999cc
v5.0.0-rc.42
2015-08-10 19:11:38 +00:00
Pat
b528473655
v5.0.0-rc.41
2015-08-10 19:02:17 +00:00
Pat
6905d0b005
v5.0.0-rc.40
2015-08-06 22:11:12 +00:00
Pat
1f8e0cc48a
v5.0.0-rc.39
2015-08-03 19:38:03 +00:00
Gary
f97e84a41e
v5.0.0-rc.38
2015-08-03 19:21:18 +00:00
Gary Katsevman
2dfd315ac1
@gkatsev always use emulated TextTrackLists so tracks survive tech switches. closes #2425
2015-08-03 15:19:36 -04:00
Nicky
7d335e0989
v5.0.0-rc.37
2015-08-03 17:28:02 +00:00
Matthew
cb6465e9d2
v5.0.0-rc.36
2015-08-03 16:36:56 +00:00
Nicky
b2db8b9fb6
v5.0.0-rc.35
2015-08-03 16:30:53 +00:00
heff
8418a316d6
v5.0.0-rc.34
2015-07-30 19:40:54 +00:00
Pat
5c4681506b
v5.0.0-rc.33
2015-07-30 18:13:56 +00:00
David
aa8601f22f
v5.0.0-rc.32
2015-07-30 16:12:50 +00:00
Matthew
06bff98ca6
v5.0.0-rc.31
2015-07-28 23:42:10 +00:00
Matthew
63392f25a7
v5.0.0-rc.30
2015-07-28 23:32:49 +00:00
heff
57152ae62f
v5.0.0-rc.29
2015-07-24 17:14:27 +00:00
Benoit
dd6ed45f8e
v5.0.0-rc.28
2015-07-24 17:05:11 +00:00
Benoit
152e1ad808
v5.0.0-rc.27
2015-07-24 16:41:32 +00:00
Benoit
75af988c86
v5.0.0-rc.26
2015-07-24 16:35:39 +00:00
Pat
3cabc75b83
v5.0.0-rc.25
2015-07-24 16:10:27 +00:00
David
8be7810049
v5.0.0-rc.24
2015-07-21 23:00:24 +00:00
David
843a57765d
v5.0.0-rc.23
2015-07-21 21:33:22 +00:00
David LaPalomento
4ad45ef9a8
@dmlap fire seeking in the flash tech, not the SWF. closes #2372
2015-07-21 17:31:51 -04:00
David
4056c5f75c
v5.0.0-rc.22
2015-07-21 21:14:00 +00:00
David
52bbd468d5
v5.0.0-rc.21
2015-07-21 20:57:44 +00:00
David
dd9930b6c6
v5.0.0-rc.20
2015-07-21 18:08:08 +00:00
David
c98f775267
v5.0.0-rc.19
2015-07-21 17:00:51 +00:00
David
1eb416deef
v5.0.0-rc.18
2015-07-21 16:09:35 +00:00
Matthew
ca5103befe
v5.0.0-rc.17
2015-07-17 01:23:41 +00:00
Gary
69348f4e0d
v5.0.0-rc.16
2015-07-16 20:40:18 +00:00
heff
3842890900
v5.0.0-rc.15
2015-07-15 22:24:33 +00:00
heff
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
Gary
dfd481037e
v5.0.0-rc.14
2015-07-13 17:06:31 +00:00
Gary
7bcc2ba8f7
v5.0.0-rc.13
2015-07-10 21:46:54 +00:00
Gary
5bcf3b40e3
v5.0.0-rc.12
2015-07-10 20:42:55 +00:00
Gary Katsevman
d5061d7691
Update vttjs to fix a trailing comma JSON error
...
closes #2331
2015-07-10 13:40:40 -07:00
David
70d82a03db
v5.0.0-rc.11
2015-07-10 19:37:02 +00:00
David
590e731db4
v5.0.0-rc.10
2015-07-10 19:23:15 +00:00
Matthew
440dfe92f8
v5.0.0-rc.9
2015-07-09 23:21:22 +00:00
Matt
db3e58b653
v5.0.0-rc.8
2015-07-09 23:05:34 +00:00
Michelle
f73f69c66c
v5.0.0-rc.7
2015-07-09 22:42:04 +00:00
Gary
004b1e8f7b
v5.0.0-rc.6
2015-07-08 22:08:15 +00:00
Thijs
5fc794f4e7
v5.0.0-rc.5
2015-07-08 21:53:06 +00:00
Matthew
49fbea6f4c
v5.0.0-rc.4
2015-07-07 00:11:38 +00:00
David LaPalomento
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
Pavel
8d33388899
v5.0.0-rc.3
2015-07-02 04:24:40 +00:00
Matthew
ffe7c32899
v5.0.0-rc.2
2015-06-08 21:39:27 +00:00
heff
3857d78261
v5.0.0-rc.1
2015-06-08 10:56:31 -07:00
Matthew
20748ba7f7
v5.0.0-34
2015-06-06 00:38:03 +00:00
Matthew
362821801e
v5.0.0-33
2015-06-05 23:25:53 +00:00
Matthew McClure
34df8767a2
bumping font version to 1.3.0
2015-06-05 16:16:33 -07:00
heff
5bf28c9e3d
v5.0.0-32
2015-06-05 22:49:14 +00:00
heff
4803ac2674
Removed the CDN publishing logic into it's own repo
...
See videojs/cdn#3
- Added a guide note about skipping analytics tracking on the CDN
- Updated videojs-font
- Added videojs-ie8 as a dependency
- Updated the examples directory URLs and added to dist
- Updated CSS to override font path
2015-06-05 15:38:52 -07:00
Carlos
7eff3aca48
v5.0.0-31
2015-06-05 17:39:36 +00:00
Steve
3a0f14728e
v5.0.0-30
2015-06-05 00:39:39 +00:00
Matthew McClure
dac91a7b7b
@mmcc moved the fonts into their own repo. closes #2223
2015-06-02 11:04:40 -07:00
Steve
f03a91909e
v5.0.0-29
2015-05-30 02:15:59 +00:00
Matthew
965af8113f
v5.0.0-28
2015-05-29 23:58:59 +00:00
Steve
a6a4a0fd24
v5.0.0-27
2015-05-29 23:04:55 +00:00
heff
2af3047467
v5.0.0-26
2015-05-29 22:41:13 +00:00
heff
7ea3566a8c
v5.0.0-25
2015-05-29 02:51:59 +00:00
heff
8d768ef0ab
Switched lodash to use the compat version for IE8 support
2015-05-28 18:20:06 -07:00
heff
3bf01d9a41
v5.0.0-24
2015-05-28 18:05:09 +00:00
heff
a88e311214
Fixed a number of IE8 and Flash issues from 5.0 changes
...
IE8 compatiblity fixes - Babel loose mode and ES5-shim
Reverted to old isPlainObject to fix IE8
Lodash.isplainobject was throwing a "Member not found error" on elements,
specifically the 'custom' track element being passed in options.
(turned out to be that we were using lodash modern, not compat)
Fixed full-window mode in IE8 by fixing fullscreen API check
Fixed the swf events by creating the object in component.createEl
fixes #2184
Added es5 shim and sham to the sandbox example
related to #1687
2015-05-28 11:00:08 -07:00
heff
fb5d0ce6ad
v5.0.0-23
2015-05-27 18:44:33 +00:00
heff
fdd133906c
v5.0.0-22
2015-05-23 00:29:46 +00:00
David
27ee448e1f
v5.0.0-21
2015-05-22 02:50:34 +00:00
David LaPalomento
0ad43fd576
update the swf to v4.7
2015-05-21 19:47:44 -07:00
45aff0062cf1b0e55a6532b0a513db6be3952d17
21edde8702
v5.0.0-20
2015-05-22 00:09:43 +00:00
heff
7c5206eaf9
v5.0.0-19
2015-05-21 18:36:46 +00:00
heff
1bfe0b4fed
Clean up and documentation of src/js/video.js and DOM functions
...
Preparing to export utility functions on the videojs object
closes #2182
Change el() to getEl() for consistency
Cleaned up DOM functions library
Clean up and document videojs object API
Fixed mergeOptions to modify the first object instead of a copy
More cleanup of the main video.js file and documentation
Fixed issues with mergeOptions
Cleaned up the addLanguage function
Removed unnecessary underscores in private module vars
2015-05-21 11:33:12 -07:00
Matthew
caf725a3d4
v5.0.0-18
2015-05-19 18:25:29 +00:00
heff
b2311c7664
v5.0.0-17
2015-05-19 00:57:10 +00:00
heff
dc083f8cf4
v5.0.0-16
2015-05-16 01:25:32 +00:00
heff
a8ff970d4a
Broke up Lib and Util into smaller libraries of functions
...
Broke out bind, guid, and element data functions from Lib
Separated out more dom functions in to dom.js
Broke out URL functions into url.js
Removed setLocalStorage since it wasn't being used
Moved browser tests out of lib
Moved log functions into their own file
Removed trim() since it wasn't being used
Moved formatTime into its own file
Moved round into its own file and renamed roundFloat()
Moved capitalize into its own file and renamed as toTitleCase()
Moved createTimeRange into its own file
Removed Lib.arr.forEach infavor of the native forEach
Removed Lib.obj.create in favor of native Object.create (ES6-sham)
Removed obj.each in favor of native Object.getOwnPropertyNames().forEach()
Removed obj.merge and copy. Using lodash.assign instead.
Replaced Lib.obj.isPlain with lodash.isPlainObject
Removed Lib.obj.isArray in favor of the native Array.isArray
Also removed the lib.js tests file as all tests have been moved
or removed.
Removed Lib.isEmpty in favor of !Object.getOwnPropertyNames().length
Switched Util.mergeOptions and deepMerge to use new mergeOptions()
Moved Lib.TEST_VID to Html5.TEST_VID
Removed Lib references everywhere. Woo!
Attempting to fix sourcemap test errors by setting grunt-browserify version
Switched to object.assign from lodash.assign
Removed unused 'inherits' dependency
Reorganzied test files and added '.test' to file names
Combined js/core.js and js/video.js
Moved events.js into the utils directory
2015-05-15 18:20:35 -07:00
heff
349ff89541
v5.0.0-15
2015-05-14 05:47:16 +00:00
heff
2fc8968002
@heff added support for fluid widths, aspect ratios, and metadata defaults. closes #1952
2015-05-13 22:45:01 -07:00
Matthew
6128305cc3
v5.0.0-14
2015-05-13 05:02:43 +00:00
heff
fbdb3f1ce2
v5.0.0-13
2015-05-12 20:17:33 +00:00
heff
b87fb3ce32
v5.0.0-12
2015-05-12 19:42:16 +00:00
Brandon
de843affb7
v5.0.0-11
2015-05-06 16:12:56 +00:00
Matthew
793da0979a
v5.0.0-10
2015-05-04 18:38:30 +00:00
Gary
9b71d6b7d8
v5.0.0-9
2015-05-01 21:18:08 +00:00
Gary
aa7f7709b1
v5.0.0-8
2015-05-01 21:01:43 +00:00
Gary Katsevman
90b2f5d6ac
build: @gkatsev updated the Gruntfile to use ES6. closes #2106
2015-05-01 12:54:31 -07:00
Gary
87b8f8ec77
v5.0.0-7
2015-05-01 19:50:46 +00:00
Gary Katsevman
43a14291fa
@gkatsev updated the component.js styles to match the new style guide. closes #2105
2015-05-01 12:48:28 -07:00
Matthew
75aa65ebae
v5.0.0-6
2015-05-01 19:45:17 +00:00
Gary
90702a4f3e
v5.0.0-5
2015-05-01 18:30:14 +00:00
Deirdre
3e1b76c9fb
v5.0.0-4
2015-04-30 21:54:23 +00:00
Deirdre
b72f651a59
v5.0.0-3
2015-04-30 21:51:09 +00:00
heff
ebf0aa1a06
v5.0.0-2
2015-04-30 14:20:13 -07:00
heff
c7265e3d9d
Merge branch 'master' into review-dmlap-test-and-build-improvements
2015-04-30 12:03:52 -07:00
heff
a131a00c4c
Added a prerelease grunt task. Updated packages to correct version.
2015-04-29 16:21:05 -07:00
David LaPalomento
54519da32c
Grunt improvements
...
Get test/index.html working when loaded directly into a browser. Remove extra browserifying via karma. Add timing info to to grunt output.
2015-04-29 15:02:14 -07:00
Matthew McClure
f21f840afb
added scss files to dist folder
2015-04-29 13:16:18 -07:00
Matthew McClure
1eae8697e6
Bumping to 5.0 prerelease
2015-04-28 16:04:12 -07:00
Matthew McClure
4cdca881d4
expose the dist file and derequire the bundle
2015-04-28 15:57:13 -07:00
heff
f19d13b9bb
@heff added and `extends` function for external subclassing. closes #2078
2015-04-28 11:50:09 -07:00
Matthew McClure
4ac762cf48
@mmcc added a new default skin, switched to SASS, modified the html closes #1999
...
- removed old less style. no going back now.
- switched back to video-js.scss naming and added a base-style injection class
- cleaned up and simplified big play btn
- Flexbox straight flexin.
- move to using variables for text and icon font families
- use table layout for IE 8 and 9
- moved to using extend for icons
- Switched to SASS, added a new default theme, updated the html
- added horizontal classes
- added connect-watch grunt task
- show all the things in the control bar so everything is available
by default (and hidden via css
- reignore dist for now
- removing trailing comma to get the tests passing
- Switched to using libsass and removed incompatible "black magic"
- updating to es6 syntax
- removed old separator, added grunt task for dev, and updated example
- singular time-control and live-control. remove playing class on pause
- updated separator control styles
- Show full control bar when a player goes to fullscreen.
Also added a grunt task specifically for skin development (only watches sass file changes and runs sass)
- allow poster image to toggle playback
- This allows the poster image to toggle play / pause on audio-only sources
- fixed issue with scrollbars in Chrome on Linux
- make the control bar not-quite-black
- added back some focus highlights until we decide on another path
2015-04-28 09:52:27 -07:00
Deirdre Connolly
c62aa10637
@dconnolly replaced JSON.parse with a safe non-eval JSON parse. closes #2077
2015-04-27 17:05:39 -07:00
heff
a02ee27802
@heff converted all classes to use ES6 classes. closes #1993
2015-04-14 13:08:32 -07:00
heff
6e5fc8d687
More build and testing cleanup. Also some reorganization.
2015-04-02 11:33:51 -07:00
Matthew McClure
0c9d53321f
Report test coverage analytics during test runs
2015-04-02 11:33:50 -07:00
heff
f298d18023
Most of test conversion for es6ification
2015-04-02 11:33:50 -07:00
Matthew McClure
2e689f85e5
Starting ES6 conversion up to functional player
2015-04-02 11:33:50 -07:00
heff
12df63d7e7
Merge branch 'stable'
...
Conflicts:
dist/video-js/video-js.css
dist/video-js/video-js.min.css
dist/video-js/video-js.swf
dist/video-js/video.dev.js
dist/video-js/video.js
dist/video-js/video.novtt.dev.js
dist/video-js/video.novtt.js
package.json
2015-03-17 13:52:42 -07:00
heff
6786b70da1
Release v4.12.5
2015-03-17 20:47:00 +00:00
heff
bccea74d23
Updated to videojs-swf v4.5.4 to fix a potential security issue. closes #1955
2015-03-17 13:41:21 -07:00
heff
9dea6bed33
@heff replaced Closure Compiler with Uglify for minification. closes #1940
2015-03-12 11:23:47 -07:00
heff
9009593297
Release v4.12.4
2015-03-05 01:16:06 +00:00
Matthew
ab84de6960
Release v4.12.3
2015-02-28 01:10:21 +00:00
heff
06b8541fdb
Switched to grunt-aws-s3 for CDN uploads
...
closes #1800 , closes #1658 , closes #1855
2015-02-26 17:55:30 -08:00
Matthew
ed8ccf599b
Release v4.12.2
2015-02-27 00:09:30 +00:00
Matthew McClure
6e6c9fe885
remove tagrelease and commit unstaged changes manually (github-release handles tagging)
2015-02-26 15:05:16 -08:00
Matthew McClure
0b392fa9f5
breaking grunt tasks out into separate files to clean up the main Gruntfile. Also removed unused requires from the primary Gruntfile and making sure they are in the appropriate task file.
2015-02-25 16:05:31 -08:00
heff
8e372d7ffd
Release 4.12.1
2015-02-19 16:32:05 -08:00
heff
dd24d17372
Release 4.12.0
2015-02-17 16:44:25 -08:00
Gary Katsevman
4e5c28cc56
@gkatsev greatly improved text track support and implemented vtt.js as the webvtt parser. closes #1749
2015-02-13 15:19:02 -08:00
heff
aac97d287a
Release 4.11.4
2015-01-23 10:50:22 -08:00
Lee Whitaker
3c83fd364d
Update swf version to 4.5.3
...
closes #1823
2015-01-23 10:42:40 -08:00
heff
881be6f77d
Release 4.11.3
2014-12-19 14:17:50 -08:00
heff
ad3e430cc6
Release 4.11.2
2014-12-17 16:12:38 -08:00
heff
daa66b9183
Release 4.11.1
2014-12-04 14:05:50 -08:00
heff
0469c5063c
Release 4.11.0
2014-12-04 13:29:40 -08:00
heff
dd9b4df727
@heff updated the SWF to the latest version. closes #1714
2014-12-04 13:24:05 -08:00
Steve Heffernan
0919b77f31
Release 4.10.2
2014-10-30 17:25:22 -07:00
Steve Heffernan
7511bb606d
Release 4.10.1
2014-10-29 08:36:16 -07:00
Steve Heffernan
6958643678
Release 4.10.0
2014-10-28 17:28:25 -07:00
Steve Heffernan
b848fd736d
Release 4.9.1
2014-10-15 16:07:59 -07:00
Steve Heffernan
b619404069
Bumped to videojs-swf v4.5.1 to fix a data sanitization issue. closes #1587
2014-10-15 16:04:18 -07:00
Steve Heffernan
85730d7a1b
Release 4.9.0
2014-09-30 18:51:46 -07:00
Steve Heffernan
ce97c24d79
@heff updated to swf v4.5.0 to fix event issues. closes #1554
2014-09-30 16:16:36 -07:00
Steve Heffernan
c0518a1ff0
Release 4.8.5
2014-09-25 14:15:59 -07:00
Steve Heffernan
bb52851aa4
Updated to the latest version of the swf to fix HLS playback. closes #1538
2014-09-25 14:09:25 -07:00
Steve Heffernan
2b57ada7df
Release 4.8.4
2014-09-23 16:21:59 -07:00
Steve Heffernan
ae04900c54
Release 4.8.3
2014-09-22 16:13:03 -07:00
Steve Heffernan
0ef6b4af73
Updated to version 4.4.4 of the swf
2014-09-22 16:04:02 -07:00
Steve Heffernan
ee7c962494
Release 4.8.2
2014-09-16 16:38:42 -07:00
Steve Heffernan
18965bb8d7
Release 4.8.1
2014-09-05 14:58:12 -07:00
Steve Heffernan
88f59d7ad6
Release 4.8.0
2014-09-03 08:43:58 -07:00
Tom Johnson
011861bbdb
add support for videojs-grunt-languages
...
updates to change build/lang to build/files/lang
update grunt languages references and version
remove build/lang reference
update languages plugin reference for array support
2014-09-02 11:40:06 -07:00
Steve Heffernan
760eb308db
Release 4.7.3
2014-08-20 15:16:22 -07:00
Steve Heffernan
7baa40220f
Release 4.7.2
2014-08-14 16:31:27 -07:00
David LaPalomento
dfdbdbc9bb
Bump SWF to 4.4.3
...
Pick up updated flash compiler settings.
2014-08-14 15:09:06 -07:00
Steve Heffernan
692a0e9c09
Release 4.7.1
2014-08-06 11:26:56 -07:00
Steve Heffernan
f3d7196a73
Release 4.7.0
2014-08-05 18:05:38 -07:00
Steve Heffernan
a97a002ed6
Release 4.6.4
2014-07-11 14:48:42 -07:00
Steve Heffernan
2af481e0ec
Updated to swf version 4.4.2 to fix the network state reporting
2014-07-11 14:38:30 -07:00
Steve Heffernan
b2f6175a7b
Release 4.6.3
2014-06-12 14:08:27 -07:00
David LaPalomento
39ae5178ee
Updated to version 4.4.1 of the SWF. closes #1285
2014-06-12 14:02:44 -07:00
Steve Heffernan
61a919d529
Updated test dependencies to fix travis tests
2014-06-10 17:13:20 -07:00
Steve Heffernan
17cb669047
Release 4.6.2
2014-06-10 16:58:41 -07:00
Steve Heffernan
5edc3a5cbc
Release 4.6.1
2014-05-20 13:58:26 -07:00
Steve Heffernan
d01de49ded
Release 4.6.0
2014-05-20 10:42:01 -07:00
Gary Katsevman
3189ec1a0b
Added cross-browser testing with SauceLabs, and added Karma as the default test runner. closes #1187
2014-05-16 14:48:05 -07:00
Steve Heffernan
d7f840a969
Better error handling. closes #1197
...
Squashed commit of the following:
commit 81d785980d
Author: Steve Heffernan <steve@zencoder.com>
Date: Mon May 12 12:53:59 2014 -0700
Removed unneeded comments
commit c7ad7322e4
Author: Steve Heffernan <steve@zencoder.com>
Date: Fri May 9 14:29:31 2014 -0700
Addressed comments in #1191
Now clearing errors on loadstart events.
Added some default error messages.
commit a742239d0e
Author: Steve Heffernan <steve@zencoder.com>
Date: Wed May 7 15:38:31 2014 -0700
Fixed the error display to hide by default
commit 561c3f8449
Author: Steve Heffernan <steve@zencoder.com>
Date: Mon May 5 10:44:47 2014 -0700
Added support for displaying a message for the error.
commit 2214207842
Author: Steve Heffernan <steve@zencoder.com>
Date: Fri May 2 17:18:22 2014 -0700
Updated spinner to hide on all errors
commit 95d7e70274
Author: Steve Heffernan <steve@zencoder.com>
Date: Fri May 2 15:37:44 2014 -0700
Exported ErrorDisplay
commit 11ca9cdd8d
Author: Steve Heffernan <steve@zencoder.com>
Date: Fri May 2 15:35:46 2014 -0700
Updated flash tech to support new errors
commit 56cbe66f42
Author: Steve Heffernan <steve@zencoder.com>
Date: Fri May 2 13:06:49 2014 -0700
Started on better error handling and displaying in the UI when an error has occurred.
commit 740014c57b
Author: Steve Heffernan <steve@zencoder.com>
Date: Wed Apr 30 16:11:33 2014 -0700
Added better global log/error/warn functions.
Added sinon.js for stubs in tests.
Updated grunt version to satisfy peer dependency warning.
2014-05-12 17:08:48 -07:00
Steve Heffernan
4242fe3857
Release 4.5.2
2014-04-12 14:03:18 -07:00
Steve Heffernan
da45dad831
Updated versioning to bump bower and component json files also
...
fixes #1123 , fixes #1140
2014-04-12 13:47:39 -07:00
Steve Heffernan
848cfd6620
Release 4.5.1
2014-03-27 14:31:36 -07:00
Steve Heffernan
825de43819
Release 4.5.0
2014-03-27 13:35:51 -07:00
Tom Johnson
0a1d4b2645
use grunt connect for development
2014-03-25 15:22:29 -07:00
Steve Heffernan
a64a5e27cf
Merge branch 'stable'
...
Conflicts:
dist/video-js/video-js.css
dist/video-js/video-js.min.css
dist/video-js/video.dev.js
dist/video-js/video.js
2014-03-06 13:18:49 -08:00
Steve Heffernan
bdeaae1c92
Release 4.4.3
2014-03-06 13:15:53 -08:00
Steve Heffernan
661cbd1eb0
Close GH-1059: Added a grunt task for opening the next issue that needs to be addressed.
2014-03-05 13:41:26 -08:00
Steve Heffernan
7aefee5d7d
Release 4.4.2
2014-02-24 21:57:43 -08:00
Steve Heffernan
7be94c3882
Release 4.4.1
2014-02-18 17:04:02 -08:00
Steve Heffernan
9e5dce5c14
Release 4.4.0
2014-02-18 13:43:40 -08:00
Steve Heffernan
8aa2eb4719
Updated package github url. fixes #1020
2014-02-18 13:31:18 -08:00
Steve Heffernan
ecaf748e4f
Added a bower.json
2014-02-18 13:27:02 -08:00
Steve Heffernan
c9cad9ca1e
Updated to the latest version of the swf
2014-02-18 13:19:35 -08:00
Steve Heffernan
956aaa0425
Added release process using contrib.json
2014-02-14 16:52:48 -08:00
Steve Heffernan
310a0630c9
Switched to custom universal module definition. closes #998 closes #847 closes #998
2014-02-13 19:20:30 -08:00
Steve Heffernan
468b07c651
Merge branch 'browserify' of git://github.com/gkatsev/video-js into gkatsev-browserify
2014-02-13 14:51:30 -08:00
Steve Heffernan
6f83d0b00e
Merge branch 'karma-update' of git://github.com/christophercurrie/video.js into christophercurrie-karma-update
...
Conflicts:
test/karma.conf.js.example
2014-02-10 16:08:47 -08:00
Gary Katsevman
4d9d06e1c9
Enable building videojs with browserify.
...
This uses browserify-shim to get browserify to recognize videojs.
It uses dist/video-js/video.js for the main file of the module.
To build using browserify, you just run browserify on the module and
use --standalone (or -s) to make it produce a UMD file.
This seems to work just fine in the browser (and requirejs looks like
it'll work, though, I haven't tested it) but it won't work in node right
now because videojs is doing a lot of stuff with 'document' directly and
its causing problems in node.
2014-02-07 18:28:41 -05:00
Steve Heffernan
d73bfb80b7
Merge branch 'windows-dist' of git://github.com/christophercurrie/video.js into christophercurrie-windows-dist
...
Conflicts:
package.json
2014-01-23 17:47:19 -08:00
Steve Heffernan
e4b4906198
Updated swf version and grunt file references
2014-01-23 17:15:41 -08:00
Steve Heffernan
f152c6a4be
Changed video-js swf location
2014-01-23 15:44:52 -08:00
Christopher Currie
9088dfffc9
Use specific launcher versions
2014-01-21 08:45:59 -08:00
Christopher Currie
a54d9cdae6
Add dependencies and configuration for all browser launchers
2014-01-21 08:42:40 -08:00
Christopher Currie
51b836d6be
Update to karma 0.10/grunt-karma 0.6.
...
Current version of grunt-karma has ChromeLauncher bugs.
2014-01-17 14:18:09 -08:00
Christopher Currie
02eb2d3ee3
Support dist target on Windows
2014-01-16 11:41:17 -08:00
Tom Johnson
0dae44988e
use SWF grunt build project. Update gruntfile for dist task to use packaged SWF. Updated sandbox for reference to SWF.
2014-01-07 07:32:16 -08:00
David LaPalomento
75b2171051
Close GH-850: Use qunitjs through npm.
2013-12-02 15:34:00 -08:00
Steve Heffernan
4e216cdddb
Bump version to 4.3.0
2013-11-04 16:14:04 -08:00
Steve Heffernan
f318eb9f1f
Close GH-801: API Doc Generation 2. Fixes #747
2013-10-28 18:25:28 -07:00
Steve Heffernan
3203c2c5ed
Merge branch 'stable'
2013-10-15 13:39:32 -07:00
Steve Heffernan
9ec2556a7c
Bump version to 4.2.2
2013-10-15 13:39:30 -07:00
BCJwhisenant
13dbf23c3c
Close GH-714: Added support for running tests with Karma.
2013-09-19 09:24:06 -07:00
Steve Heffernan
faea65a44e
Bump version to 4.2.1
2013-09-09 12:21:51 -07:00
Steve Heffernan
52c577995c
Bump version to 4.2.0
2013-09-04 13:26:45 -07:00
Steve Heffernan
1eca8add85
Close GH-644: LESS for CSS.
2013-07-19 20:18:39 -07:00
Steve Heffernan
fdf7f4f228
Bump version to 4.1.0
2013-06-28 15:58:25 -07:00
Steve Heffernan
8a728a80ac
Added uglifyjs which somehow got dropped from #571
2013-06-11 15:35:14 -07:00
Steve Heffernan
6fe5513f30
Bump version to 4.0.4
2013-06-11 15:27:49 -07:00
Steve Heffernan
880be64f48
Bump version to 4.0.3
2013-05-28 15:31:11 -07:00
Steve Heffernan
8dd88d1626
Bump version to 4.0.2
2013-05-23 13:12:43 -07:00
Steve Heffernan
0fe7348456
Close GH-535: Adding version numbers in build. Minifying CSS..
2013-05-23 13:10:29 -07:00
Steve Heffernan
36c92404c3
Bump version to 4.0.1
2013-05-22 18:16:13 -07:00
Steve Heffernan
3acdb497d1
Updated version back to 4.0
2013-05-08 14:15:41 -07:00
Steve Heffernan
6c75c5ea34
Merge branch 'master' of git://github.com/videojs/video.js into feature/deploy
...
Conflicts:
package.json
src/css/video-js.css
2013-05-08 14:15:19 -07:00
Matthew McClure
55e2c99899
removed styles from pseudo elements to make broad styling possible. updated copyright link in package.json
2013-05-08 13:29:02 -07:00
Steve Heffernan
199b8f29da
Bumped package version to 4.0.0
2013-05-06 11:45:42 -07:00
Steve Heffernan
7cc733a8df
Rotating CHANGELOG
2013-05-03 23:05:33 -07:00
Matthew McClure
07d90fb6e0
grunt now adds copyright comment to top of video.js
2013-04-22 18:48:34 -07:00
Matthew McClure
953ae8abec
Added copyright banner to top of distribution video.js
2013-04-21 22:44:36 -07:00
Steve Heffernan
c74f39318f
Updated grunt and grunt-contrib versions to fix PhantomJS bug
...
Also changed some additional code to fix new jshint issues found by new jshint version.
2013-04-09 10:42:41 -07:00
Steve Heffernan
bafaf49e7e
Close GH-433: Update contribflow version and add contrib.json.
2013-04-08 13:55:50 -07:00
Steve Heffernan
e0b2e470f4
Added contribflow as a package.
2013-03-25 16:52:36 -07:00
Steve Heffernan
496c699298
Updated to specific version of grunt-contrib-qunit to fix travis CI build errors
2013-02-24 15:20:17 -08:00
Steve Heffernan
9f2b869135
Added mocha for Testling
2013-02-05 11:42:59 -08:00
Steve Heffernan
8671f1ff91
Trying to test testling
2013-01-25 18:17:20 -08:00
Steve Heffernan
2aaff4bf88
Attempting to use testling
2013-01-25 18:07:19 -08:00
Steve Heffernan
c7d3b9ebf9
Updated grunt script to add CSS/PNG/SWF files dist. Also did some renaming of files and folders.
2013-01-25 15:22:14 -08:00
Steve Heffernan
921b783e40
Added phantom to package list.
2013-01-12 22:30:55 -08:00
Steve Heffernan
4c0d74b6c2
Removed unused node packages.
2013-01-12 22:26:10 -08:00
Steve Heffernan
0f0fccc312
Update grunt build script.
2013-01-12 22:23:22 -08:00
Steve Heffernan
e7c146bc1f
Reorgnizing src files.
...
Moving to grunt for build.
2013-01-11 23:02:20 -08:00
Steve Heffernan
e77dd302e5
Trying to fix phantomjs running on travis CI
2012-12-11 13:54:16 -08:00
Steve Heffernan
53774c2f74
Fixed error in package info for Travis CI
2012-12-11 13:45:22 -08:00
Steve Heffernan
be0febaad9
Added Travis CI config, and also supporting package.json.
...
Removed flwplayer folder.
Added phantomjs for Travis CI test running, including temp makefile.
2012-12-10 18:51:48 -08:00