Skip to content

Commit

Permalink
chore: 更新 CHANGELOG,新增 artplayer-plugin-dash-control 插件并修复相关问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhw2590582 committed Oct 26, 2024
1 parent 5e8047e commit d33d597
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 18 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [5.2.1] - 2024-10-26

- 重构 `Setting` 组件,修复状态丢失的问题
- 类型是 `range``Setting`,现在回调函数返回的 `range` 是数字的数组,不再是单一数字
- 类型是 `range``Setting`,现在回调函数返回的 `range` 是数字的数组,不再是单一数字
- 删除 `isStringOrNumber` 工具函数
- 修复 `artplayer-plugin-hls-control` 状态不统一的问题
- 使用 `code` 替代已废弃的`keyCode` 监听键盘事件
- 废弃 `artplayer-plugin-dash-quality` 插件
- 新增 `artplayer-plugin-dash-control` 插件
- 使用 `code` 替代已废弃的`keyCode` 监听键盘事件
- 新增 `keydown` 事件,监听来自 `document``keydown` 事件

## [5.2.0] - 2024-10-19
Expand Down
8 changes: 8 additions & 0 deletions docs/compiled/artplayer-plugin-dash-control.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions docs/compiled/artplayer-plugin-dash-control.legacy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d33d597

Please sign in to comment.