Skip to content

Commit 8a45ec7

Browse files
committed
Bump to 7.2.0
1 parent e3c1af6 commit 8a45ec7

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# CHANGELOG
22

3+
## 7.2.0
4+
5+
### Fixes
6+
7+
- Use precision to volume value by [@rtritto](https://github.com/rtritto) ([#160](https://github.com/vlitejs/vlite/pull/160))
8+
9+
### Updates
10+
11+
- Remove useless `v-fullscreenButtonDisplay` class and add `v-fullscreen` as a state class by [@rtritto](https://github.com/rtritto) ([#156](https://github.com/vlitejs/vlite/pull/156))
12+
- Use abstract annotation in `Player.ts` by [@rtritto](https://github.com/rtritto) ([#157](https://github.com/vlitejs/vlite/pull/157))
13+
314
## 7.1.0
415

516
### New features
617

7-
- Add options to customize the shortcuts value of volume and seek by [@rtritto](https://github.com/rtritto) in ([#152](https://github.com/vlitejs/vlite/pull/152))
18+
- Add options to customize the shortcuts value of volume and seek by [@rtritto](https://github.com/rtritto) ([#152](https://github.com/vlitejs/vlite/pull/152))
819

920
## 7.0.0
1021

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vlitejs",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"description": "vLitejs is a fast and lightweight Javascript library for customizing video and audio player in Javascript with a minimalist theme (HTML5, Youtube, Vimeo, Dailymotion)",
55
"keywords": [
66
"video",

0 commit comments

Comments
 (0)