Skip to content

Commit fce6359

Browse files
committed
v7???
1 parent c0b334f commit fce6359

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

changelog.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Changelog
22

3-
#### 7.0.0-beta.1
4-
- Vue 3 support
3+
#### 7.0.0
4+
- Vue 3 support.
5+
- Updated plyr version.
56
- Removed `emit` option.
7+
- Removed unnecessary `<div>` wrapper for components.
68
- Completely redid the bundling process.
7-
- Updated examples.
8-
- Added polyfilled versions.
9+
- Added polyfilled versions.
10+
- Updated examples and added some more of them.
11+
- Some other things.
12+
- Maybe some other small thi ngs I've forgotten about.
913

1014
#### 6.0.4
1115
- Remove useless nuxt plugin.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-plyr",
3-
"version": "7.0.0-beta.2",
3+
"version": "7.0.0",
44
"description": "A vue component for the plyr video & audio player.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)