bitmovin-player-ui 3.52.0 → 3.52.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -1
- package/artifact/artifact.tar.gz +0 -0
- package/dist/css/bitmovinplayer-ui.css +25 -25
- package/dist/css/bitmovinplayer-ui.min.css +1 -1
- package/dist/js/bitmovinplayer-ui.js +3 -3
- package/dist/js/bitmovinplayer-ui.min.js +1 -1
- package/dist/js/bitmovinplayer-ui.min.js.map +1 -1
- package/dist/js/framework/components/seekbar.js +1 -1
- package/dist/js/framework/main.js +1 -1
- package/package.json +1 -1
- package/src/scss/skin-modern/components/_bufferingoverlay.scss +2 -2
- package/src/scss/skin-modern/components/_closebutton.scss +2 -2
- package/src/scss/skin-modern/components/_hugeplaybacktogglebutton.scss +6 -6
- package/src/scss/skin-modern/components/_hugereplaybutton.scss +2 -2
- package/src/ts/components/seekbar.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,19 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
-
## [
|
|
7
|
+
## [Unreleased]
|
|
8
|
+
|
|
9
|
+
## [3.52.2] - 2023-11-23
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
- Potential name clashing in CSS animations due to missing `bmpui` prefix
|
|
13
|
+
|
|
14
|
+
## [3.52.1] - 2023-11-13
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
- Crash when receiving a `SourceLoaded` event during scrubbing
|
|
18
|
+
|
|
19
|
+
## [3.52.0] - 2023-09-25
|
|
8
20
|
|
|
9
21
|
### Fixed
|
|
10
22
|
- When having a spatial navigation and using a mouselike device, components will lose focus when the mouse leaves the hovered component. Spatial navigation will continue at the last active component when using arrow keys again.
|
|
@@ -877,6 +889,9 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
|
|
|
877
889
|
## 1.0.0 (2017-02-03)
|
|
878
890
|
- First release
|
|
879
891
|
|
|
892
|
+
[3.52.2]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.52.1...v3.52.2
|
|
893
|
+
[3.52.1]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.52.0...v3.52.1
|
|
894
|
+
[3.52.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.51.0...v3.52.0
|
|
880
895
|
[3.51.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.50.0...v3.51.0
|
|
881
896
|
[3.50.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.49.0...v3.50.0
|
|
882
897
|
[3.49.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.48.0...v3.49.0
|
package/artifact/artifact.tar.gz
CHANGED
|
Binary file
|