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

886 Commits

Author SHA1 Message Date
Pat O'Neill
d26780eca6 8.3.0 2023-04-05 10:46:55 -04:00
mister-ben
61bd74de8d
fix(types): Add jsdoc plugin to handle ts-style imports (#8225) 2023-04-05 10:10:13 -04:00
mister-ben
c1a1f9cb5d
docs: Update jsdoc template for better usability on mobile (#8048)
* docs: Update jsdoc template for better use on mobile

* add logo

* add logo css

* redirects should have trailing slash to avoid another redirect

* add and style linnks in header, remove from footer

* update theme to get rid of file list

* improve doc index text

* Add version number in Github link
2023-03-22 20:15:17 +01:00
wseymour
bf1d9f307d 8.2.1 2023-03-15 13:29:14 -05:00
usmanonazim
2a99a7824e 8.2.0 2023-03-06 10:19:21 +00:00
Usman Omar
8f3f32cb2b
feat: add skip forward/backward buttons (#8147)
* remove duplicate icons from icon example

* create initial forward and back button classes

* add logic for back/forward buttons on click

* change icon used based on option passed into player

* move logic from forward and back buttons into one component

* add jsdoc comments for clarity

* create initial test file

* refactor button logic into separate files

* update skip button example and add test files

* test both the forward and backward buttons

* test handleClick fns for both forward and backward btns

* update skip buttons example

* update jsdocs for skip backward and forward buttons

* make control text accessible and use seekableEnd/Start when skipping forward/back

* update font version to use updated icons

* set control text only if config is valid

* add link to sandbox page & use localization

* update translations needed
2023-03-06 09:51:59 +00:00
Dzianis Dashkevich
3a147bdc1b 8.1.1 2023-02-27 16:18:32 -08:00
Dzianis Dashkevich
48a4ffc3e8
chore(package): update to @videojs/http-streaming 3.0.2 (#8162)
Co-authored-by: Dzianis Dashkevich <ddashkevich@brightcove.com>
2023-02-27 14:24:15 -08:00
Alex Barstow
faac1e398d 8.1.0 2023-02-23 13:06:50 -05:00
Usman Omar
2c7eea889a
chore: upgrade videojs-font to 4.0.0 (#8117)
* upgrade videojs-font to 4.0 & update icons example

* update css content to use font 4.0 unicodes
2023-02-10 17:41:49 +00:00
mister-ben
f080150e87 8.0.4 2023-02-02 08:58:48 +01:00
Pat O'Neill
9bda6be36c
chore: roll back remark dev dependencies to address failing release automation (#8021) 2023-02-01 11:48:25 -05:00
Alex Barstow
df71bb0a2c 8.0.3 2023-01-05 13:28:50 -05:00
Alex Barstow
40e1d47763
fix(package): Upgrade to videojs-contrib-quality-levels 3.0.0 (#8055) 2022-12-22 16:18:27 -05:00
mister-ben
c414d6278b 8.0.2 2022-11-24 17:19:31 +01:00
Pat O'Neill
84062c3b0c 8.0.1 2022-11-23 16:23:06 -05:00
Pat O'Neill
b5d487ca0a
chore: gh-release build script no longer needed (#8020) 2022-11-23 16:18:57 -05:00
Pat O'Neill
adaeeca9e9
chore(package): update videojs-contrib-quality-levels to 2.2.1 (#8019) 2022-11-23 16:18:34 -05:00
Pat O'Neill
c8fd5bbcde 8.0.0 2022-11-23 12:58:39 -05:00
Gary Katsevman
db4201a800 chore: make direct deps be exact but indirect have ^ (#8014) 2022-11-23 09:49:37 -05:00
Pat O'Neill
bf1faffb94 chore(package): update to @videojs/http-streaming 3.0.0 (#8012) 2022-11-23 09:49:36 -05:00
Grzegorz Blaszczyk
0545df5289 feat: generate Typescript definitions (#7954) 2022-11-23 09:49:35 -05:00
Grzegorz Blaszczyk
54195f0b28 feat: add support for a list of quality levels (#7897)
This brings the videojs-contrib-quality-levels plugin into Video.js as a feature.
2022-11-23 09:49:32 -05:00
Pat O'Neill
91f4663ea5 ignore: update @videojs/http-streaming to 3.0 release candidate (#7884)
Co-authored-by: Sarah Rimron-Soutter <sarah@teaandbiscuits.net>
2022-11-23 09:49:30 -05:00
Gary Katsevman
bd54b4112e fix: update icons import path for sass (#7867)
This updates the path to remove node_modules as some tools expect the
module name to be first. This is particularly important for PnP tools as
local node_modules may not have the module.

Fixes #7208, fixes #7863

BREAKING CHANGE: update icons path in sass to remove node_modules
2022-11-23 09:49:28 -05:00
Pat O'Neill
28029d93f4 feat: update exposed utility functions and deprecate several top-level methods of the videojs global (#7761) 2022-11-23 09:49:23 -05:00
Gary Katsevman
47711303d6 chore: update karma-config to 8 to drop ie11 and older browsers (#7547) 2022-11-23 09:48:10 -05:00
Gary Katsevman
4f8227d5c4 7.21.1 2022-11-21 12:57:50 -05:00
Gary Katsevman
1c2be966f4
fix: update @videojs/http-streaming to 2.15.1 (#8010)
Fixes #7998, fixes #7958.
2022-11-21 12:49:52 -05:00
Gary Katsevman
5bcf4d1c9b 7.21.0 2022-09-15 11:35:46 -04:00
Gary Katsevman
9e38ca4af5
feat: update VHS to 2.15.0 (#7929) 2022-09-15 11:13:52 -04:00
Gary Katsevman
4e2f8add41 7.20.3 2022-09-09 14:02:56 -04:00
Alex Barstow
28105071d3
fix(package): Update to @videojs/http-streaming 2.14.3 and videojs-vtt.js 0.15.4 (#7907) 2022-09-01 11:58:09 -04:00
Gary Katsevman
d31cd1b8b9 7.20.2 2022-07-28 14:50:08 -04:00
Pat O'Neill
fb43a69e70 7.20.1 2022-05-31 15:56:33 -04:00
Pat O'Neill
1908422f60 7.20.0 2022-05-20 10:01:00 -04:00
Gary Katsevman
054329899b 7.19.2 2022-04-20 15:11:13 -04:00
Gary Katsevman
191276474a
fix(package): update to @videojs/http-streaming 2.14.2 (#7728) 2022-04-20 15:03:39 -04:00
Alex Barstow
ae1527002a 7.19.1 2022-04-15 13:35:16 -04:00
Pat O'Neill
c5a0376dea 7.19.0 2022-03-21 14:37:50 -04:00
Pat O'Neill
b275a1559c
chore(package): update to @videojs/http-streaming@2.14.0 (#7676) 2022-03-14 14:53:11 -04:00
Pat O'Neill
f588317761 7.18.1 2022-02-23 13:40:49 -05:00
Gary Katsevman
eeda26fbf7 7.18.0 2021-12-20 17:26:00 -05:00
Gary Katsevman
9aaf67a5ee
feat: udpate to @videojs/http-streaming@2.13.1 (#7573) 2021-12-20 17:17:32 -05:00
Gary Katsevman
2cb647efaf 7.17.3 2021-12-10 17:57:16 -05:00
Gary Katsevman
01893ab7cd
fix(package): update to @videojs/http-streaming@2.12.1 (#7563) 2021-12-10 17:47:23 -05:00
Gary Katsevman
8e0089db04 7.17.2 2021-12-08 16:30:56 -05:00
Gary Katsevman
76985c6068 7.17.1 2021-11-17 16:21:13 -05:00
Gary Katsevman
8497a2b5f7 7.17.0 2021-11-10 14:37:11 -05:00
Gary Katsevman
b1760c53ca
feat: update to VHS 2.12.0 (#7503) 2021-11-09 10:13:31 -05:00
Gary Katsevman
6faad26869
fix(package): update to VHS 2.11.2 (#7484) 2021-10-28 11:10:27 -04:00
Gary Katsevman
4d1fb4ad9f 7.16.0 2021-10-01 13:03:38 -04:00
Gary Katsevman
b05ee9100c
feat(package): update to VHS 2.11.0 (#7459) 2021-10-01 12:55:08 -04:00
Gary Katsevman
dc1533cf8d 7.15.7 2021-10-01 12:42:29 -04:00
Gary Katsevman
fc2ce3af41 7.15.6 2021-09-22 16:51:26 -04:00
Gary Katsevman
029e92ac96
fix: mark global/window/document as external globals (#7438)
built off of the work in https://github.com/videojs/videojs-generate-rollup-config/pull/40
2021-09-22 12:55:17 -04:00
Gary Katsevman
b83abd13fa 7.15.5 2021-09-21 15:52:47 -04:00
Jese Rodriguez
6c68f9554c
fix(package): update VHS to 2.10.3 to fix seeking into a gap (#7436) 2021-09-21 15:50:19 -04:00
Gary Katsevman
5cab85f993 7.15.4 2021-08-25 17:01:03 -04:00
Gary Katsevman
87d4dce5e6 7.15.3 2021-08-24 16:45:30 -04:00
Gary Katsevman
1ddcfde086
fix: update VHS to fix xmldom warning (#7395)
Fixes #7389
2021-08-24 16:44:49 -04:00
Gary Katsevman
97b7a2e007 7.15.2 2021-08-23 18:31:19 -04:00
Gary Katsevman
5acf619e99 7.15.1 2021-08-23 17:34:50 -04:00
Gary Katsevman
ef1fce6822 7.15.0 2021-07-28 17:33:43 -04:00
Gary Katsevman
8afde12e45
fix(package): update to VHS 2.10.0 (#7351) 2021-07-28 17:29:16 -04:00
Gary Katsevman
c6991402b7
feat(package): update to @videojs/xhr@2.6 to add httpHandler helper (#7348) 2021-07-27 12:00:06 -04:00
Gary Katsevman
3777f9400b 7.14.3 2021-07-26 19:39:17 -04:00
Gary Katsevman
bba6e17925 7.14.2 2021-07-19 10:54:26 -04:00
Gary Katsevman
9ef0c5ac44 7.14.1 2021-07-14 18:47:27 -04:00
Gary Katsevman
fff0611a35
fix(package): update to VHS 2.9.2 (#7320) 2021-07-14 18:34:42 -04:00
Gary Katsevman
3921b7febf
fix: properly return promise from requestFullscreen and exitFullscreen (#7299)
Mapping the promise returned from the helpers to the executor's resolve, and reject
methods. We also need to catch the error in the promise chain that's
created inside exitFullscreenHelper_.

Fixes #7298.
2021-07-06 14:56:02 -04:00
Gary Katsevman
a8a5e02cba 7.14.0 2021-06-30 12:57:25 -04:00
Gary Katsevman
8caeda969d 7.13.4 2021-06-30 12:45:45 -04:00
Brandon Casey
4cecbdab45
chore: add a code coverage ci workflow (#7282) 2021-06-23 00:53:52 -04:00
Gary Katsevman
9cfc15cc83 7.13.3 2021-06-22 22:38:37 -04:00
Gary Katsevman
a5f40d08fa 7.13.2 2021-06-22 13:25:42 -04:00
Gary Katsevman
cee5fa35be
fix(package): update to VHS 2.9.1 (#7284)
Fixes #7230
2021-06-22 13:22:18 -04:00
Gary Katsevman
1fc1c586a2 7.13.1 2021-06-14 15:31:56 -04:00
Gary Katsevman
28978edab9 7.13.0 2021-06-11 13:03:57 -04:00
Gary Katsevman
2ea05b42c2
feat: update to VHS@2.9.0 and mpd-parser@0.17.0 (#7269) 2021-06-11 13:01:53 -04:00
Gary Katsevman
39de502f72
feat(package): add VHS deps as Video.js deps (#7263)
Because VHS is inlined into Video.js, we should depend on what VHS
depends on.

Fixes #7091, fixes #7209, fixes #7144, fixes #7109
2021-06-08 11:01:04 -04:00
Gary Katsevman
32630d964b 7.12.4 2021-06-02 16:07:31 -04:00
mister-ben
b3503c93dd
chore: Update sass and remove now deprecated / for division. (#7253)
Fixes #7244
2021-06-02 13:13:00 -04:00
Gary Katsevman
4a16b52635 7.12.3 2021-05-20 15:59:00 -04:00
Gary Katsevman
f528767571
fix: update to VHS 2.8.2 (#7242)
Fixes #7240
2021-05-20 15:55:20 -04:00
Gary Katsevman
a4c9b12e79
chore: revert back to gh-release@3.5.0 for now (#7241) 2021-05-20 15:07:18 -04:00
Gary Katsevman
961bf66d57 7.12.2 2021-05-19 14:01:23 -04:00
Gary Katsevman
c4cfa55ad1
fix: update to VHS 2.8.1 (#7238) 2021-05-19 13:41:40 -04:00
Gary Katsevman
90f3e39b33
chore: update node/nvmrc and various dependencies (#7221)
Fixes #7216, #6933, #6924, #7179
2021-05-04 11:45:59 -04:00
Julien Roncaglia
cb1d29bcb9
chore: update 'global' package in dependencies (#7213) 2021-05-03 17:38:47 -04:00
Gary Katsevman
a7cbb2a948 7.12.1 2021-04-13 18:23:08 -04:00
Gary Katsevman
a3bfeb77a6
fix(package): update vtt.js to allow server-side-rendering (#7178) 2021-04-13 17:09:23 -04:00
Gary Katsevman
9abba58def
fix(package): remove remove (#7177)
Fixes #7176
2021-04-13 11:23:11 -04:00
Gary Katsevman
f0d69cde56
fix(package): upgrade VHS to 2.7.1 (#7174) 2021-04-13 10:48:22 -04:00
Gary Katsevman
4238f5c1d8 7.12.0 2021-04-07 11:31:36 -04:00
Gary Katsevman
0d47306a52
feat(package): update VHS to 2.7.0 (#7164) 2021-04-07 11:17:16 -04:00
Gary Katsevman
3dcf4f9ec2 7.11.8 2021-03-23 17:41:58 -04:00
Gary Katsevman
0cc8684120 7.11.7 2021-03-12 12:54:24 -05:00
Gary Katsevman
5f765ad5c6
fix(package): update to Video.js HTTP Streaming 2.6.4 (#7136) 2021-03-12 12:42:23 -05:00
Gary Katsevman
57f472078a 7.11.6 2021-03-09 15:39:56 -05:00