Skip to content

Commit

Permalink
Bump to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoriiis committed Feb 23, 2025
1 parent e3c1af6 commit 8a45ec7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# CHANGELOG

## 7.2.0

### Fixes

- Use precision to volume value by [@rtritto](https://github.com/rtritto) ([#160](https://github.com/vlitejs/vlite/pull/160))

### Updates

- 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))
- Use abstract annotation in `Player.ts` by [@rtritto](https://github.com/rtritto) ([#157](https://github.com/vlitejs/vlite/pull/157))

## 7.1.0

### New features

- 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))
- 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))

## 7.0.0

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vlitejs",
"version": "7.1.0",
"version": "7.2.0",
"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)",
"keywords": [
"video",
Expand Down

0 comments on commit 8a45ec7

Please sign in to comment.