You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31-1Lines changed: 31 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,44 @@ All notable changes to this project will be documented in this file.
5
5
This project adheres to [Semantic Versioning](https://semver.org) and follows the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format.
6
6
7
7
---
8
+
## [1.2.0] – 2025-10-26
9
+
10
+
### Added
11
+
12
+
- Playlist: prev / next icons will be greyed out when navigation is not possible (i.e. last segment is reached)
13
+
- UI: new API `ui.resize` (which forces recalculating player width and height)
14
+
- Overlays: added type `html` for HTML-based overlays
15
+
- Overlays: added option `sanitizeHTML` to prevent XSS attacks from unsafe HTML (enabled by default and enforced in the secure build). This (severely) limits the allowed HTML.
16
+
- Demo: added link on the logo to the new vision.player.io microsite
17
+
- Added new default iconset
18
+
- Added options in the UI component to change the iconset back to the filled version
19
+
20
+
### Changed
21
+
22
+
- Updated dev dependencies
23
+
- More CSS resets to make player more resilient to outside CSS
24
+
- Updated screenshot in README.md
25
+
26
+
### Fixed
27
+
28
+
- When UI autohide is enabled, the UI no longer reappears immediately when a popup was open at the time of hiding
29
+
- Prevent default event handling in the keyboard component when an action is detected, so it does not interfere with scrolling etc.
30
+
- Thumbnail positioning should now also work when using non pixel units for scrubber width
31
+
- UI scale should now honor the respective player config setting
32
+
- Additional minor CSS fixes
33
+
- Fixed docs in Media.md and Media.js
34
+
- Fixed links to docs in demo
35
+
- Removed broken link in HLS demo
36
+
- Additional fixes in demo
37
+
8
38
## [1.1.1] – 2025-10-15
9
39
10
40
### Fixed
11
41
12
42
- Playlist title now retained when switching player language
13
43
- Thumbnail positioning in scrubber should be properly centered now
14
44
- Thumbnail positioning fixed when switching playlist media
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
14
14
# VisionPlayer
15
15
16
-
The **VisionPlayer** by **[alphanull](https://alphanull.de)** is a highly modular, lightweight, and feature-rich JavaScript video player for the modern web. Designed as a flexible component system, the player allows for deep customization, simple integration, and full control over both appearance and functionality. Whether you're building a minimal player for a single video or a complex interface supporting multilingual, multi-quality streaming with overlays and playlist management — this player adapts to your needs.
16
+
The **VisionPlayer** by **[alphanull](https://alphanull.de)** is a highly modular, lightweight, and feature-rich JavaScript media player for the modern web. Designed as a flexible component system, the player allows for deep customization, simple integration, and full control over both appearance and functionality. Whether you're building a minimal player for a single video or a complex interface supporting multilingual, multi-quality streaming with overlays and playlist management — this player adapts to your needs.
17
17
18
18
## Features
19
19
@@ -51,7 +51,7 @@ The **VisionPlayer** by **[alphanull](https://alphanull.de)** is a highly modula
51
51
52
52
## Demo
53
53
54
-
Just hop over to **[visionplayer.io](https://visionplayer.io)** to take a test drive! Right now, the page features demos identical to the ones coming with the development server, but in the future this site will deliver more information about the VisionPlayer, so stay tuned.
54
+
Just hop over to **[visionplayer.io](https://visionplayer.io)** to take a test drive or watch some feature demos. The documentation is [also available there](https://visionplayer.io/docs/).
0 commit comments