bitmovin-player-ui 3.52.1 → 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 +8 -0
- 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 +1 -1
- package/dist/js/bitmovinplayer-ui.min.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/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ 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
|
+
## [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
|
+
|
|
7
14
|
## [3.52.1] - 2023-11-13
|
|
8
15
|
|
|
9
16
|
### Fixed
|
|
@@ -882,6 +889,7 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
|
|
|
882
889
|
## 1.0.0 (2017-02-03)
|
|
883
890
|
- First release
|
|
884
891
|
|
|
892
|
+
[3.52.2]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.52.1...v3.52.2
|
|
885
893
|
[3.52.1]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.52.0...v3.52.1
|
|
886
894
|
[3.52.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.51.0...v3.52.0
|
|
887
895
|
[3.51.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.50.0...v3.51.0
|
package/artifact/artifact.tar.gz
CHANGED
|
Binary file
|