@theoplayer/web-ui 1.13.1 → 1.14.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,19 @@
1
1
  # @theoplayer/web-ui
2
2
 
3
+ ## 1.14.0
4
+
5
+ ### ✨ Features
6
+
7
+ - `<theoplayer-default-ui>` now hides all controls except the center play button when the player size is very small on desktop.
8
+ - Add `--theoplayer-centered-chrome-button-icon-width` CSS property to change the icon width of _only_ the buttons in the center slot in a `<theoplayer-default-ui>`.
9
+ - Add `--theoplayer-aspect-ratio` CSS property to change the aspect ratio of a `<theoplayer-default-ui>` or `<theoplayer-ui>`.
10
+ - Add `--theoplayer-min-width` CSS property to override the `min-width` of a `<theoplayer-default-ui>` or `<theoplayer-ui>`.
11
+ - Add `--theoplayer-height` CSS property to override the height of the inner `<theoplayer-ui>` within a `<theoplayer-default-ui>`.
12
+
13
+ ### 🐛 Issues
14
+
15
+ - Fixed an issue where the menus didn't cover the entire player when the player is too small.
16
+
3
17
  ## 1.13.1
4
18
 
5
19
  ### 🐛 Issues
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * THEOplayer Open Video UI for Web (v1.13.1)
2
+ * THEOplayer Open Video UI for Web (v1.14.0)
3
3
  * License: MIT
4
4
  */
5
5
  import { ChromelessPlayer, VideoQuality, THEOplayerError, MediaTrack, TextTrack, TextTracksList, EdgeStyle, VendorCast, CastState, UIPlayerConfiguration, SourceDescription } from 'theoplayer/chromeless';