mister-ben
1f3375e485
docs: updates to faq, language guide, and minor edits ( #4556 )
2017-08-14 17:02:48 -04:00
Caley Shem-Crumrine
97021554cd
docs: Update name of FullscreenToggle in documentation ( #4410 )
2017-06-27 09:52:05 +10:00
Pat O'Neill
0a19cf0d6a
feat: Add 'beforepluginsetup' event and named plugin setup events (e.g. 'pluginsetup:foo') ( #4255 )
...
This adds a beforepluginsetup event as well as beforepluginsetup:$name and pluginsetup:$name events.
The drive behind this is improving the ability for people to make cross-plugin dependencies in a more robust manner.
2017-05-11 17:13:22 -04:00
Dave Kiss
cff2e503ef
docs(react-guide): Use a React component as a VJS component ( #4287 )
2017-05-11 16:33:28 -04:00
Aaron Chamberlain
230743ecb1
docs: add a Webpack usage guide ( #4261 )
2017-04-12 18:16:41 -04:00
Garrett
39fd73f781
docs: remove mentions of bower support ( #4274 )
...
Since video.js 6 no longer officially supports bower (#4012 ), remove some old mentions in the docs of bower.
2017-04-12 18:15:54 -04:00
Alex Barstow
02721c7c03
docs(component): Replace VolumeMenuButton with VolumePanel in component tree ( #4267 )
...
Video.js 6 has switch to using the VolumePanel instead of the VolumeMenuButton.
Fixes #4266
2017-04-07 13:39:57 -04:00
Brandon Casey
61e20786a9
docs: fix links in generated docs ( #4200 )
2017-03-21 17:13:06 -04:00
Brandon Casey
41be5dca4e
docs: tech order will only have html5 by default ( #4188 )
2017-03-13 11:53:30 -04:00
mister-ben
1cb0a97b0b
fix: Do not create element for MediaLoader ( #4097 )
...
MediaLoader has a div that's unnecessary. See #4070 . Also, make sure that Component#dispose does a null check for the element.
2017-02-21 15:50:52 -05:00
mister-ben
65dc81a4e1
docs: Add MediaLoader to components list ( #4070 )
2017-02-15 15:30:03 -05:00
Davy Tran
7ab52d1a59
docs: replace 'autoPlay' by 'autoplay' ( #4080 )
...
Fix #3995
2017-02-14 10:41:58 -05:00
Prayag Verma
2433915c64
docs(guides): fix typos in faq guide ( #4067 )
...
offical > official
2017-02-12 11:39:31 -05:00
mister-ben
0fc2c1c7a4
docs(guides): fix typos in functions guide ( #4035 )
2017-02-06 14:41:57 -05:00
Julien Bouquillon
05b39fe281
docs(guides): Add a basic ReactJS guide and update the FAQ ( #3972 )
2017-01-26 16:16:52 -05:00
Pat O'Neill
7b0d738e8f
docs(guide): Add a ModalDialog
guide ( #3961 )
2017-01-25 17:27:01 -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
Brandon Casey
de3945db15
docs: ran npm run docs:fix
to update TOC on guides ( #3971 )
2017-01-23 16:26:04 -05:00
Brandon Casey
524f868e31
feat(volume panel): accessibly volume control ( #3957 )
...
Internally uses the VolumeControl and MuteToggle components to create the VolumePanel component. Acts like the old VolumeMenuButton but does not have the screen reader issues of the older version.
BREAKING CHANGE: remove VolumeMenuButton, introduce a new default volume control: VolumePanel.
2017-01-19 15:54:47 -05:00
Pat O'Neill
1ba1f5aabd
feat: Time Tooltips ( #3836 )
...
Switch to `keepTooltipsInside` by default and simplify DOM structure around the time tooltips and progress control.
BREAKING CHANGE: removal of `keepTooltipsInside` option.
2017-01-19 15:30:47 -05:00
Pat O'Neill
8d1653aebc
feat: Advanced Class-based Plugins for 6.0 ( #3690 )
2017-01-18 01:52:23 -05:00
Pat O'Neill
844e4f0107
feat: Log Levels ( #3853 )
...
Add a log levels and history api: `videojs.log.level()` and `videojs.log.history()`.
`.level()` will return the current level and you can also set it to be one of: `all`, `error`, `off`, or `warn`.
`.history()` will return a list of all things logged since videojs loaded. It can be disabled via `videojs.log.history.disable()` (and re-enabled with `enable()`) as well as cleared with `videojs.log.history.clear()`.
2017-01-18 00:35:42 -05:00
Gary Katsevman
26789e7470
chore(faq): move FAQ and troubleshooting guide to docs/ ( #3883 )
2016-12-20 18:21:18 -05:00
Brandon Casey
642ad4b5cf
docs: move examples out of code into docs
2016-12-20 18:20:31 -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
Brandon Casey
54ff1f97b8
docs: add a troubleshooting guide ( #3814 )
2016-12-02 15:39:35 -05:00
Brandon Casey
1d5562d656
docs(FAQ): add an faq ( #3805 )
2016-12-02 15:24:33 -05:00
Pat O'Neill
d24fe409e8
docs(guides): Manual Documentation Improvements ( #3703 )
2016-12-02 14:27:59 -05:00
Chuong
c5d1152456
docs: fix typo, extends -> extend ( #3789 )
2016-11-23 13:56:03 -05:00
Brandon Casey
77357b1cd2
feat: implement player lifecycle hooks and trigger beforesetup/setup hooks ( #3639 )
...
Allows you to hook into `beforesetup` and `setup` hooks for all players that are created by videojs.
2016-11-04 14:25:32 -04:00
Hein Haraldson Berg
66922a818e
docs(tech.md): Add a note on Flash permissions in sandboxed environments ( #3684 )
2016-10-18 14:45:15 -04:00
Curtis Gibby
16c855931b
docs(options.md): Remove Bad Apostrophe ( #3677 )
...
A possessive belonging to an "it" doesn't need an apostrophe. Don't believe me? Ask [the Oatmeal](http://theoatmeal.com/comics/apostrophe ) (look for the velociraptor)!
2016-10-18 14:43:25 -04:00
Piotr
86f0830502
chore: move metadata to hidden folder and update references
...
ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE were both moved to a .github/ folder to clean up the root of the project a bit. CONTRIBUTING.md was kept at the top level because it is generic enough and contains useful information.
2016-09-28 18:17:18 -04:00
mister-ben
94f22bb995
@mister-ben added task to maintain translations. closes #3572
2016-08-25 15:49:40 -04:00
brandonocasey
1bb40b8d14
@BrandonOCasey updated language docs to link to IANA language registry. closes #3493
2016-08-11 18:09:48 -04:00
mister-ben
5883c9236e
@mister-ben updated language to inherit correctly and respect the attribute on the player. closes #3426
2016-07-18 14:53:31 -04:00
Vineet
c51c19ae88
@vdeshpande updated control text of modal dialog. closes #3400
2016-07-18 14:41:33 -04:00
Derk-Jan Hartman
6e8ab67a48
@hartman Correct documentation to refer to nativeTextTracks option. closes #3309
2016-05-11 09:05:41 +02:00
brandonocasey
7c94ac42cc
@BrandonOCasey Document audio/video track usage. closes #3295
2016-05-04 09:15:21 +02:00
Gary Katsevman
18cdf08c0e
@gkatsev updated text track documentation and crossorigin warning. Fixes #1888 , #1958 , #2628 , #3202 . closes #3256
2016-04-20 15:46:49 -04:00
Michael Gallaspy
e183194224
@MCGallaspy added vttjs to the self-hosting guide. closes #3229
2016-04-05 13:42:18 -04:00
Gary Katsevman
d4c1af60ac
@gkatsev added an option to keep the tooltips inside the player bounds. closes #3149
2016-03-25 14:34:06 -04:00
Gary Katsevman
66a2c05510
@gkatsev updated vjs to not add dynamic styles when VIDEOJS_NO_DYNAMIC_STYLE is set. closes #3093
2016-03-25 14:06:39 -04:00
mister-ben
e12ca69306
@mister-ben Added en.json as localization template. closes #3096
2016-02-19 12:18:27 -05:00
mister-ben
29f66acb98
@mister-ben updated Umuted to Unmute in lang files. closes #3053
2016-02-03 16:15:16 -05:00
Patrick
876e48547c
@CoWinkKeyDinkInc fixed table in Tracks guide. Replaced some single quotes with double quotes. closes #2946
2016-01-25 20:11:26 -05:00
Vitor Faiante
9cdfb75187
@vitor-faiante updated the guides. closes #2781
2016-01-25 19:50:02 -05:00
rcrooks
d448acd224
@rcrooks fixed a couple of docs link and a jsdoc comment. closes #2987
2016-01-15 15:33:15 -05:00
45aff0062cf1b0e55a6532b0a513db6be3952d17
c901fcee6b
@mister-ben updated CDN urls in setup guide. closes #2984
2016-01-15 15:31:08 -05:00
rcrooks
0f219b1f1d
@rcrooks fixed some broken links in guides. closes #2965
2016-01-07 23:08:12 -05:00