@theoplayer/web-ui 2.1.3 → 2.3.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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # @theoplayer/web-ui
2
2
 
3
+ ## 2.3.0
4
+
5
+ ### ✨ Features
6
+
7
+ - Added 360°/VR support: `<theoplayer-vr-button>` and `<theoplayer-vr-compass>`, included by default in `<theoplayer-default-ui>`.
8
+
9
+ ### 🐛 Issues
10
+
11
+ - Fixed an issue where the subtitles were briefly overlapping the control bar.
12
+
13
+ ## 2.2.0
14
+
15
+ ### ✨ Features
16
+
17
+ - Added localization support. Use `addLocale()` to register a locale, and set the `lang` attribute on the UI to apply it.
18
+
3
19
  ## 2.1.3
4
20
 
5
21
  ### 🐛 Issues