bitmovin-player-ui 3.49.0 → 3.50.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 +7 -0
- package/artifact/artifact.tar.gz +0 -0
- package/dist/js/bitmovinplayer-ui.js +20 -5
- package/dist/js/bitmovinplayer-ui.min.js +1 -1
- package/dist/js/bitmovinplayer-ui.min.js.map +1 -1
- package/dist/js/framework/components/controlbar.js +16 -2
- package/dist/js/framework/main.js +1 -1
- package/dist/js/framework/volumecontroller.js +1 -0
- package/gulpfile.js +5 -12
- package/package.json +1 -1
- package/spec/helper/MockHelper.ts +1 -0
- package/spec/volumecontroller.spec.ts +29 -0
- package/src/ts/components/controlbar.ts +19 -2
- package/src/ts/volumecontroller.ts +2 -0
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
|
+
## [3.50.0]
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- Settings panel does not close on single tap on mobile devices
|
|
11
|
+
- Restoring volume on unmute not working when volume was changed through the player API
|
|
12
|
+
- Gulp `watch` task not working
|
|
13
|
+
|
|
7
14
|
## [3.49.0]
|
|
8
15
|
|
|
9
16
|
### Added
|
package/artifact/artifact.tar.gz
CHANGED
|
Binary file
|