vuepress-theme-hope / theme-ru-docs

Ru docs for vuepress-theme-hope
https://theme-hope-ru.vuejs.press
0 stars 1 forks source link

fix(deps): update dependency artplayer to v5.2.1 #107

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
artplayer (source) 5.1.6 -> 5.2.1 age adoption passing confidence

Release Notes

zhw2590582/ArtPlayer (artplayer) ### [`v5.2.1`](https://redirect.github.com/zhw2590582/ArtPlayer/releases/tag/5.2.1) [Compare Source](https://redirect.github.com/zhw2590582/ArtPlayer/compare/9221d42964700e6a3190943d288a6e6822596790...5.2.1) - 重构 `Setting` 组件,修复状态丢失的问题 - 类型是 `range` 的 `Setting`,现在回调函数返回的 `range` 是数字的数组,不再是单一数字 - 删除 `isStringOrNumber` 工具函数 - 修复 `artplayer-plugin-hls-control` 状态不统一的问题 - 废弃 `artplayer-plugin-dash-quality` 插件 - 新增 `artplayer-plugin-dash-control` 插件 - 使用 `code` 替代已废弃的`keyCode` 监听键盘事件 - 新增 `keydown` 事件,监听来自 `document` 的 `keydown` 事件 - 新增 `option.proxy` 选项,用于代理第三方的 `video` 和 `canvas` - 新增 `artplayer-proxy-canvas` 代理,可以使用 `canvas` 播放视频 - 新增 `artplayer-proxy-webav` 代理,来自 [bilibili/WebAV](https://redirect.github.com/bilibili/WebAV) - 新增 `option.thumbnails.scale`, 用于预览图缩放 - 修复 `art.url` 更改不能触发 `autoPlayBack` 的 `bug`: [#​797](https://redirect.github.com/zhw2590582/ArtPlayer/issues/797) - 新增 `art.subtitle.cues` 属性, 获取整体的字幕列表 - 新增 `art.subtitle.activeCues` 属性, 获取活跃的字幕列表 - 新增 `subtitleBeforeUpdate` 事件, 在字幕元素渲染前触发 - 修改 `subtitleUpdate` 事件为 `subtitleAfterUpdate`, 在字幕元素渲染后触发 - 优化 `subtitleLoad` 事件的触发时机和回调参数 - 删除 `subtitleSwitch` 事件,请使用 `subtitleLoad` 代替 - 升级 `artplayer-plugin-hls-quality` 为 `artplayer-plugin-hls-control` - 新增 `artplayer-plugin-ambilight` 插件 - 修复 `thumbnails` 显示 bug ### [`v5.2.0`](https://redirect.github.com/zhw2590582/ArtPlayer/compare/5.1.7...9221d42964700e6a3190943d288a6e6822596790) [Compare Source](https://redirect.github.com/zhw2590582/ArtPlayer/compare/5.1.7...9221d42964700e6a3190943d288a6e6822596790) ### [`v5.1.7`](https://redirect.github.com/zhw2590582/ArtPlayer/releases/tag/5.1.7) [Compare Source](https://redirect.github.com/zhw2590582/ArtPlayer/compare/5.1.6...5.1.7) - 新增 Artplayer.STYLE 属性,返回播放器样式文本 - art.screenshot('your-name') 截图功能支持自定义文件名字 - Artplayer.CONTEXTMENU 为 false 时,不再隐藏默认右键菜单 - 新增 art.thumbnails 属性,用于动态设置 thumbnails

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.