Skip to content

Commit

Permalink
5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhw2590582 committed Apr 27, 2023
1 parent 217e83e commit 2de2b99
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [5.0.4] - 2023-4-27

- 修复控制器的上拉列表的样式 bug

## [5.0.3] - 2023-4-26

- 修复音量控制器 `event.pageY` 取值错误
Expand Down
4 changes: 2 additions & 2 deletions docs/compiled/artplayer.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/compiled/artplayer.legacy.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/uncompiled/artplayer/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/artplayer/dist/artplayer.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/artplayer/dist/artplayer.legacy.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/artplayer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "MIT",
"name": "artplayer",
"version": "5.0.3",
"version": "5.0.4",
"main": "dist/artplayer.js",
"legacy": "dist/artplayer.legacy.js",
"types": "types/artplayer.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/artplayer/src/style/selector.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.art-selector-list {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
position: absolute;
border-radius: var(--art-border-radius);
Expand Down

0 comments on commit 2de2b99

Please sign in to comment.