Hashen
bdcd98f4a7
remove redundant local variable ( #2467 )
2022-04-19 21:59:29 +10:00
Nikolai
01417f958a
Add website to showcase in README.md ( #2339 )
...
* Add website to showcase in README.md
* Move showcase entry to bottom of list
2022-04-19 00:59:27 +10:00
Sam Potts
412d5df06e
fix: use consistent border-radius variable
2022-04-18 22:34:03 +10:00
Sam Potts
3e35461e04
chore: use key property of KeyboardEvent
2022-04-18 22:34:03 +10:00
Hashen
1edec28d86
remove deprecated keyCode ( #2463 )
2022-04-18 22:23:22 +10:00
Hashen
99a7e9e1d7
fix typo ( #2464 )
2022-04-18 22:16:06 +10:00
Hashen
24eef153cb
remove deprecated keyCode ( #2461 )
2022-04-18 21:47:48 +10:00
Hashen
3f09cf566b
fix typo in a comment ( #2462 )
...
* fix typo in a comment
* fix typo in a comment
2022-04-18 21:42:52 +10:00
Hashen
29318591c0
add markers types ( #2460 )
2022-04-18 21:24:35 +10:00
Sam Potts
d434c9af16
v3.7.0
...
- Feat: Add markers support (🚨 Requires a SCSS/CSS update 🚨 ) (thanks @ForeverSc and @fengshuo!)
- Feat: Add support for MediaMetadata (thanks @Hashen110!)
- Fix: Pass this context to captions.setup (fixes #2352 ) (thanks @WilliamMHerring, @willherring and @zenyr!)
- Fix: Modify vimeo parseHash to use non-named capture groups (fixes #2396 ) (thanks @fekle!)
- Fix: Replace deprecated String.prototype.substr() (thanks @CommanderRoot!)
- Docs: Update speed option default to match the source (thanks @ozgurg!)
- Docs: SASS → Sass (thanks @toastal!)
v3.7.0
2022-04-18 21:02:28 +10:00
Sam Potts
9ce1dd6808
docs: added more docs for markers
2022-04-18 20:47:10 +10:00
Sam Potts
28347a0d7e
chore: remove travis config
2022-04-18 20:28:21 +10:00
Sam Potts
5f9d090c13
chore: configure spellcheck via cspell
2022-04-18 20:28:12 +10:00
Sam Potts
1d4869beee
feat: tweaks to markers logic and design
2022-04-18 20:15:30 +10:00
Sam Potts
565b68a5e2
chore: package upgrades
2022-04-18 20:15:30 +10:00
dependabot[bot]
285282f366
chore(deps): bump minimist from 1.2.5 to 1.2.6 ( #2457 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-18 12:53:56 +10:00
Sam Potts
02456d6ba3
Merge branch 'develop'
2022-04-18 11:44:11 +10:00
Sam Potts
1d920a2e58
chore: add cspell configuration
2022-04-18 11:43:57 +10:00
Jinhyeok Lee
ba67920025
Fix 'this' while switching subtitle tracks ( #2441 )
...
When you switch a subtitle track you'll get
`TypeError: Cannot read properties of undefined (reading 'ui')` in `captions.js`'s `captions.setup`,
Because `captions.setup` is being called without proper `this` binding.
2022-04-18 11:43:44 +10:00
Hashen
b7953ff0fc
Add markers docs ( #2439 )
...
* change browserslist to cover 100% not dead browsers
* feat: add MediaMetadata
* Revert browserslist change
* add markers docs
Co-authored-by: Sam Potts <sam@potts.es>
2022-04-18 11:43:24 +10:00
CommanderRoot
6b8e0f25d6
Replace deprecated String.prototype.substr() ( #2427 )
...
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr ) so we replace it with slice() which works similarily but isn't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-04-18 11:42:45 +10:00
Felix Klein
895299a4b3
modify vimeo parseHash to use non-named capture groups ( #2426 )
2022-04-18 11:40:19 +10:00
dependabot[bot]
2d7638a230
chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 ( #2422 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-18 11:39:32 +10:00
dependabot[bot]
ab028ea475
chore(deps): bump nanoid from 3.1.30 to 3.2.0 ( #2407 )
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-18 11:39:13 +10:00
Will Herring
9157ac09ed
pass this context to captions.setup ( #2399 )
...
Co-authored-by: Will Herring <will.herring@eventcore.com>
2022-04-18 11:38:54 +10:00
Özgür Görgülü
da7524438b
Update speed option default to match the source ( #2387 )
...
Update speed option default value to match the source in README.md
2022-04-18 11:38:05 +10:00
Sam Potts
c64c8ac6c0
Merge branch 'master' into develop
2022-04-18 11:37:12 +10:00
Sam Potts
d700bb9f02
chore: add cspell configuration
2022-04-18 11:37:01 +10:00
toastal
2b6208565f
SASS → Sass ( #2436 )
...
Sass is neither an acronym nor initialism. Sass also was never stylized
as SASS such as Less being stylized as both LESS and {less}.
http://www.sassnotsass.com/
2022-03-01 15:32:05 +11:00
Hashen
6bc447b916
feat: add MediaMetadata ( #2410 )
...
* change browserslist to cover 100% not dead browsers
* feat: add MediaMetadata
* Revert browserslist change
Co-authored-by: Sam Potts <sam@potts.es>
2022-02-24 23:42:58 +11:00
ForeverSc
4632614ced
feat: add markers ( #2386 )
...
Co-authored-by: fengshuo <fengshuo@bilibili.com>
2022-02-12 20:35:52 +11:00
Sam Potts
01c5428fc4
Update README.md
2022-01-24 21:30:08 +11:00
dependabot[bot]
591c045c20
chore(deps): bump copy-props from 2.0.4 to 2.0.5 ( #2401 )
...
Bumps [copy-props](https://github.com/gulpjs/copy-props ) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/gulpjs/copy-props/releases )
- [Changelog](https://github.com/gulpjs/copy-props/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gulpjs/copy-props/compare/2.0.4...2.0.5 )
---
updated-dependencies:
- dependency-name: copy-props
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-15 17:20:19 +11:00
dependabot[bot]
1d7ea197f3
chore(deps): bump follow-redirects from 1.13.2 to 1.14.7 ( #2400 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.13.2 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.13.2...v1.14.7 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-15 17:19:00 +11:00
Sam Potts
1d0d6a3a92
v3.6.12
...
- Fix: remove division logic from ads.scss (fixes #2370 )
v3.6.12
2021-12-17 07:45:19 +11:00
Sam Potts
6a92e60a67
fix: remove division logic from ads.scss ( fixes #2370 )
2021-12-17 07:39:58 +11:00
Sam Potts
40395a1ff5
v3.6.11
...
- Fix: Replace `list.slash` added in 3.6.10 with `calc`
- Chore: Package upgrades
- Chore: SASS clean up
- Chore: Improvements to style linting
v3.6.11
2021-12-16 23:03:29 +11:00
Sam Potts
9ea3a6923d
fix: use calc instead of list.slash
2021-12-16 22:59:44 +11:00
Sam Potts
675a853e2e
chore: SASS clean up
2021-12-16 22:59:25 +11:00
Sam Potts
950786b117
chore: npm script syntax tweak
2021-12-16 22:58:58 +11:00
Sam Potts
626e1dba64
docs: fix typos
2021-12-16 22:56:46 +11:00
Sam Potts
cbd1596af4
chore: stylelint config changes
2021-12-16 22:56:31 +11:00
Sam Potts
6ea510c36e
chore: package upgrades
2021-12-16 22:56:13 +11:00
Sam Potts
0acf228dcd
v3.6.10
...
- Fix: Use `list.slash` instead of deprecated syntax
- Chore: Clean up demo
v3.6.10
2021-12-16 20:51:31 +11:00
Sam Potts
91b19baf44
fix: use list.slash instead of deprecated syntax
2021-12-16 20:29:36 +11:00
Sam Potts
990d636019
chore: clean up demo
2021-12-16 20:29:36 +11:00
Goodness Ezeh
b9c792b377
Fix repeated "an" ( #2371 )
2021-11-28 22:51:21 +11:00
Sam Potts
1b835cb657
Merge branch 'master' into develop
...
# Conflicts:
# src/js/plugins/vimeo.js
2021-10-13 21:53:13 +11:00
Sam Potts
d9f9dc770b
3.6.9
v3.6.9
2021-10-13 21:48:22 +11:00
Sam Potts
dca2ff8cfd
chore: linting
2021-10-13 21:45:30 +11:00