Skip to content

Commit 53bdeff

Browse files
committed
Bump to 4.0.5
1 parent da55d7c commit 53bdeff

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## 4.0.5
4+
5+
### Fixes
6+
7+
- Fix HTML5 event ready when the video is already loaded ([#62](https://github.com/yoriiis/vlitejs/pull/62))
8+
9+
### New features
10+
11+
- Add the `autoHideDelay` option ([#63](https://github.com/yoriiis/vlitejs/pull/63))
12+
313
## 4.0.4
414

515
Optimize accessibility ([#58](https://github.com/yoriiis/vlitejs/pull/58))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vlitejs",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
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)",
55
"keywords": [
66
"video",

0 commit comments

Comments
 (0)