@liripeng/vue-audio-player
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "@liripeng/vue-audio-player", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Simple and practical Vue audio player component for PC mobile terminal(简单实用的 PC 移动端的 Vue 音频播放器组件)", | ||
@@ -36,5 +36,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@any-touch/core": "^2.2.0", | ||
"@any-touch/pan": "^2.2.0", | ||
"@liripeng/vue-audio-player": "1.5.1", | ||
"@liripeng/vue-audio-player": "^1.6.1", | ||
"vue": "^3.2.47", | ||
@@ -41,0 +39,0 @@ "vue-router": "^4.2.4" |
@@ -17,2 +17,4 @@ <h3 align="center" style="margin: 30px 0 35px;">Vue Audio Player Component</h3> | ||
<img src="https://github.com/1014156094/vue-audio-player/blob/master/example.jpg?raw=true" width="300"> | ||
## Features | ||
@@ -80,6 +82,6 @@ | ||
{ | ||
src: 'http://music.163.com/song/media/outer/url?id=317151.mp3', | ||
title: 'Audio Title 1', | ||
artist: 'Artist Name 1', | ||
album: 'Album Name 1', | ||
src: 'http://music.163.com/song/media/outer/url?id=317151.mp3', // Required | ||
title: 'Audio Title 1', // Optional,Phone lock screen music player display | ||
artist: 'Artist Name 1', // Optional,Phone lock screen music player display | ||
album: 'Album Name 1', // Optional,Phone lock screen music player display | ||
artwork: [ | ||
@@ -91,7 +93,7 @@ { | ||
}, | ||
], | ||
], // Optional,Phone lock screen music player display | ||
}, | ||
{ | ||
src: 'http://downsc.chinaz.net/Files/DownLoad/sound1/201906/11582.mp3', | ||
title: 'Audio Title 2', | ||
src: 'http://downsc.chinaz.net/Files/DownLoad/sound1/201906/11582.mp3', // Required | ||
title: 'Audio Title 2', // Optional,Phone lock screen music player display | ||
}, | ||
@@ -190,2 +192,8 @@ ], | ||
### v1.6.1【2024/06/04】 | ||
- Improvement:<a href="https://github.com/1014156094/vue-audio-player/issues/67" target="_blank">Mouse-over shows hand icon despite :disabled-progress-drag and :disabled-progress-click</a> | ||
- Fix:<a href="https://github.com/1014156094/vue-audio-player/issues/63" target="_blank">Since upgrading to 1.5.3: Sourcemap pointing to missing source files</a> | ||
### v1.6.0【2024/06/04】 | ||
@@ -192,0 +200,0 @@ |
Sorry, the diff of this file is not supported yet
46260
3
266
- Removed@any-touch/core@^2.2.0
- Removed@any-touch/pan@^2.2.0
- Removed@any-touch/compute@2.2.0(transitive)
- Removed@any-touch/core@2.2.0(transitive)
- Removed@any-touch/pan@2.2.0(transitive)
- Removed@any-touch/shared@2.2.0(transitive)
- Removed@any-touch/vector@2.2.0(transitive)
- Removed@liripeng/vue-audio-player@1.4.1-beta11.5.01.5.1(transitive)
- Removed@vue/compiler-sfc@2.7.16(transitive)
- Removedany-event@2.2.0(transitive)
- Removedprettier@2.8.8(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedtslib@2.8.1(transitive)
- Removedvue@2.7.16(transitive)
- Removedvue-router@3.6.5(transitive)