bitmovin-player-ui 3.41.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 +5 -0
- package/artifact/artifact.tar.gz +0 -0
- package/dist/js/bitmovinplayer-ui.js +124 -49
- 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.js +1 -1
- package/package.json +1 -1
- package/src/ts/localization/i18n.ts +2 -0
- package/src/ts/localization/languages/es.json +72 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@ 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
|
|
6
10
|
|
|
7
11
|
## [3.41.0] - 2023-01-12
|
|
8
12
|
|
|
@@ -819,6 +823,7 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
|
|
|
819
823
|
## 1.0.0 (2017-02-03)
|
|
820
824
|
- First release
|
|
821
825
|
|
|
826
|
+
[3.42.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.41.0...v3.42.0
|
|
822
827
|
[3.41.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.40.0...v3.41.0
|
|
823
828
|
[3.40.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.39.0...v3.40.0
|
|
824
829
|
[3.39.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.38.0...v3.39.0
|
package/artifact/artifact.tar.gz
CHANGED
|
Binary file
|