bitmovin-player-ui 3.48.0 → 3.49.0
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 -1
- package/artifact/artifact.tar.gz +0 -0
- package/dist/js/bitmovinplayer-ui.js +26 -2
- package/dist/js/bitmovinplayer-ui.min.js +1 -1
- package/dist/js/bitmovinplayer-ui.min.js.map +1 -1
- package/dist/js/framework/main.js +1 -1
- package/dist/js/framework/uimanager.d.ts +19 -0
- package/dist/js/framework/uimanager.js +24 -0
- package/package.json +1 -1
- package/spec/uimanager.spec.ts +50 -0
- package/src/ts/uimanager.ts +29 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ 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
|
+
## [3.49.0]
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
- `onActiveUiChanged` event on the `UIManager` that is dispatched when the UI manager switches to a different UI variant
|
|
11
|
+
- Readonly `currentUi` field on the `UIManager` that exposes the active `UIInstanceManager`
|
|
12
|
+
|
|
7
13
|
## [3.48.0]
|
|
8
14
|
|
|
9
15
|
### Fixed
|
|
@@ -854,7 +860,8 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
|
|
|
854
860
|
## 1.0.0 (2017-02-03)
|
|
855
861
|
- First release
|
|
856
862
|
|
|
857
|
-
[3.
|
|
863
|
+
[3.49.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.48.0...develop
|
|
864
|
+
[3.48.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.47.0...v3.48.0
|
|
858
865
|
[3.47.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.46.0...v3.47.0
|
|
859
866
|
[3.46.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.45.0...v3.46.0
|
|
860
867
|
[3.45.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.44.0...v3.45.0
|
package/artifact/artifact.tar.gz
CHANGED
|
Binary file
|