bitmovin-player-ui 3.40.0 → 3.42.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 +11 -0
- package/artifact/artifact.tar.gz +0 -0
- package/dist/js/bitmovinplayer-ui.js +139 -51
- package/dist/js/bitmovinplayer-ui.min.js +9 -9
- package/dist/js/bitmovinplayer-ui.min.js.map +1 -1
- package/dist/js/framework/localization/i18n.js +2 -0
- package/dist/js/framework/localization/languages/es.json +72 -0
- package/dist/js/framework/main.d.ts +5 -0
- package/dist/js/framework/main.js +16 -3
- package/package.json +1 -1
- package/src/ts/localization/i18n.ts +2 -0
- package/src/ts/localization/languages/es.json +72 -0
- package/src/ts/main.ts +7 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
|
|
|
3
3
|
|
|
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
|
+
## [3.42.0]
|
|
7
|
+
|
|
8
|
+
### Added
|
|
9
|
+
- Language localization for Spanish
|
|
10
|
+
|
|
11
|
+
## [3.41.0] - 2023-01-12
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
- Export Localization and SpatialNavigation to use in external UI configuration
|
|
6
15
|
|
|
7
16
|
## [3.40.0] - 2022-12-20
|
|
8
17
|
|
|
@@ -814,6 +823,8 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
|
|
|
814
823
|
## 1.0.0 (2017-02-03)
|
|
815
824
|
- First release
|
|
816
825
|
|
|
826
|
+
[3.42.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.41.0...v3.42.0
|
|
827
|
+
[3.41.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.40.0...v3.41.0
|
|
817
828
|
[3.40.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.39.0...v3.40.0
|
|
818
829
|
[3.39.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.38.0...v3.39.0
|
|
819
830
|
[3.38.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.37.0...v3.38.0
|
package/artifact/artifact.tar.gz
CHANGED
|
Binary file
|