We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b334f commit fce6359Copy full SHA for fce6359
changelog.md
@@ -1,11 +1,15 @@
1
# Changelog
2
3
-#### 7.0.0-beta.1
4
-- Vue 3 support
+#### 7.0.0
+- Vue 3 support.
5
+- Updated plyr version.
6
- Removed `emit` option.
7
+- Removed unnecessary `<div>` wrapper for components.
8
- Completely redid the bundling process.
-- Updated examples.
-- 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.
13
14
#### 6.0.4
15
- Remove useless nuxt plugin.
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-plyr",
- "version": "7.0.0-beta.2",
+ "version": "7.0.0",
"description": "A vue component for the plyr video & audio player.",
"license": "MIT",
"author": {
0 commit comments