Commit Graph

587 Commits

Author SHA1 Message Date
DIYgod 3f543b782d
feat: pluginOptions option and expose plugin instance (#522)
Co-authored-by: lqzh <lqzhzc@outlook.com>
2019-09-23 19:06:51 +08:00
dependabot-preview[bot] 36f5428185
Merge pull request #557 from MoePlayer/dependabot/npm_and_yarn/file-loader-4.2.0 2019-09-23 11:02:38 +00:00
dependabot-preview[bot] e7899a273f
Merge pull request #556 from MoePlayer/dependabot/npm_and_yarn/babel/preset-env-7.6.0 2019-09-23 11:02:28 +00:00
DIYgod 15cbdb779a
fix: Avoid Cannot read property 'left' of undefined (#541)
Avoid Cannot read property 'left' of undefined

Co-authored-by: Chad Liu <chadliu23@happytv.com.tw>
2019-09-23 19:01:34 +08:00
DIYgod 3eea68f2c3
Merge pull request #533 from Copay/master
Fix #531
2019-09-23 19:00:29 +08:00
dependabot-preview[bot] 74fa69c4bb
chore(deps-dev): bump file-loader from 4.0.0 to 4.2.0
Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 4.0.0 to 4.2.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v4.0.0...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 10:53:58 +00:00
dependabot-preview[bot] e90395027b
chore(deps-dev): bump @babel/preset-env from 7.4.5 to 7.6.0
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.4.5 to 7.6.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.5...v7.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 10:53:50 +00:00
DIYgod 8ddca4e84b
fix: progress bar NaN (#532)
Update utils.js
2019-09-23 18:53:47 +08:00
DIYgod 98e82590ed
docs: fix a typo, close #493 2019-09-23 18:40:16 +08:00
Chad Liu 3d632fa017 Avoid Cannot read property 'left' of undefined at utils.setScrollPosition
function setScrollPosition ({left = 0, top = 0}) { console.log(left, top)};

setScrollPosition(undefined)

This will have TypeError
2019-09-12 10:59:42 +08:00
Corps Zolea 2443cc177f
chore: update dist files 2019-08-26 18:15:55 +08:00
Corps Zolea ee9c4bf99d
chore: fix #531 2019-08-26 18:15:28 +08:00
Corps Zolea 1901e91659
chore: fix lint warnings. 2019-08-26 18:06:32 +08:00
Corps Zolea 7885d207e1
chore: update eslint rule(ecmaversion to 10). 2019-08-26 18:04:16 +08:00
cjp 188fac771b
Update utils.js
当时视频未开始播放时,拖动进度条,会导致播放时间为 ‘NaN:NaN:NaN’
2019-08-22 20:53:37 +08:00
DIYgod 4162f4f7d1
docs: fix 2019-08-17 01:58:46 +08:00
DIYgod 210605ca7a
docs: fix 2019-08-17 01:55:28 +08:00
DIYgod aebae5f9cb
docs: fix 2019-08-17 01:51:01 +08:00
DIYgod 4b3f9c1794
docs: add sponsor 2019-08-17 01:46:57 +08:00
lqzhgood ea1bf33417
Update player.js 2019-07-29 13:09:37 +08:00
lqzh 8dc853de4e pluginsOption -> pluginOptions 2019-07-29 12:44:02 +08:00
lqzh f95c7dce3e add plugins options support 2019-07-29 11:51:25 +08:00
lqzhgood e56e64ee41
挂载 4个 插件实例 2019-07-25 16:22:54 +08:00
lqzhgood ba7ca32439
Update player.js 2019-07-25 16:03:37 +08:00
lqzhgood e5be8fad4d
Update player.js 2019-07-25 16:01:49 +08:00
lqzhgood 183a987921
暴露 Hls 实例
https://github.com/MoePlayer/DPlayer/issues/446

暴露 Hls 实例 用来绑定事件等操作
2019-07-25 15:45:21 +08:00
DIYgod ecc241115b
fix: destroy logic for MSE
fix destroy logic (For #501)
2019-07-02 10:59:27 +08:00
Karl Chen 23d7d41e9f
fix destroy logic 2019-07-01 19:24:10 +08:00
DIYgod d2a7c8d17a
docs: danmaku display 2019-06-25 01:19:02 +08:00
DIYgod 3e73d71266
docs: player load 2019-06-16 20:26:46 +08:00
DIYgod edb242c0cb
docs: github funding 2019-06-16 20:23:22 +08:00
DIYgod 038b9437a4
docs: home page 2019-06-16 20:21:48 +08:00
DIYgod b8874eb956
docs: fix build failed 2019-06-16 19:20:41 +08:00
DIYgod 084ab53008
docs: move to vuepress 2019-06-16 19:05:09 +08:00
DIYgod 4adab30fcb
docs: update 2019-06-06 16:41:20 +08:00
DIYgod de9b88609a
docs: 在文档中增加使用谷歌 Shaka 播放 DASH 的说明。 (#474)
在文档中增加使用谷歌 Shaka 播放 DASH 的说明。
2019-06-06 16:35:35 +08:00
DIYgod 405817404d
feat: support line break for subtitle (#396)
Fix subtitle bug
2019-06-06 16:34:26 +08:00
DIYgod 7cab972297
Merge branch 'master' into master 2019-06-06 16:32:01 +08:00
DIYgod 590f89e972
docs: fix links 2019-06-06 16:23:10 +08:00
DIYgod 71e5678265
chore: fix css minimize 2019-06-06 16:20:14 +08:00
DIYgod 8eb2fdd26e
fix: broken links 2019-06-06 15:59:49 +08:00
DIYgod 320bd24423
chore: update dependencies 2019-06-06 15:49:25 +08:00
DIYgod fa159655da
docs: update 2019-06-06 15:15:53 +08:00
DIYgod 3a727d5590
docs: update who use 2019-06-06 15:14:10 +08:00
DIYgod de4ee80960
docs 2019-06-03 01:09:29 +08:00
bleatingsheep 8d5d4959fc
在文档中增加使用谷歌 Shaka 播放 DASH 的说明。 2019-04-16 13:38:40 +08:00
DIYgod f5c53f0826 Merge branch 'master' of github.com:MoePlayer/DPlayer 2019-03-12 22:29:53 +08:00
DIYgod 688563f594
docs 2019-03-12 22:29:38 +08:00
DIYgod 47b1615ef8
Merge pull request #453 from xincmm/seek-time-error
fix safari, edge seek time error
2019-03-12 22:24:51 +08:00
DIYgod 0a4e648655
Merge branch 'master' into seek-time-error 2019-03-12 22:24:39 +08:00