@mux/mux-player 2.0.0 → 2.0.1-canary.0-e429540
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 +816 -0
- package/README.md +4 -0
- package/dist/cjs.json +1 -0
- package/dist/esm.json +1 -0
- package/dist/iife.json +1 -0
- package/dist/index.cjs.js +29 -29
- package/dist/index.mjs +11 -11
- package/dist/module.json +1 -0
- package/dist/mux-player.js +16 -16
- package/dist/mux-player.mjs +16 -16
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/index.d.ts +8 -0
- package/dist/types-ts3.4/index.d.ts +7 -0
- package/package.json +4 -5
- package/LICENSE +0 -9
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,816 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [2.0.1](https://github.com/muxinc/elements/compare/@mux/mux-player@2.0.0...@mux/mux-player@2.0.1) (2023-10-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mux/mux-player
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [2.0.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.15.0...@mux/mux-player@2.0.0) (2023-10-03)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* increase poster test timeout ([#786](https://github.com/muxinc/elements/issues/786)) ([08e3e3d](https://github.com/muxinc/elements/commit/08e3e3d159246f16c5e54e86eb06fc5dd2d05dc2))
|
|
20
|
+
* increase some test timeouts ([#785](https://github.com/muxinc/elements/issues/785)) ([13ef21f](https://github.com/muxinc/elements/commit/13ef21f5875ff9ae1b93a6adeb4d18c4704f05c9))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
* feat(mux-player)!: major version bump (#788) ([78de381](https://github.com/muxinc/elements/commit/78de3813b2a912ad3243fa7e6ff47e79847d0242)), closes [#788](https://github.com/muxinc/elements/issues/788)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### BREAKING CHANGES
|
|
27
|
+
|
|
28
|
+
* Mux Player defaults to new theme
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
# [1.15.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.14.2...@mux/mux-player@1.15.0) (2023-10-03)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* Extra spacing underneath player ([#779](https://github.com/muxinc/elements/issues/779)) ([06f6480](https://github.com/muxinc/elements/commit/06f64802ef714e451dc8d3b8ac0781cce8e9f1fe))
|
|
40
|
+
* improve 2023 icons ([#774](https://github.com/muxinc/elements/issues/774)) ([bfbe4f0](https://github.com/muxinc/elements/commit/bfbe4f006888281e7506dfaf1f828ec02c34ed94))
|
|
41
|
+
* **mux-player:** placeholder not applying properly to media-poster-im… ([#769](https://github.com/muxinc/elements/issues/769)) ([2aed830](https://github.com/muxinc/elements/commit/2aed830d34dca5e0a774c2dd0f6e81688c73f1f0))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
* export control bars part for styling ([#773](https://github.com/muxinc/elements/issues/773)) ([f444c58](https://github.com/muxinc/elements/commit/f444c58542af8ea0a39fb9d2e1e190c5a45bc7c4)), closes [#767](https://github.com/muxinc/elements/issues/767)
|
|
47
|
+
* **mux-player:** Extra template parts in 2023 theme ([#768](https://github.com/muxinc/elements/issues/768)) ([bc2cd48](https://github.com/muxinc/elements/commit/bc2cd48337861ba487c8bdcc01ff1dd3c401519f))
|
|
48
|
+
* **mux-player:** Theme 2023 icons ([#766](https://github.com/muxinc/elements/issues/766)) ([64259ca](https://github.com/muxinc/elements/commit/64259ca2f48327ddf6bdbff94ec65ce0cc629711))
|
|
49
|
+
* Rename new default theme ([#771](https://github.com/muxinc/elements/issues/771)) ([b91c509](https://github.com/muxinc/elements/commit/b91c5092e005805a801982e15719984965f745e1))
|
|
50
|
+
* Upgrade guide for new theme ([#775](https://github.com/muxinc/elements/issues/775)) ([4f1b684](https://github.com/muxinc/elements/commit/4f1b684ec9d571ed46c66694f29d2ecdea4ef6ee))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
## [1.14.2](https://github.com/muxinc/elements/compare/@mux/mux-player@1.14.1...@mux/mux-player@1.14.2) (2023-09-05)
|
|
57
|
+
|
|
58
|
+
**Note:** Version bump only for package @mux/mux-player
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
## [1.14.1](https://github.com/muxinc/elements/compare/@mux/mux-player@1.14.0...@mux/mux-player@1.14.1) (2023-08-30)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
### Bug Fixes
|
|
68
|
+
|
|
69
|
+
* **mux-player:** Make sure to use the title as the default value for … ([#758](https://github.com/muxinc/elements/issues/758)) ([57c2fdc](https://github.com/muxinc/elements/commit/57c2fdc77624a7e2c1fd0ce17e069173b909fc74))
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
# [1.14.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.13.0...@mux/mux-player@1.14.0) (2023-08-23)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### Features
|
|
79
|
+
|
|
80
|
+
* **mux-player:** 2023 theme style updates and fixes ([#753](https://github.com/muxinc/elements/issues/753)) ([c3dc2ef](https://github.com/muxinc/elements/commit/c3dc2ef01ba4eb0d1506d175ca2188b1d749ac7f))
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
# [1.13.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.12.1...@mux/mux-player@1.13.0) (2023-08-23)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### Bug Fixes
|
|
90
|
+
|
|
91
|
+
* unavailable state for audio track button ([#756](https://github.com/muxinc/elements/issues/756)) ([13f4ef7](https://github.com/muxinc/elements/commit/13f4ef7c77a6d18b330759e06acd975d77431f1b))
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
### Features
|
|
95
|
+
|
|
96
|
+
* 2023 Theme rendition selector ([#751](https://github.com/muxinc/elements/issues/751)) ([9584c3d](https://github.com/muxinc/elements/commit/9584c3d102d1916952c9f4fc6720a486c42a0b3e))
|
|
97
|
+
* add audio track select menu ([#750](https://github.com/muxinc/elements/issues/750)) ([04123a8](https://github.com/muxinc/elements/commit/04123a8fbbbfba9059f3a504ad808f858dc07c50))
|
|
98
|
+
* add poster slot for progressive enhancement ([#747](https://github.com/muxinc/elements/issues/747)) ([e90e096](https://github.com/muxinc/elements/commit/e90e096bc45776776e6fc4a8846aede2ad8ecb7c)), closes [#590](https://github.com/muxinc/elements/issues/590)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
## [1.12.1](https://github.com/muxinc/elements/compare/@mux/mux-player@1.12.0...@mux/mux-player@1.12.1) (2023-08-15)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### Bug Fixes
|
|
108
|
+
|
|
109
|
+
* **mux-player:** version bump for media-chrome (fixes first frame ren… ([#740](https://github.com/muxinc/elements/issues/740)) ([8a9e9ab](https://github.com/muxinc/elements/commit/8a9e9ab94d4515a22a7d294895da7b6f54d53e39))
|
|
110
|
+
* Reverting packages type (defaults to cjs) for accuracy per node … ([#745](https://github.com/muxinc/elements/issues/745)) ([9e7a171](https://github.com/muxinc/elements/commit/9e7a17113e14b711c8da9b1bdafe65ee86454b3b))
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
# [1.12.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.11.4...@mux/mux-player@1.12.0) (2023-08-14)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Bug Fixes
|
|
120
|
+
|
|
121
|
+
* **mux-player:** Adding controller exported part. Marking as fix bc n… ([#732](https://github.com/muxinc/elements/issues/732)) ([0599c71](https://github.com/muxinc/elements/commit/0599c717b56ca3b4cc20e4d977e96a55f76575d3)), closes [#728](https://github.com/muxinc/elements/issues/728) [#727](https://github.com/muxinc/elements/issues/727)
|
|
122
|
+
* **mux-player:** exporting underlying poster img part for advanced styling ([#733](https://github.com/muxinc/elements/issues/733)) ([317ecac](https://github.com/muxinc/elements/commit/317ecac4759903ff2f6c642f98a29e268180aab5)), closes [#717](https://github.com/muxinc/elements/issues/717)
|
|
123
|
+
* **mux-player:** Only match theme by id if element is a template. ([#731](https://github.com/muxinc/elements/issues/731)) ([bb4886c](https://github.com/muxinc/elements/commit/bb4886cca7476800c959922f9c0703f72f189d87))
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Features
|
|
127
|
+
|
|
128
|
+
* add quality selector ([#734](https://github.com/muxinc/elements/issues/734)) ([5d1da39](https://github.com/muxinc/elements/commit/5d1da396a05a08d5c5322e364bc98a693605a497)), closes [#572](https://github.com/muxinc/elements/issues/572)
|
|
129
|
+
* implement renditions API ([#708](https://github.com/muxinc/elements/issues/708)) ([f3e8db2](https://github.com/muxinc/elements/commit/f3e8db21fd03c5d5570a628853f49c51d428d26e))
|
|
130
|
+
* New default theme ([#709](https://github.com/muxinc/elements/issues/709)) ([d69d84e](https://github.com/muxinc/elements/commit/d69d84ea6708c8548d6e5780dfa0a5ad8ed314f8))
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## [1.11.4](https://github.com/muxinc/elements/compare/@mux/mux-player@1.11.3...@mux/mux-player@1.11.4) (2023-07-07)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Bug Fixes
|
|
140
|
+
|
|
141
|
+
* **playback-core, mux-player:** hls.js & media-chrome version bumps (fixes resize observer RTE and hls.js edge case bugs) ([b3a3657](https://github.com/muxinc/elements/commit/b3a36578320b58941509d0feccfaa1272a3dc033))
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
## [1.11.3](https://github.com/muxinc/elements/compare/@mux/mux-player@1.11.2...@mux/mux-player@1.11.3) (2023-06-29)
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### Bug Fixes
|
|
151
|
+
|
|
152
|
+
* **mux-player:** media-chrome version bump (occasional ResizeObserver… ([#711](https://github.com/muxinc/elements/issues/711)) ([b33408a](https://github.com/muxinc/elements/commit/b33408ac51c112e215f34aa10f7dd72ba8c2e6b6))
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
## [1.11.2](https://github.com/muxinc/elements/compare/@mux/mux-player@1.11.1...@mux/mux-player@1.11.2) (2023-06-12)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
### Bug Fixes
|
|
162
|
+
|
|
163
|
+
* **playback-core:** bump media-chrome & hls.js version to latest. ([#706](https://github.com/muxinc/elements/issues/706)) ([1683663](https://github.com/muxinc/elements/commit/1683663f05b2e3c64012056391f0df457e627371))
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
## [1.11.1](https://github.com/muxinc/elements/compare/@mux/mux-player@1.11.0...@mux/mux-player@1.11.1) (2023-06-06)
|
|
170
|
+
|
|
171
|
+
**Note:** Version bump only for package @mux/mux-player
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
# [1.11.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.10.1...@mux/mux-player@1.11.0) (2023-05-08)
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
### Features
|
|
181
|
+
|
|
182
|
+
* add a no-volume-pref attribute to turn of storing volume in localStorage ([#686](https://github.com/muxinc/elements/issues/686)) ([e9c2150](https://github.com/muxinc/elements/commit/e9c2150ba36615107f05d99baaa8a4432d71138d))
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
## [1.10.1](https://github.com/muxinc/elements/compare/@mux/mux-player@1.10.0...@mux/mux-player@1.10.1) (2023-04-24)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Bug Fixes
|
|
192
|
+
|
|
193
|
+
* force theme to be ltr direction ([#670](https://github.com/muxinc/elements/issues/670)) ([924fb1f](https://github.com/muxinc/elements/commit/924fb1f76f3563600e121a00ff83bb8deb766d34))
|
|
194
|
+
* use webkit pseudo element for captions movement, where available ([#674](https://github.com/muxinc/elements/issues/674)) ([1f236d4](https://github.com/muxinc/elements/commit/1f236d4b42f83fe40884732305259ff5a1fda679)), closes [#660](https://github.com/muxinc/elements/issues/660)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
# [1.10.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.9.0...@mux/mux-player@1.10.0) (2023-04-14)
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
### Bug Fixes
|
|
204
|
+
|
|
205
|
+
* delegate events, lazy controller for cue pos ([#633](https://github.com/muxinc/elements/issues/633)) ([4e45cc0](https://github.com/muxinc/elements/commit/4e45cc07b03d29ed03fe09b94e28591f8ff9b886))
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
### Features
|
|
209
|
+
|
|
210
|
+
* add currentPdt getter and getStartDate() method ([#661](https://github.com/muxinc/elements/issues/661)) ([530170b](https://github.com/muxinc/elements/commit/530170b789d7734d2b70fde7d59abb1ebf8a582c))
|
|
211
|
+
* inferred stream type ([#592](https://github.com/muxinc/elements/issues/592)) ([db4cc9f](https://github.com/muxinc/elements/commit/db4cc9f60660f2b860ecce0a5a5ef2a3a09cc40b))
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
# [1.9.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.8.0...@mux/mux-player@1.9.0) (2023-03-31)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Bug Fixes
|
|
221
|
+
|
|
222
|
+
* add micro theme export and switcher example ([#594](https://github.com/muxinc/elements/issues/594)) ([0399c5c](https://github.com/muxinc/elements/commit/0399c5ce579ddcc32b62980da14abcaf06fc4166))
|
|
223
|
+
* add themes folder to NPM ([#634](https://github.com/muxinc/elements/issues/634)) ([8f6bd4d](https://github.com/muxinc/elements/commit/8f6bd4d0f9933001d229003e178821bfd41595d0))
|
|
224
|
+
* capLevel to player size & on fps drop ([#628](https://github.com/muxinc/elements/issues/628)) ([8c0e776](https://github.com/muxinc/elements/commit/8c0e77655a2c13ae263dabfa81849ebf58aa620b))
|
|
225
|
+
* live view due targetLiveWindow change ([#627](https://github.com/muxinc/elements/issues/627)) ([06812d9](https://github.com/muxinc/elements/commit/06812d94b096e54fa8444aed337839e8e9a70ebe))
|
|
226
|
+
* move captions listbox to the front ([#635](https://github.com/muxinc/elements/issues/635)) ([2375361](https://github.com/muxinc/elements/commit/23753613d0396fe7c3f39bb4cabec72746fbb159))
|
|
227
|
+
* **playback-core, mux-player:** rte and hlsjs version bump ([#632](https://github.com/muxinc/elements/issues/632)) ([ebaa2b6](https://github.com/muxinc/elements/commit/ebaa2b6bdf7c264bf64320cb529954c7143cfca8))
|
|
228
|
+
* rename Micro to Microvideo ([#617](https://github.com/muxinc/elements/issues/617)) ([5317e84](https://github.com/muxinc/elements/commit/5317e8401d8cecb30dfbf697b97dd7c35bd9313c))
|
|
229
|
+
* switch to media-captions-selectmenu ([#595](https://github.com/muxinc/elements/issues/595)) ([40c8e3e](https://github.com/muxinc/elements/commit/40c8e3edd82c28ca8975e5d245099702fed32bbc))
|
|
230
|
+
* update typedefs, disable skipLibChecks in tsconfig ([#601](https://github.com/muxinc/elements/issues/601)) ([1664aec](https://github.com/muxinc/elements/commit/1664aec20e4cf4a59779848b298d4504eef24080))
|
|
231
|
+
* upgrade MC & integrate media-time-display ([#631](https://github.com/muxinc/elements/issues/631)) ([78dc0b8](https://github.com/muxinc/elements/commit/78dc0b897b1c0b892e614493c9c084ebe145fe49))
|
|
232
|
+
* use Media Chrome display CSS vars ([#613](https://github.com/muxinc/elements/issues/613)) ([4947565](https://github.com/muxinc/elements/commit/494756598cdc6f6517ce2f3a832557bdc2686059))
|
|
233
|
+
* use Mux Data player_error_context to get better error grouping in the Mux Data dashboard ([599c052](https://github.com/muxinc/elements/commit/599c052f984cd0d76f061c019872851339775b6a))
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
### Features
|
|
237
|
+
|
|
238
|
+
* add way to set and render MC themes ([#561](https://github.com/muxinc/elements/issues/561)) ([0ac98e9](https://github.com/muxinc/elements/commit/0ac98e9a6fd60c5ea990be3c7d5d8ae7941e447c))
|
|
239
|
+
* **mux-player-react:** mux player react cuepoint handlers ([#605](https://github.com/muxinc/elements/issues/605)) ([df4e6e0](https://github.com/muxinc/elements/commit/df4e6e036f7cd9b5d9dfa52e1adc56bb0a850373))
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
# [1.8.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.7.2...@mux/mux-player@1.8.0) (2023-02-15)
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
### Features
|
|
249
|
+
|
|
250
|
+
* add attribute max-resolution on mux-player and mux-video ([#581](https://github.com/muxinc/elements/issues/581)) ([1936c8e](https://github.com/muxinc/elements/commit/1936c8ecb47805ee75fd04ffee514b846043efc1))
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
## [1.7.2](https://github.com/muxinc/elements/compare/@mux/mux-player@1.7.1...@mux/mux-player@1.7.2) (2023-02-14)
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
### Bug Fixes
|
|
260
|
+
|
|
261
|
+
* **playback-core:** Typescript + min acrobatics to make svelte and others happy ([fdf34bb](https://github.com/muxinc/elements/commit/fdf34bb8fd409f0c2b5945802251ed2e6ffafd7e))
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
## [1.7.1](https://github.com/muxinc/elements/compare/@mux/mux-player@1.7.0...@mux/mux-player@1.7.1) (2023-02-02)
|
|
268
|
+
|
|
269
|
+
**Note:** Version bump only for package @mux/mux-player
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
# [1.7.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.6.0...@mux/mux-player@1.7.0) (2023-02-01)
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
### Bug Fixes
|
|
279
|
+
|
|
280
|
+
* bring back play button to the control bar for small player size ([#556](https://github.com/muxinc/elements/issues/556)) ([38ef225](https://github.com/muxinc/elements/commit/38ef225543400a146159a24ccf13a4a22ac03bae)), closes [#554](https://github.com/muxinc/elements/issues/554)
|
|
281
|
+
* merge conflict fallout ([4e4932c](https://github.com/muxinc/elements/commit/4e4932c8d18708d53dedc1907d7fe32255d4a556))
|
|
282
|
+
* **mux-player:** Migrate to use new Media Chrome media-live-button. ([5613ba4](https://github.com/muxinc/elements/commit/5613ba48fbd9a497f127764404caf801bf7f7d74)), closes [#2](https://github.com/muxinc/elements/issues/2)
|
|
283
|
+
* tests, improve attribute empty behavior ([5f53a5e](https://github.com/muxinc/elements/commit/5f53a5e12c2accc0e8216c1404889b11818c869e))
|
|
284
|
+
* upgrade Media Chrome v0.18.1 ([fa7353b](https://github.com/muxinc/elements/commit/fa7353b761884ebb1a7cbe74dcd85165d939c119))
|
|
285
|
+
* use new MC template syntax ([b656ccd](https://github.com/muxinc/elements/commit/b656ccd09d05fcee169f9956fd2571a56def47b5))
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
### Features
|
|
289
|
+
|
|
290
|
+
* introduce a captions menu button ([#549](https://github.com/muxinc/elements/issues/549)) ([9cb8454](https://github.com/muxinc/elements/commit/9cb845411230ea669c74c5ffe19f9fca4c60dce3))
|
|
291
|
+
* **mux-player, mux-video, playback-core:** Add API for CuePoints metadata. ([1f0b40a](https://github.com/muxinc/elements/commit/1f0b40a6d7f09c0e08a42353e241a26857edaad6))
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
# [1.6.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.5.1...@mux/mux-player@1.6.0) (2023-01-20)
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### Bug Fixes
|
|
301
|
+
|
|
302
|
+
* use webp format instead of jpg, less bandwidth ([#525](https://github.com/muxinc/elements/issues/525)) ([9441de4](https://github.com/muxinc/elements/commit/9441de415b165a8f68c0db88eb25e2de827380f4))
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
### Features
|
|
306
|
+
|
|
307
|
+
* **mux-player:** add storyboard-src attribute and corresponding prop ([#522](https://github.com/muxinc/elements/issues/522)) ([e9c3f0a](https://github.com/muxinc/elements/commit/e9c3f0afd3eb2521248996c37de1716b4ce724c4))
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
## [1.5.1](https://github.com/muxinc/elements/compare/@mux/mux-player@1.5.0...@mux/mux-player@1.5.1) (2022-12-15)
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
### Bug Fixes
|
|
317
|
+
|
|
318
|
+
* allow setting theme template via property ([6ec0bb0](https://github.com/muxinc/elements/commit/6ec0bb0b4f6964490dc8d339e174462e98f80116))
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
# [1.5.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.4.0...@mux/mux-player@1.5.0) (2022-12-13)
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
### Bug Fixes
|
|
328
|
+
|
|
329
|
+
* duplicate render by using value cache key ([031a89a](https://github.com/muxinc/elements/commit/031a89a0d8a46d715b9ad778a732b720c7694ab5)), closes [#517](https://github.com/muxinc/elements/issues/517)
|
|
330
|
+
* upgrade MC v0.16.1 ([#513](https://github.com/muxinc/elements/issues/513)) ([72da7a1](https://github.com/muxinc/elements/commit/72da7a1e77b6c8ed095785013c644888dcb2a8f8))
|
|
331
|
+
* upgrade Media Chrome v0.16.2 ([5db98fb](https://github.com/muxinc/elements/commit/5db98fbc4d0e390858934c7f7cdf7da4442e2d02))
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
### Features
|
|
335
|
+
|
|
336
|
+
* allow video, audio and player elements to get any metadata-* attrs set ([#501](https://github.com/muxinc/elements/issues/501)) ([8ee139d](https://github.com/muxinc/elements/commit/8ee139d2bbd08e1e3c08d047f870c1dcf01dac7e))
|
|
337
|
+
* implement Media Chrome HTML based theme ([#498](https://github.com/muxinc/elements/issues/498)) ([d83501a](https://github.com/muxinc/elements/commit/d83501ac3ddb4661f34f5e7526e93af525035190))
|
|
338
|
+
* Remove experimentalCmcd and add none to preferCmcd. Update secret docs. ([2656631](https://github.com/muxinc/elements/commit/2656631968f2b7e97a07d435818ee43c16627002))
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
# [1.4.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.3.0...@mux/mux-player@1.4.0) (2022-11-21)
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
### Features
|
|
348
|
+
|
|
349
|
+
* first iteration on player design update ([#486](https://github.com/muxinc/elements/issues/486)) ([a2befb5](https://github.com/muxinc/elements/commit/a2befb53200df08c40a79d7ed84e267cd1279648))
|
|
350
|
+
* **mux-player:** Add prefer cmcd attr and prop. ([308e9a7](https://github.com/muxinc/elements/commit/308e9a7c879594edbe2d4f4ffe462c7efb53299f))
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
# [1.3.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.2.0...@mux/mux-player@1.3.0) (2022-10-25)
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
### Bug Fixes
|
|
360
|
+
|
|
361
|
+
* check JWT before setting poster and storyboard urls ([3c3d5c5](https://github.com/muxinc/elements/commit/3c3d5c5c2d16a75b3ab7ce82447d6973578ed3e9))
|
|
362
|
+
* don't register prop --controls-backdrop-color ([#480](https://github.com/muxinc/elements/issues/480)) ([b820a14](https://github.com/muxinc/elements/commit/b820a14656444b49ed6c0a59fede7327da76936c))
|
|
363
|
+
* update to media-chrome 0.15.0 ([#483](https://github.com/muxinc/elements/issues/483)) ([71f51ab](https://github.com/muxinc/elements/commit/71f51ab501085a65e5a01eb1edca2f8bdbddaf6a))
|
|
364
|
+
* update to media-chrome 0.15.1 ([#484](https://github.com/muxinc/elements/issues/484)) ([fdc5c7a](https://github.com/muxinc/elements/commit/fdc5c7ada514fd5c417b1adbb6b4d538aa2bc580))
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
### Features
|
|
368
|
+
|
|
369
|
+
* add storyboard getter on player ([26c3a7c](https://github.com/muxinc/elements/commit/26c3a7c3fd85c43537e7a2b6578c51a631c15b13))
|
|
370
|
+
* conditionally use title for title metadata ([#475](https://github.com/muxinc/elements/issues/475)) ([63166a4](https://github.com/muxinc/elements/commit/63166a4be93e3eceb211f2c1973f324416af3985))
|
|
371
|
+
* **mux-player:** Add disable cookies attr and prop. ([d8cbe69](https://github.com/muxinc/elements/commit/d8cbe69645f9215d63a54b6cfbc4abb8bf6c45f0))
|
|
372
|
+
* **mux-player:** Expose and propagate experimental cmcd prop and attr. ([dbcf85a](https://github.com/muxinc/elements/commit/dbcf85a5e687ad36c410c36042a224361942ed9b))
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
# [1.2.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.1.3...@mux/mux-player@1.2.0) (2022-10-19)
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
### Bug Fixes
|
|
382
|
+
|
|
383
|
+
* playbackRate not working on mux-player-react ([#470](https://github.com/muxinc/elements/issues/470)) ([e2c64b6](https://github.com/muxinc/elements/commit/e2c64b60bb53a66101004ed198f9bb1a08630eb2))
|
|
384
|
+
* should have focus outline on dialog's close button ([#472](https://github.com/muxinc/elements/issues/472)) ([da33141](https://github.com/muxinc/elements/commit/da33141ba4a518a1843fc75c8e69ed24de5d00f1))
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
### Features
|
|
388
|
+
|
|
389
|
+
* **mux-player:** Add type-compliant seekable prop to video-api. ([587266a](https://github.com/muxinc/elements/commit/587266a2a517875a509fa8540f606ee81c2d6c0a))
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
## [1.1.3](https://github.com/muxinc/elements/compare/@mux/mux-player@1.1.2...@mux/mux-player@1.1.3) (2022-10-12)
|
|
396
|
+
|
|
397
|
+
**Note:** Version bump only for package @mux/mux-player
|
|
398
|
+
|
|
399
|
+
## [1.1.2](https://github.com/muxinc/elements/compare/@mux/mux-player@1.1.1...@mux/mux-player@1.1.2) (2022-10-10)
|
|
400
|
+
|
|
401
|
+
### Bug Fixes
|
|
402
|
+
|
|
403
|
+
- update to media-chrome 0.14.0 ([#457](https://github.com/muxinc/elements/issues/457)) ([0fd7078](https://github.com/muxinc/elements/commit/0fd70788aed4ddabfb821abc3bd0e101bd27a1b9))
|
|
404
|
+
|
|
405
|
+
## [1.1.1](https://github.com/muxinc/elements/compare/@mux/mux-player@1.1.0...@mux/mux-player@1.1.1) (2022-10-07)
|
|
406
|
+
|
|
407
|
+
**Note:** Version bump only for package @mux/mux-player
|
|
408
|
+
|
|
409
|
+
# [1.1.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.0.0...@mux/mux-player@1.1.0) (2022-10-07)
|
|
410
|
+
|
|
411
|
+
### Bug Fixes
|
|
412
|
+
|
|
413
|
+
- turn off backdrop color when controls are disabled ([#451](https://github.com/muxinc/elements/issues/451)) ([f0d97b3](https://github.com/muxinc/elements/commit/f0d97b3db1e6ec2a4e90311d9416b27d87d60769))
|
|
414
|
+
|
|
415
|
+
### Features
|
|
416
|
+
|
|
417
|
+
- add ability to unset poster ([#447](https://github.com/muxinc/elements/issues/447)) ([d61e295](https://github.com/muxinc/elements/commit/d61e295952d59ba42ad077c4a2b7fb3bb0d7079c))
|
|
418
|
+
|
|
419
|
+
# [1.0.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.0.0-beta.0...@mux/mux-player@1.0.0) (2022-10-05)
|
|
420
|
+
|
|
421
|
+
### Bug Fixes
|
|
422
|
+
|
|
423
|
+
- chrome caption positioning workaround with a timer ([#438](https://github.com/muxinc/elements/issues/438)) ([5f3d921](https://github.com/muxinc/elements/commit/5f3d9210df3d109da752664878e7be0c15e50cfc))
|
|
424
|
+
- disable all controls when the dialog is open ([09579cb](https://github.com/muxinc/elements/commit/09579cb32becab5b225cdb4e7e4ab29da460d277))
|
|
425
|
+
- hide fullscreen button when fullscreen is unavailable ([#410](https://github.com/muxinc/elements/issues/410)) ([e1446a7](https://github.com/muxinc/elements/commit/e1446a77594a0872c776359d730da0103d21a209))
|
|
426
|
+
- ignore Safari for captions movement. ([#404](https://github.com/muxinc/elements/issues/404)) ([bbf1e00](https://github.com/muxinc/elements/commit/bbf1e0073773113742f9853be803834c590d78c3))
|
|
427
|
+
- mux-player audio height bugs ([75139a1](https://github.com/muxinc/elements/commit/75139a145ffe70547c7a664ad4191ce43cd41bbe))
|
|
428
|
+
- **mux-player:** Add missing setter for defaultHiddenCaptions prop. ([4d047cd](https://github.com/muxinc/elements/commit/4d047cd822137d76725803913ccd1e77aa19f89a))
|
|
429
|
+
- **mux-player:** Clean up crossOrigin and playsInline usage while respecting defaults/availability. ([457672f](https://github.com/muxinc/elements/commit/457672f3fd317043093b7bb6a13da2568013e597))
|
|
430
|
+
- **mux-player:** Start making VideoApiElement conform to HTMLVideoElement interface. ([bbcf8e3](https://github.com/muxinc/elements/commit/bbcf8e3db083873c1d677e02bf7efe6ec8c14353))
|
|
431
|
+
- playback-id or src nil value ([#430](https://github.com/muxinc/elements/issues/430)) ([8133d8a](https://github.com/muxinc/elements/commit/8133d8ad26fd769c6882260b62828743794e4a60))
|
|
432
|
+
- preload property in mux-player ([#435](https://github.com/muxinc/elements/issues/435)) ([1920ab8](https://github.com/muxinc/elements/commit/1920ab8bbdf878f31d409e9fad222f9d3ea91e11))
|
|
433
|
+
- src unloading ([#400](https://github.com/muxinc/elements/issues/400)) ([ef4d97e](https://github.com/muxinc/elements/commit/ef4d97e2ee0273e85af7c2c2911f685deaf62d9e))
|
|
434
|
+
- swap title property setting ([1cd50e9](https://github.com/muxinc/elements/commit/1cd50e9061b304456d8b878d28e901293df4f351))
|
|
435
|
+
- update to media-chrome 0.11.0 ([#415](https://github.com/muxinc/elements/issues/415)) ([54d3dbc](https://github.com/muxinc/elements/commit/54d3dbcb7e90c1b60621186251df3d6da594bc25))
|
|
436
|
+
- update to media-chrome 0.11.1 ([#417](https://github.com/muxinc/elements/issues/417)) ([1271fb4](https://github.com/muxinc/elements/commit/1271fb4149a4749adab261dc84533a05d12a7348))
|
|
437
|
+
- use CSS.registerProperty on vars to declare them as colors ([#441](https://github.com/muxinc/elements/issues/441)) ([1d0da91](https://github.com/muxinc/elements/commit/1d0da916d0906a296118b1b8fdc9c0dc0e0081e8))
|
|
438
|
+
|
|
439
|
+
### Features
|
|
440
|
+
|
|
441
|
+
- add `prefer-playback` attribute ([#402](https://github.com/muxinc/elements/issues/402)) ([8da36d6](https://github.com/muxinc/elements/commit/8da36d6b597ddbc4ae006873fee13a971b7ec2f3))
|
|
442
|
+
- default width: 100% in shadowDOM lets see if this has any bad side-effects ([#413](https://github.com/muxinc/elements/issues/413)) ([2062709](https://github.com/muxinc/elements/commit/2062709684459f34e6159fb0ac23b7fd7b513c53))
|
|
443
|
+
- disable some controls when there isn't a playback-id ([#416](https://github.com/muxinc/elements/issues/416)) ([630df7c](https://github.com/muxinc/elements/commit/630df7c104c6e0a994b3f1e93e3c150063589c74))
|
|
444
|
+
- remove deprecated .hls and .video props ([#408](https://github.com/muxinc/elements/issues/408)) ([2bd4861](https://github.com/muxinc/elements/commit/2bd48618d1b59d054e470ce9011c5c2f4904f8b6))
|
|
445
|
+
|
|
446
|
+
### BREAKING CHANGES
|
|
447
|
+
|
|
448
|
+
- remove deprecated .hls and .video props.
|
|
449
|
+
|
|
450
|
+
# [1.0.0-beta.0](https://github.com/muxinc/elements/compare/@mux/mux-player@0.1.0-beta.27...@mux/mux-player@1.0.0-beta.0) (2022-09-16)
|
|
451
|
+
|
|
452
|
+
### Bug Fixes
|
|
453
|
+
|
|
454
|
+
- Add exportparts to mux-player so we can style nested video ([#392](https://github.com/muxinc/elements/issues/392)) ([db107c1](https://github.com/muxinc/elements/commit/db107c136b926af871dfb21d009f426fdd6c0736))
|
|
455
|
+
- audio and nohotkeys props not being removed when set to false ([#383](https://github.com/muxinc/elements/issues/383)) ([671b9a9](https://github.com/muxinc/elements/commit/671b9a9b80b6876c7d1c9c8589a62eea033755a5))
|
|
456
|
+
- don't throw an error when removing tokens or playback id ([71db6b8](https://github.com/muxinc/elements/commit/71db6b8816036eba8f0601e7a76c282e1bba019b))
|
|
457
|
+
- template parts issue ([#371](https://github.com/muxinc/elements/issues/371)) ([6c5a124](https://github.com/muxinc/elements/commit/6c5a1243bce50fc8ee9ab841cae3fa35243ee686))
|
|
458
|
+
- types for testing ([8fe0851](https://github.com/muxinc/elements/commit/8fe0851c13261f558c5c551bd542ccfdcdd81fac))
|
|
459
|
+
- update PlaybackEngine types ([1873781](https://github.com/muxinc/elements/commit/187378165a83e70d62bd5ba954b4986d0ae50738))
|
|
460
|
+
- update to media-chrome 0.10.2 ([#377](https://github.com/muxinc/elements/issues/377)) ([15d148e](https://github.com/muxinc/elements/commit/15d148e82431352415a4ae701d30ce271c3521d7))
|
|
461
|
+
- update to media-chrome 0.10.4 ([#391](https://github.com/muxinc/elements/issues/391)) ([885b1d4](https://github.com/muxinc/elements/commit/885b1d431b46ca05f8e9430cbf546d0e531afeed))
|
|
462
|
+
- vertical alignment of UI controls ([#394](https://github.com/muxinc/elements/issues/394)) ([add2d56](https://github.com/muxinc/elements/commit/add2d569f93bcddf48b44d6460c1cfcad58a717f))
|
|
463
|
+
|
|
464
|
+
### Features
|
|
465
|
+
|
|
466
|
+
- add --controls-backdrop-color CSS var to allow changing the backdrop color ([#353](https://github.com/muxinc/elements/issues/353)) ([1ba84a2](https://github.com/muxinc/elements/commit/1ba84a2b7d209c1a3b45bd934a8d67044712a1a9))
|
|
467
|
+
- export gesture-layer as a part ([89e90ee](https://github.com/muxinc/elements/commit/89e90ee3268da23c8071fc9cd2f21efc534f1849)), closes [#379](https://github.com/muxinc/elements/issues/379)
|
|
468
|
+
|
|
469
|
+
# [0.1.0-beta.27](https://github.com/muxinc/elements/compare/@mux/mux-player@0.1.0-beta.26...@mux/mux-player@0.1.0-beta.27) (2022-08-31)
|
|
470
|
+
|
|
471
|
+
### Bug Fixes
|
|
472
|
+
|
|
473
|
+
- add rest of block controlslist attr values ([e19a88f](https://github.com/muxinc/elements/commit/e19a88f877d3344e60b0f1e4a3bf225d5f767ac5))
|
|
474
|
+
- add top and bottom parts to elements ([66072f6](https://github.com/muxinc/elements/commit/66072f6c4695af03f24e21b4eaa982bdd8907855))
|
|
475
|
+
- AttributeTokenList attribute bug on removal ([48bc25e](https://github.com/muxinc/elements/commit/48bc25ec237ed9f11cf39f51643cb502431cab21))
|
|
476
|
+
- **mux-player:** Add font sizes to title for different permutations. ([33374fa](https://github.com/muxinc/elements/commit/33374fa15213656df28116ca9768f2ab4501cb7c))
|
|
477
|
+
- **mux-player:** Extra type safety, because tests are confused. ([391c61e](https://github.com/muxinc/elements/commit/391c61e08fe102d136bf7a23c1068edc3bc4f1e8))
|
|
478
|
+
- **mux-player:** Re-add poster to theme template (lost in rebase merge). ([2b7d84c](https://github.com/muxinc/elements/commit/2b7d84c630b5835415dcdd5abe0dd1d3414a9e24))
|
|
479
|
+
- **mux-player:** Update live indicator position per new designs. ([3e7faa6](https://github.com/muxinc/elements/commit/3e7faa604d4d4a902ffb4242f0618c261ebb0ee5))
|
|
480
|
+
- **mux-player:** Use css vars in theme to hide unavailable controls. ([43b2e82](https://github.com/muxinc/elements/commit/43b2e820cca464086abc9fdfa1f70b2e555c1cbc))
|
|
481
|
+
- **mux-player:** Use css vars in theme to hide unavailable controls. ([4be4c1f](https://github.com/muxinc/elements/commit/4be4c1fb29730892e00fecebce7cce30b0ff3895))
|
|
482
|
+
- polyfills mutating global ([#355](https://github.com/muxinc/elements/issues/355)) ([71d18a4](https://github.com/muxinc/elements/commit/71d18a427f0171bb214a0df7c1425d3d1bddc47a))
|
|
483
|
+
|
|
484
|
+
### Features
|
|
485
|
+
|
|
486
|
+
- add foundation of controlsList logic ([c8e39b3](https://github.com/muxinc/elements/commit/c8e39b3d81e54445c3b9b25bb30ec99ab8b35c18))
|
|
487
|
+
- Add hotkeys blocklist and turn off hotkey seeking when any live ([#341](https://github.com/muxinc/elements/issues/341)) ([ce76b1b](https://github.com/muxinc/elements/commit/ce76b1b5955179c929c91de97c06a2839990c509)), closes [#336](https://github.com/muxinc/elements/issues/336)
|
|
488
|
+
- **mux-player, mux-player-react:** make hide-duration a controlsList value. ([cb3b2f2](https://github.com/muxinc/elements/commit/cb3b2f27b804878e5a223893cc6fc75dac0a4572))
|
|
489
|
+
- **mux-player:** Add delimiter for live + title case. ([8881274](https://github.com/muxinc/elements/commit/8881274dfe4d29fc7304ceacf7de3fb855802956))
|
|
490
|
+
- **mux-player:** Add Media Chrome poster to player theme. ([29ed915](https://github.com/muxinc/elements/commit/29ed915a5afcbaf55e05763d1fc422694d27fb22))
|
|
491
|
+
- **mux-player:** Add support for configurable playbackrates. Update types to use a generic component type. ([6b7b608](https://github.com/muxinc/elements/commit/6b7b6085ce9132e01b4b86cd92435adbb43efa84))
|
|
492
|
+
- **mux-player:** Add support for hiding the duration display. ([bba5063](https://github.com/muxinc/elements/commit/bba506347a9e50d2fd47b38b2e46e1e6684cce51))
|
|
493
|
+
- **mux-player:** Add support for showing remaining time by default. ([7e24c97](https://github.com/muxinc/elements/commit/7e24c97e4b1174fcee9ff425e1b601dd7821fb02))
|
|
494
|
+
- **mux-player:** Add title UI to Mux Player. ([2fb5ff2](https://github.com/muxinc/elements/commit/2fb5ff2f261037815c1aa874f3848ee9107a6e2b))
|
|
495
|
+
- use CSS vars to toggle off elements ([#349](https://github.com/muxinc/elements/issues/349)) ([69128d6](https://github.com/muxinc/elements/commit/69128d62ee1a9e5139d8fab3b5faf56e494dfa8b))
|
|
496
|
+
|
|
497
|
+
# [0.1.0-beta.26](https://github.com/muxinc/elements/compare/@mux/mux-player@0.1.0-beta.25...@mux/mux-player@0.1.0-beta.26) (2022-08-03)
|
|
498
|
+
|
|
499
|
+
### Bug Fixes
|
|
500
|
+
|
|
501
|
+
- update stream-type values in warning log ([d995694](https://github.com/muxinc/elements/commit/d995694966d877097c63e23c7425097f5c50e259))
|
|
502
|
+
|
|
503
|
+
# [0.1.0-beta.25](https://github.com/muxinc/elements/compare/@mux/mux-player@0.1.0-beta.24...@mux/mux-player@0.1.0-beta.25) (2022-08-02)
|
|
504
|
+
|
|
505
|
+
### Bug Fixes
|
|
506
|
+
|
|
507
|
+
- move nohotkeys type to more appropriate place ([49f9c4e](https://github.com/muxinc/elements/commit/49f9c4e4d43f463aa4960a40c94e715d86c4304b))
|
|
508
|
+
- **mux-player:** Account for attr vs. 'prop' naming overlap in state propogation. ([5c05af8](https://github.com/muxinc/elements/commit/5c05af8c257806662bc6402baba03b7090cbe699))
|
|
509
|
+
|
|
510
|
+
### Features
|
|
511
|
+
|
|
512
|
+
- add CSS parts for controls ([#310](https://github.com/muxinc/elements/issues/310)) ([e28c71e](https://github.com/muxinc/elements/commit/e28c71eed11423951dbac9faf2518ca7cbb2f9e2))
|
|
513
|
+
- nohotkeys prop, only use the template ([4cde791](https://github.com/muxinc/elements/commit/4cde791a4664b11501ad48125bd5ed80e3970ff0))
|
|
514
|
+
- support media-chrome keyboard shortcuts, use nohotkeys to turn off ([b8ed7f5](https://github.com/muxinc/elements/commit/b8ed7f5180aab60bb896842fb7037bce0069ad2c))
|
|
515
|
+
- upgrade to media-chrome 0.9.0 ([f257e0d](https://github.com/muxinc/elements/commit/f257e0d6583de19d0f29859b512e12654f235f3a))
|
|
516
|
+
|
|
517
|
+
# [0.1.0-beta.24](https://github.com/muxinc/elements/compare/@mux/mux-player@0.1.0-beta.23...@mux/mux-player@0.1.0-beta.24) (2022-07-21)
|
|
518
|
+
|
|
519
|
+
### Bug Fixes
|
|
520
|
+
|
|
521
|
+
- add Mux flavor cast icon & fix xs size bug ([#299](https://github.com/muxinc/elements/issues/299)) ([8374ff1](https://github.com/muxinc/elements/commit/8374ff17e294cbe3ad899749ab0361b78ffe0274))
|
|
522
|
+
- **mux-player:** Clean up how metadata is set from mux-player to underlying mux-video element. Force upgrades and init when setting metadata. ([d3b2347](https://github.com/muxinc/elements/commit/d3b2347b1d4d7ebbbd882879f69e9d082f12dd80))
|
|
523
|
+
- upgrade MC to v0.8.0 and adjust time range styles ([#294](https://github.com/muxinc/elements/issues/294)) ([030fdc6](https://github.com/muxinc/elements/commit/030fdc649517a538fc89c5b3d9edca42e58634ef))
|
|
524
|
+
- upgrade MC v0.8.1 ([#298](https://github.com/muxinc/elements/issues/298)) ([fc4a74c](https://github.com/muxinc/elements/commit/fc4a74cfaadf90ee8d4ed89751755d56e77df79e))
|
|
525
|
+
|
|
526
|
+
### Features
|
|
527
|
+
|
|
528
|
+
- add ability to choose a Media Theme via attribute ([#269](https://github.com/muxinc/elements/issues/269)) ([77d0386](https://github.com/muxinc/elements/commit/77d0386606d5ecccb7c322ce487c9287d16374fd))
|
|
529
|
+
- add defaultMuted, defaultPlaybackRate props ([#252](https://github.com/muxinc/elements/issues/252)) ([1a72165](https://github.com/muxinc/elements/commit/1a7216545cba27b34bc743cf5dd6225d4dcae738))
|
|
530
|
+
- **mux-player:** Add textTracks prop alongside add/remove tracks methods. ([c041a72](https://github.com/muxinc/elements/commit/c041a72ce414fc52fcd90e22cc7730ef2e349c31))
|
|
531
|
+
- **playback-core, mux-player:** Add support to removeTextTrack. Remove all identified tracks on hls destroy. Add methods to mux-player. ([d090b06](https://github.com/muxinc/elements/commit/d090b060a8b8b3772e74762176af9881299bf894))
|
|
532
|
+
|
|
533
|
+
# [0.1.0-beta.23](https://github.com/muxinc/elements/compare/@mux/mux-player@0.1.0-beta.22...@mux/mux-player@0.1.0-beta.23) (2022-07-11)
|
|
534
|
+
|
|
535
|
+
**Note:** Version bump only for package @mux/mux-player
|
|
536
|
+
|
|
537
|
+
# [0.1.0-beta.22](https://github.com/muxinc/elements/compare/@mux/mux-player@0.1.0-beta.21...@mux/mux-player@0.1.0-beta.22) (2022-07-05)
|
|
538
|
+
|
|
539
|
+
**Note:** Version bump only for package @mux/mux-player
|
|
540
|
+
|
|
541
|
+
# 0.1.0-beta.21 (2022-07-05)
|
|
542
|
+
|
|
543
|
+
### Bug Fixes
|
|
544
|
+
|
|
545
|
+
- add an error if a token is provided via the playback ID ([d09446d](https://github.com/muxinc/elements/commit/d09446d6da3dc3b332db031336c97ee9349ac9f1))
|
|
546
|
+
- add patched template-parts fork ([b200e9f](https://github.com/muxinc/elements/commit/b200e9fcdff9cf5757ec646c8833e742e329afa0))
|
|
547
|
+
- attrs not available in constructor ([#240](https://github.com/muxinc/elements/issues/240)) ([add468a](https://github.com/muxinc/elements/commit/add468a0fc93ddfb745dfbc60a08e8a9120621be))
|
|
548
|
+
- bump LIVE_SEGMENT_SECS to 5 ([3fdf72d](https://github.com/muxinc/elements/commit/3fdf72d0e1322571aa18e8de74649f0dce5ae7b9))
|
|
549
|
+
- bump media-chrome dep for fullscreen bugfix ([7ba458c](https://github.com/muxinc/elements/commit/7ba458ca38d29d2a0c9d4dd8a950bb3cd394c543))
|
|
550
|
+
- child custom element mux-video upgraded after mux-player ([#171](https://github.com/muxinc/elements/issues/171)) ([9db8037](https://github.com/muxinc/elements/commit/9db8037f379132307727941f82a736d55e76b4e5))
|
|
551
|
+
- clear some state on playbackId change ([#174](https://github.com/muxinc/elements/issues/174)) ([af0738e](https://github.com/muxinc/elements/commit/af0738ea5ae5a75861f75fc2ae3809ada735f3e2))
|
|
552
|
+
- clear state on other src related attrs ([17e75e7](https://github.com/muxinc/elements/commit/17e75e78d9b14c913138c2d181d279a58ef98832))
|
|
553
|
+
- custom video events handling ([#203](https://github.com/muxinc/elements/issues/203)) ([a909f89](https://github.com/muxinc/elements/commit/a909f89a69ee0d4b67e9d9371ac0f80984016181))
|
|
554
|
+
- devLog links to GH base URL ([022f69f](https://github.com/muxinc/elements/commit/022f69fca5624399e67ea9bb5ce1b2b2929979d6))
|
|
555
|
+
- don't shift captions on iphones ([a4ae5f1](https://github.com/muxinc/elements/commit/a4ae5f1df0ce030f1ffedd74972873ff0f600483))
|
|
556
|
+
- don't shift captions on live, unless secondary color is set ([b474980](https://github.com/muxinc/elements/commit/b4749806ba1ec082fb21642edae9e963e9287643))
|
|
557
|
+
- enable cast docs + cast fix ([#253](https://github.com/muxinc/elements/issues/253)) ([421d515](https://github.com/muxinc/elements/commit/421d515cc4700cf9d7ca4f0d09aa600ec4adac7b))
|
|
558
|
+
- fullscreen controls layout ([#208](https://github.com/muxinc/elements/issues/208)) ([7bda89d](https://github.com/muxinc/elements/commit/7bda89de57e540e31f92a6b51f7379c94aad983d))
|
|
559
|
+
- get polyfill from playback core in mux-player ([ec053f9](https://github.com/muxinc/elements/commit/ec053f90f6b7e3ccf0dd6bdd9034cbe8ead0d593))
|
|
560
|
+
- importing castable-video ([44cbb2f](https://github.com/muxinc/elements/commit/44cbb2f26290952ac8d3fe51a1d933352b0b9134))
|
|
561
|
+
- keep .hls but have it log a warning saying to use .\_hls ([11e6c10](https://github.com/muxinc/elements/commit/11e6c102a7e238bc8104c52ae9b94e7e3c2c7e19))
|
|
562
|
+
- keep mux-player#video for backward compatibility ([ddf3c6e](https://github.com/muxinc/elements/commit/ddf3c6eccb0011a42774133ec0a646d84d463f53))
|
|
563
|
+
- lower captions offset for safari ([2f97a45](https://github.com/muxinc/elements/commit/2f97a452397ee276235a55d1deb29c8f0f4d2975))
|
|
564
|
+
- make height larger for touch temporarily ([86aaa84](https://github.com/muxinc/elements/commit/86aaa849340ff3a5acdc758f2a3a8fc6065e314e))
|
|
565
|
+
- make mux-player size based on video element ([#185](https://github.com/muxinc/elements/issues/185)) ([e4af9a8](https://github.com/muxinc/elements/commit/e4af9a885720f172837eb20ea49dc96bf66a77be))
|
|
566
|
+
- make mux-video errors more uniform, fix async ([#183](https://github.com/muxinc/elements/issues/183)) ([0ea4dc3](https://github.com/muxinc/elements/commit/0ea4dc3beafc7d8a6c5078087d14f3f4bac5dda7))
|
|
567
|
+
- move hasPlayed into mux-player ([62bcd07](https://github.com/muxinc/elements/commit/62bcd076612a02f4d449ebe1ad0d34c8d8106942))
|
|
568
|
+
- **mux-player:** Add cc btn to Vod XS chrome. ([#249](https://github.com/muxinc/elements/issues/249)) ([cf4ebe0](https://github.com/muxinc/elements/commit/cf4ebe0051c22223bcb50b0f8e2fc9a71b015ff0))
|
|
569
|
+
- **mux-player:** Add support for event handlers to template parts processing. ([704d2e3](https://github.com/muxinc/elements/commit/704d2e34dacdb68316ead85a2dd494475de72732))
|
|
570
|
+
- **mux-player:** adding test for metadata attrs. ([a460566](https://github.com/muxinc/elements/commit/a4605661fabb33a178bb3244b1411c63bf1e1148))
|
|
571
|
+
- **mux-player:** don't fire the closed event twice per close on the dialog WC. ([0231b1a](https://github.com/muxinc/elements/commit/0231b1a950fe6eb476ce8bcd3ce4d49cee97e0c9))
|
|
572
|
+
- **mux-player:** Ensure that the externally set poster attr is used iff it's set. ([e761073](https://github.com/muxinc/elements/commit/e76107359375de8e7db41cf3762734fa98c9d543))
|
|
573
|
+
- **mux-player:** Make sure internal state monitoring setup happens after relevant elements exist. ([43e9566](https://github.com/muxinc/elements/commit/43e956678b7e1b8da3e95144b7d9f6f3d2cb99d5))
|
|
574
|
+
- **mux-player:** metadata fields should be set based on 'external'/attr values in mux-player. ([bd474b6](https://github.com/muxinc/elements/commit/bd474b658931afb0ea9f3f1585ba3142d22bd503))
|
|
575
|
+
- **mux-player:** temp fix conditional render bug ([73534dc](https://github.com/muxinc/elements/commit/73534dc476d901e916734044834c71130a6de73e))
|
|
576
|
+
- **mux-player:** Update theme css to better account for audio vs. non-audio styling. ([81aa045](https://github.com/muxinc/elements/commit/81aa045be8a80e38b9da39800d1ae03cd806412e))
|
|
577
|
+
- **mux-player:** upgrade Media Chrome to 0.6.5 ([45415e6](https://github.com/muxinc/elements/commit/45415e63bbf8b6f7b115231022f06d3805da051e))
|
|
578
|
+
- **mux-player:** Use onclose event handler in template. Clear errors onclose. ([1eca0ef](https://github.com/muxinc/elements/commit/1eca0efb32b74f82c67be4f9ac0f3bc5dfbf7839))
|
|
579
|
+
- playback core should handle seek to live on first play ([805070a](https://github.com/muxinc/elements/commit/805070a7a4cb7158180710ecf85bf54bdb1f9280))
|
|
580
|
+
- point pkgjson#browser at mjs build for webpack 4 ([#191](https://github.com/muxinc/elements/issues/191)) ([a73a495](https://github.com/muxinc/elements/commit/a73a4951052bfc77cc24667b9bc0a05efbcbb355))
|
|
581
|
+
- prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
|
|
582
|
+
- prevent dialog from focus if outside player ([#196](https://github.com/muxinc/elements/issues/196)) ([6c73219](https://github.com/muxinc/elements/commit/6c732198b08f11162f7ee8c4345344b4c050a60f))
|
|
583
|
+
- prevent non-fatal error events propagating ([#179](https://github.com/muxinc/elements/issues/179)) ([2103800](https://github.com/muxinc/elements/commit/2103800b1026653703a67432a9bf80cb2ce5c7ac))
|
|
584
|
+
- primary color should be also used for the text color on controls ([d44da1b](https://github.com/muxinc/elements/commit/d44da1b7e4a11ddf8274a09acf306747a5af42ce))
|
|
585
|
+
- put progress bar above controls ([3f454e0](https://github.com/muxinc/elements/commit/3f454e01f464a74be6bc3c7a14a5920d2ae48623))
|
|
586
|
+
- switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
|
|
587
|
+
- update media-chrome to 0.5.4 ([21e7884](https://github.com/muxinc/elements/commit/21e78840768bad8eeb24d39fa97fcd8cf6ab266a))
|
|
588
|
+
- upgrade Media Chrome v0.6.9 ([#267](https://github.com/muxinc/elements/issues/267)) ([0ec48f7](https://github.com/muxinc/elements/commit/0ec48f79b2cafe2066425a75d95c06fbeb6a236f))
|
|
589
|
+
|
|
590
|
+
### Features
|
|
591
|
+
|
|
592
|
+
- add background color to have sufficient contrast on controls ([#78](https://github.com/muxinc/elements/issues/78)) ([4b47ef0](https://github.com/muxinc/elements/commit/4b47ef0dad9f0f14a6c551547c282c3b3de074bd))
|
|
593
|
+
- add beaconCollectionDomain option to replace beaconDomain ([a44b699](https://github.com/muxinc/elements/commit/a44b699ae3138590b9d953f693f95971694658df))
|
|
594
|
+
- add casting logic without cast-button ([#237](https://github.com/muxinc/elements/issues/237)) ([f7f1fe9](https://github.com/muxinc/elements/commit/f7f1fe9713f8c2dcedb2840f463b5478d6fffca0))
|
|
595
|
+
- add errorTranslator prop & muxVideo.error property ([#195](https://github.com/muxinc/elements/issues/195)) ([3afc2f0](https://github.com/muxinc/elements/commit/3afc2f0af75a5ad8ef00257a4ebc34882ff8c9ab))
|
|
596
|
+
- add media-theme-mux as a replaceable element ([#175](https://github.com/muxinc/elements/issues/175)) ([ee3c186](https://github.com/muxinc/elements/commit/ee3c186433c198a27304577e012b899c1aee44d4))
|
|
597
|
+
- default-hidden-captions to turn off showing captions by default ([#98](https://github.com/muxinc/elements/issues/98)) ([9edc3cd](https://github.com/muxinc/elements/commit/9edc3cd008e47234472b14784ea89493736599cb))
|
|
598
|
+
- **dvr:** Initial effort for DVR support. ([d58d78f](https://github.com/muxinc/elements/commit/d58d78fe6716d21ff03e5edb7d47c73e85ef4c85))
|
|
599
|
+
- Extended autoplay options ([#116](https://github.com/muxinc/elements/issues/116)) ([475e838](https://github.com/muxinc/elements/commit/475e83884f641c578fa601c9501147d485fc1831))
|
|
600
|
+
- Handle inferred mux data env key for custom domain cases. ([eedc19e](https://github.com/muxinc/elements/commit/eedc19e2025844f99909cf3d0751811b55239329))
|
|
601
|
+
- Improve error handling / messaging ([#132](https://github.com/muxinc/elements/issues/132)) ([b1f2dd0](https://github.com/muxinc/elements/commit/b1f2dd0f44ceb75a93f8cf758d6e4258e1366ed5))
|
|
602
|
+
- **mux-player:** Add audio-only support. Update vanilla example for audio use case. ([28c3db1](https://github.com/muxinc/elements/commit/28c3db19afb7b885316c034f1e02499dec472f7d))
|
|
603
|
+
- **mux-player:** Add basic chromes for audio only live & dvr. ([bc7dfdf](https://github.com/muxinc/elements/commit/bc7dfdf78aee96ab12980354384ea36a8e30ff05))
|
|
604
|
+
- **mux-player:** Add basic support for custom video domains. ([d355705](https://github.com/muxinc/elements/commit/d355705511df296c693fbb9f9168a15c34ae0993))
|
|
605
|
+
- **mux-player:** Add chromecast button for audio only chromes. ([3f2462b](https://github.com/muxinc/elements/commit/3f2462b51621a3e077d6e0471963d10cc606dbe8))
|
|
606
|
+
- **mux-player:** Add more seek to live behavior tests. Add event for inLiveWindow change. ([f334328](https://github.com/muxinc/elements/commit/f3343289a29b0c19856addf41fd0c5c1b2081c6a))
|
|
607
|
+
- **mux-player:** Add thumbnail-time support to mux-player. Document attr&prop. Warn when used with thumbnail-token. ([ee235e0](https://github.com/muxinc/elements/commit/ee235e014bd76daee470e21eff2944b9a85c9ac9))
|
|
608
|
+
- **mux-player:** Don't use disabled to toggle seek to live btn functionality. ([14f1f1c](https://github.com/muxinc/elements/commit/14f1f1c7ecd43416363eb43583622ea5732c9072))
|
|
609
|
+
- **mux-player:** minor cleanup for audio only UI. ([909a5ea](https://github.com/muxinc/elements/commit/909a5eaee520c2be982f4d3a139dc6836265d514))
|
|
610
|
+
- **mux-player:** move captions up when controls are showing ([e8d9842](https://github.com/muxinc/elements/commit/e8d9842f5b343fd11965c4fbda96323a6e173e63))
|
|
611
|
+
- **mux-player:** new iteration on error handling ([a89af8a](https://github.com/muxinc/elements/commit/a89af8a0b9400f2e0836e67b813d996636f044c1))
|
|
612
|
+
- **mux-player:** Seek to live button impl with live edge window detection and play on seek/seek on play behavior. ([77c8c5f](https://github.com/muxinc/elements/commit/77c8c5f05c2b22553efc6e627b0b148dded19a42))
|
|
613
|
+
- **mux-player:** use aria-disabled instead of non-standard attr. Add consts/code comments. fix css var. ([8c73f60](https://github.com/muxinc/elements/commit/8c73f602c6745a731f7fafdfdd8567b90db2ccad))
|
|
614
|
+
- only autoplay with the autoplay attribute ([#99](https://github.com/muxinc/elements/issues/99)) ([c6204fb](https://github.com/muxinc/elements/commit/c6204fb03bc78e3b55d09f9e2aa547cd62825633))
|
|
615
|
+
- **player:** Add inLiveWindow getter to player. Start tests for seek to live button behaviors. ([8217a4e](https://github.com/muxinc/elements/commit/8217a4ee4c9e61b570fa506f2b476a570dd78f61))
|
|
616
|
+
- rename .video to .media for consistency with media-chrome ([52c3a1d](https://github.com/muxinc/elements/commit/52c3a1ddef275256d2adc4cc200cb47b1c3023c3))
|
|
617
|
+
- rename hls to \_hls ([2d53bc2](https://github.com/muxinc/elements/commit/2d53bc2517840d65a8fd5e2bb2d979ce8b491116))
|
|
618
|
+
- subtitles for M3U8 playlists, resume session, add cast-button ([#239](https://github.com/muxinc/elements/issues/239)) ([89793d0](https://github.com/muxinc/elements/commit/89793d0f98776252b1a585f605a0af39bd5c22d2))
|
|
619
|
+
- vertical align progress bar and improve second color background ([#235](https://github.com/muxinc/elements/issues/235)) ([37e9eb7](https://github.com/muxinc/elements/commit/37e9eb74339f0f544f5e96e717396a6899446be0))
|
|
620
|
+
|
|
621
|
+
### Reverts
|
|
622
|
+
|
|
623
|
+
- Revert "Publish" ([42fc528](https://github.com/muxinc/elements/commit/42fc528216346ff52d967cec5392a1191f74a1c0))
|
|
624
|
+
- Revert "Add extra small player view w/ only play button" ([db4c1d9](https://github.com/muxinc/elements/commit/db4c1d9a5ebdbcdad3346e77f803749de4f8f913))
|
|
625
|
+
|
|
626
|
+
# [0.1.0-beta.20](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.19...@mux-elements/mux-player@0.1.0-beta.20) (2022-06-23)
|
|
627
|
+
|
|
628
|
+
### Bug Fixes
|
|
629
|
+
|
|
630
|
+
- enable cast docs + cast fix ([#253](https://github.com/muxinc/elements/issues/253)) ([421d515](https://github.com/muxinc/elements/commit/421d515cc4700cf9d7ca4f0d09aa600ec4adac7b))
|
|
631
|
+
- **mux-player:** Add cc btn to Vod XS chrome. ([#249](https://github.com/muxinc/elements/issues/249)) ([cf4ebe0](https://github.com/muxinc/elements/commit/cf4ebe0051c22223bcb50b0f8e2fc9a71b015ff0))
|
|
632
|
+
- **mux-player:** Update theme css to better account for audio vs. non-audio styling. ([81aa045](https://github.com/muxinc/elements/commit/81aa045be8a80e38b9da39800d1ae03cd806412e))
|
|
633
|
+
- upgrade Media Chrome v0.6.9 ([#267](https://github.com/muxinc/elements/issues/267)) ([0ec48f7](https://github.com/muxinc/elements/commit/0ec48f79b2cafe2066425a75d95c06fbeb6a236f))
|
|
634
|
+
|
|
635
|
+
### Features
|
|
636
|
+
|
|
637
|
+
- Handle inferred mux data env key for custom domain cases. ([eedc19e](https://github.com/muxinc/elements/commit/eedc19e2025844f99909cf3d0751811b55239329))
|
|
638
|
+
- **mux-player:** Add basic chromes for audio only live & dvr. ([bc7dfdf](https://github.com/muxinc/elements/commit/bc7dfdf78aee96ab12980354384ea36a8e30ff05))
|
|
639
|
+
- **mux-player:** Add basic support for custom video domains. ([d355705](https://github.com/muxinc/elements/commit/d355705511df296c693fbb9f9168a15c34ae0993))
|
|
640
|
+
- **mux-player:** Add chromecast button for audio only chromes. ([3f2462b](https://github.com/muxinc/elements/commit/3f2462b51621a3e077d6e0471963d10cc606dbe8))
|
|
641
|
+
|
|
642
|
+
# [0.1.0-beta.19](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.18...@mux-elements/mux-player@0.1.0-beta.19) (2022-06-07)
|
|
643
|
+
|
|
644
|
+
### Bug Fixes
|
|
645
|
+
|
|
646
|
+
- importing castable-video ([44cbb2f](https://github.com/muxinc/elements/commit/44cbb2f26290952ac8d3fe51a1d933352b0b9134))
|
|
647
|
+
|
|
648
|
+
# [0.1.0-beta.18](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.17...@mux-elements/mux-player@0.1.0-beta.18) (2022-06-06)
|
|
649
|
+
|
|
650
|
+
### Bug Fixes
|
|
651
|
+
|
|
652
|
+
- attrs not available in constructor ([#240](https://github.com/muxinc/elements/issues/240)) ([add468a](https://github.com/muxinc/elements/commit/add468a0fc93ddfb745dfbc60a08e8a9120621be))
|
|
653
|
+
- don't shift captions on iphones ([a4ae5f1](https://github.com/muxinc/elements/commit/a4ae5f1df0ce030f1ffedd74972873ff0f600483))
|
|
654
|
+
- don't shift captions on live, unless secondary color is set ([b474980](https://github.com/muxinc/elements/commit/b4749806ba1ec082fb21642edae9e963e9287643))
|
|
655
|
+
- lower captions offset for safari ([2f97a45](https://github.com/muxinc/elements/commit/2f97a452397ee276235a55d1deb29c8f0f4d2975))
|
|
656
|
+
|
|
657
|
+
### Features
|
|
658
|
+
|
|
659
|
+
- add casting logic without cast-button ([#237](https://github.com/muxinc/elements/issues/237)) ([f7f1fe9](https://github.com/muxinc/elements/commit/f7f1fe9713f8c2dcedb2840f463b5478d6fffca0))
|
|
660
|
+
- **dvr:** Initial effort for DVR support. ([d58d78f](https://github.com/muxinc/elements/commit/d58d78fe6716d21ff03e5edb7d47c73e85ef4c85))
|
|
661
|
+
- **mux-player:** Add audio-only support. Update vanilla example for audio use case. ([28c3db1](https://github.com/muxinc/elements/commit/28c3db19afb7b885316c034f1e02499dec472f7d))
|
|
662
|
+
- **mux-player:** minor cleanup for audio only UI. ([909a5ea](https://github.com/muxinc/elements/commit/909a5eaee520c2be982f4d3a139dc6836265d514))
|
|
663
|
+
- subtitles for M3U8 playlists, resume session, add cast-button ([#239](https://github.com/muxinc/elements/issues/239)) ([89793d0](https://github.com/muxinc/elements/commit/89793d0f98776252b1a585f605a0af39bd5c22d2))
|
|
664
|
+
- vertical align progress bar and improve second color background ([#235](https://github.com/muxinc/elements/issues/235)) ([37e9eb7](https://github.com/muxinc/elements/commit/37e9eb74339f0f544f5e96e717396a6899446be0))
|
|
665
|
+
|
|
666
|
+
# [0.1.0-beta.17](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.16...@mux-elements/mux-player@0.1.0-beta.17) (2022-05-26)
|
|
667
|
+
|
|
668
|
+
### Bug Fixes
|
|
669
|
+
|
|
670
|
+
- add an error if a token is provided via the playback ID ([d09446d](https://github.com/muxinc/elements/commit/d09446d6da3dc3b332db031336c97ee9349ac9f1))
|
|
671
|
+
|
|
672
|
+
# [0.1.0-beta.16](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.15...@mux-elements/mux-player@0.1.0-beta.16) (2022-05-23)
|
|
673
|
+
|
|
674
|
+
**Note:** Version bump only for package @mux-elements/mux-player
|
|
675
|
+
|
|
676
|
+
# [0.1.0-beta.15](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.14...@mux-elements/mux-player@0.1.0-beta.15) (2022-05-23)
|
|
677
|
+
|
|
678
|
+
### Bug Fixes
|
|
679
|
+
|
|
680
|
+
- **mux-player:** upgrade Media Chrome to 0.6.5 ([45415e6](https://github.com/muxinc/elements/commit/45415e63bbf8b6f7b115231022f06d3805da051e))
|
|
681
|
+
|
|
682
|
+
# [0.1.0-beta.14](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.13...@mux-elements/mux-player@0.1.0-beta.14) (2022-05-20)
|
|
683
|
+
|
|
684
|
+
### Bug Fixes
|
|
685
|
+
|
|
686
|
+
- switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
|
|
687
|
+
|
|
688
|
+
# [0.1.0-beta.13](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.12...@mux-elements/mux-player@0.1.0-beta.13) (2022-05-19)
|
|
689
|
+
|
|
690
|
+
### Bug Fixes
|
|
691
|
+
|
|
692
|
+
- bump LIVE_SEGMENT_SECS to 5 ([3fdf72d](https://github.com/muxinc/elements/commit/3fdf72d0e1322571aa18e8de74649f0dce5ae7b9))
|
|
693
|
+
|
|
694
|
+
# [0.1.0-beta.12](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.11...@mux-elements/mux-player@0.1.0-beta.12) (2022-05-12)
|
|
695
|
+
|
|
696
|
+
### Bug Fixes
|
|
697
|
+
|
|
698
|
+
- bump media-chrome dep for fullscreen bugfix ([7ba458c](https://github.com/muxinc/elements/commit/7ba458ca38d29d2a0c9d4dd8a950bb3cd394c543))
|
|
699
|
+
|
|
700
|
+
# [0.1.0-beta.11](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.10...@mux-elements/mux-player@0.1.0-beta.11) (2022-05-11)
|
|
701
|
+
|
|
702
|
+
### Bug Fixes
|
|
703
|
+
|
|
704
|
+
- **mux-player:** Ensure that the externally set poster attr is used iff it's set. ([e761073](https://github.com/muxinc/elements/commit/e76107359375de8e7db41cf3762734fa98c9d543))
|
|
705
|
+
|
|
706
|
+
### Features
|
|
707
|
+
|
|
708
|
+
- **mux-player:** Add thumbnail-time support to mux-player. Document attr&prop. Warn when used with thumbnail-token. ([ee235e0](https://github.com/muxinc/elements/commit/ee235e014bd76daee470e21eff2944b9a85c9ac9))
|
|
709
|
+
|
|
710
|
+
# [0.1.0-beta.10](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.9...@mux-elements/mux-player@0.1.0-beta.10) (2022-05-10)
|
|
711
|
+
|
|
712
|
+
### Bug Fixes
|
|
713
|
+
|
|
714
|
+
- clear state on other src related attrs ([17e75e7](https://github.com/muxinc/elements/commit/17e75e78d9b14c913138c2d181d279a58ef98832))
|
|
715
|
+
- fullscreen controls layout ([#208](https://github.com/muxinc/elements/issues/208)) ([7bda89d](https://github.com/muxinc/elements/commit/7bda89de57e540e31f92a6b51f7379c94aad983d))
|
|
716
|
+
- make height larger for touch temporarily ([86aaa84](https://github.com/muxinc/elements/commit/86aaa849340ff3a5acdc758f2a3a8fc6065e314e))
|
|
717
|
+
- move hasPlayed into mux-player ([62bcd07](https://github.com/muxinc/elements/commit/62bcd076612a02f4d449ebe1ad0d34c8d8106942))
|
|
718
|
+
- put progress bar above controls ([3f454e0](https://github.com/muxinc/elements/commit/3f454e01f464a74be6bc3c7a14a5920d2ae48623))
|
|
719
|
+
|
|
720
|
+
# [0.1.0-beta.9](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.8...@mux-elements/mux-player@0.1.0-beta.9) (2022-05-03)
|
|
721
|
+
|
|
722
|
+
### Bug Fixes
|
|
723
|
+
|
|
724
|
+
- custom video events handling ([#203](https://github.com/muxinc/elements/issues/203)) ([a909f89](https://github.com/muxinc/elements/commit/a909f89a69ee0d4b67e9d9371ac0f80984016181))
|
|
725
|
+
- keep .hls but have it log a warning saying to use .\_hls ([11e6c10](https://github.com/muxinc/elements/commit/11e6c102a7e238bc8104c52ae9b94e7e3c2c7e19))
|
|
726
|
+
- keep mux-player#video for backward compatibility ([ddf3c6e](https://github.com/muxinc/elements/commit/ddf3c6eccb0011a42774133ec0a646d84d463f53))
|
|
727
|
+
- playback core should handle seek to live on first play ([805070a](https://github.com/muxinc/elements/commit/805070a7a4cb7158180710ecf85bf54bdb1f9280))
|
|
728
|
+
- prevent dialog from focus if outside player ([#196](https://github.com/muxinc/elements/issues/196)) ([6c73219](https://github.com/muxinc/elements/commit/6c732198b08f11162f7ee8c4345344b4c050a60f))
|
|
729
|
+
|
|
730
|
+
### Features
|
|
731
|
+
|
|
732
|
+
- add errorTranslator prop & muxVideo.error property ([#195](https://github.com/muxinc/elements/issues/195)) ([3afc2f0](https://github.com/muxinc/elements/commit/3afc2f0af75a5ad8ef00257a4ebc34882ff8c9ab))
|
|
733
|
+
- add media-theme-mux as a replaceable element ([#175](https://github.com/muxinc/elements/issues/175)) ([ee3c186](https://github.com/muxinc/elements/commit/ee3c186433c198a27304577e012b899c1aee44d4))
|
|
734
|
+
- rename .video to .media for consistency with media-chrome ([52c3a1d](https://github.com/muxinc/elements/commit/52c3a1ddef275256d2adc4cc200cb47b1c3023c3))
|
|
735
|
+
- rename hls to \_hls ([2d53bc2](https://github.com/muxinc/elements/commit/2d53bc2517840d65a8fd5e2bb2d979ce8b491116))
|
|
736
|
+
|
|
737
|
+
# [0.1.0-beta.8](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.7...@mux-elements/mux-player@0.1.0-beta.8) (2022-04-22)
|
|
738
|
+
|
|
739
|
+
### Bug Fixes
|
|
740
|
+
|
|
741
|
+
- point pkgjson#browser at mjs build for webpack 4 ([#191](https://github.com/muxinc/elements/issues/191)) ([a73a495](https://github.com/muxinc/elements/commit/a73a4951052bfc77cc24667b9bc0a05efbcbb355))
|
|
742
|
+
|
|
743
|
+
# [0.1.0-beta.7](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.6...@mux-elements/mux-player@0.1.0-beta.7) (2022-04-18)
|
|
744
|
+
|
|
745
|
+
### Bug Fixes
|
|
746
|
+
|
|
747
|
+
- make mux-player size based on video element ([#185](https://github.com/muxinc/elements/issues/185)) ([e4af9a8](https://github.com/muxinc/elements/commit/e4af9a885720f172837eb20ea49dc96bf66a77be))
|
|
748
|
+
- make mux-video errors more uniform, fix async ([#183](https://github.com/muxinc/elements/issues/183)) ([0ea4dc3](https://github.com/muxinc/elements/commit/0ea4dc3beafc7d8a6c5078087d14f3f4bac5dda7))
|
|
749
|
+
|
|
750
|
+
# [0.1.0-beta.6](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.5...@mux-elements/mux-player@0.1.0-beta.6) (2022-04-13)
|
|
751
|
+
|
|
752
|
+
### Bug Fixes
|
|
753
|
+
|
|
754
|
+
- get polyfill from playback core in mux-player ([ec053f9](https://github.com/muxinc/elements/commit/ec053f90f6b7e3ccf0dd6bdd9034cbe8ead0d593))
|
|
755
|
+
|
|
756
|
+
# [0.1.0-beta.5](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.4...@mux-elements/mux-player@0.1.0-beta.5) (2022-04-12)
|
|
757
|
+
|
|
758
|
+
### Bug Fixes
|
|
759
|
+
|
|
760
|
+
- clear some state on playbackId change ([#174](https://github.com/muxinc/elements/issues/174)) ([af0738e](https://github.com/muxinc/elements/commit/af0738ea5ae5a75861f75fc2ae3809ada735f3e2))
|
|
761
|
+
- **mux-player:** adding test for metadata attrs. ([a460566](https://github.com/muxinc/elements/commit/a4605661fabb33a178bb3244b1411c63bf1e1148))
|
|
762
|
+
- **mux-player:** metadata fields should be set based on 'external'/attr values in mux-player. ([bd474b6](https://github.com/muxinc/elements/commit/bd474b658931afb0ea9f3f1585ba3142d22bd503))
|
|
763
|
+
- prevent non-fatal error events propagating ([#179](https://github.com/muxinc/elements/issues/179)) ([2103800](https://github.com/muxinc/elements/commit/2103800b1026653703a67432a9bf80cb2ce5c7ac))
|
|
764
|
+
|
|
765
|
+
# [0.1.0-beta.4](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.3...@mux-elements/mux-player@0.1.0-beta.4) (2022-04-08)
|
|
766
|
+
|
|
767
|
+
### Bug Fixes
|
|
768
|
+
|
|
769
|
+
- child custom element mux-video upgraded after mux-player ([#171](https://github.com/muxinc/elements/issues/171)) ([9db8037](https://github.com/muxinc/elements/commit/9db8037f379132307727941f82a736d55e76b4e5))
|
|
770
|
+
- primary color should be also used for the text color on controls ([d44da1b](https://github.com/muxinc/elements/commit/d44da1b7e4a11ddf8274a09acf306747a5af42ce))
|
|
771
|
+
|
|
772
|
+
### Features
|
|
773
|
+
|
|
774
|
+
- **mux-player:** Add more seek to live behavior tests. Add event for inLiveWindow change. ([f334328](https://github.com/muxinc/elements/commit/f3343289a29b0c19856addf41fd0c5c1b2081c6a))
|
|
775
|
+
- **mux-player:** Don't use disabled to toggle seek to live btn functionality. ([14f1f1c](https://github.com/muxinc/elements/commit/14f1f1c7ecd43416363eb43583622ea5732c9072))
|
|
776
|
+
- **mux-player:** Seek to live button impl with live edge window detection and play on seek/seek on play behavior. ([77c8c5f](https://github.com/muxinc/elements/commit/77c8c5f05c2b22553efc6e627b0b148dded19a42))
|
|
777
|
+
- **mux-player:** use aria-disabled instead of non-standard attr. Add consts/code comments. fix css var. ([8c73f60](https://github.com/muxinc/elements/commit/8c73f602c6745a731f7fafdfdd8567b90db2ccad))
|
|
778
|
+
- **player:** Add inLiveWindow getter to player. Start tests for seek to live button behaviors. ([8217a4e](https://github.com/muxinc/elements/commit/8217a4ee4c9e61b570fa506f2b476a570dd78f61))
|
|
779
|
+
|
|
780
|
+
# [0.1.0-beta.3](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.2...@mux-elements/mux-player@0.1.0-beta.3) (2022-04-01)
|
|
781
|
+
|
|
782
|
+
### Bug Fixes
|
|
783
|
+
|
|
784
|
+
- devLog links to GH base URL ([022f69f](https://github.com/muxinc/elements/commit/022f69fca5624399e67ea9bb5ce1b2b2929979d6))
|
|
785
|
+
- **mux-player:** Make sure internal state monitoring setup happens after relevant elements exist. ([43e9566](https://github.com/muxinc/elements/commit/43e956678b7e1b8da3e95144b7d9f6f3d2cb99d5))
|
|
786
|
+
|
|
787
|
+
# [0.1.0-beta.2](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.1...@mux-elements/mux-player@0.1.0-beta.2) (2022-04-01)
|
|
788
|
+
|
|
789
|
+
### Bug Fixes
|
|
790
|
+
|
|
791
|
+
- **mux-player:** temp fix conditional render bug ([73534dc](https://github.com/muxinc/elements/commit/73534dc476d901e916734044834c71130a6de73e))
|
|
792
|
+
|
|
793
|
+
### Features
|
|
794
|
+
|
|
795
|
+
- **mux-player:** new iteration on error handling ([a89af8a](https://github.com/muxinc/elements/commit/a89af8a0b9400f2e0836e67b813d996636f044c1))
|
|
796
|
+
|
|
797
|
+
### Reverts
|
|
798
|
+
|
|
799
|
+
- Revert "Publish" ([42fc528](https://github.com/muxinc/elements/commit/42fc528216346ff52d967cec5392a1191f74a1c0))
|
|
800
|
+
|
|
801
|
+
# [0.1.0-beta.1](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.0...@mux-elements/mux-player@0.1.0-beta.1) (2022-03-28)
|
|
802
|
+
|
|
803
|
+
### Bug Fixes
|
|
804
|
+
|
|
805
|
+
- add patched template-parts fork ([b200e9f](https://github.com/muxinc/elements/commit/b200e9fcdff9cf5757ec646c8833e742e329afa0))
|
|
806
|
+
- **mux-player:** Add support for event handlers to template parts processing. ([704d2e3](https://github.com/muxinc/elements/commit/704d2e34dacdb68316ead85a2dd494475de72732))
|
|
807
|
+
- **mux-player:** don't fire the closed event twice per close on the dialog WC. ([0231b1a](https://github.com/muxinc/elements/commit/0231b1a950fe6eb476ce8bcd3ce4d49cee97e0c9))
|
|
808
|
+
- **mux-player:** Use onclose event handler in template. Clear errors onclose. ([1eca0ef](https://github.com/muxinc/elements/commit/1eca0efb32b74f82c67be4f9ac0f3bc5dfbf7839))
|
|
809
|
+
- prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
|
|
810
|
+
- update media-chrome to 0.5.4 ([21e7884](https://github.com/muxinc/elements/commit/21e78840768bad8eeb24d39fa97fcd8cf6ab266a))
|
|
811
|
+
|
|
812
|
+
### Features
|
|
813
|
+
|
|
814
|
+
- add beaconCollectionDomain option to replace beaconDomain ([a44b699](https://github.com/muxinc/elements/commit/a44b699ae3138590b9d953f693f95971694658df))
|
|
815
|
+
- Improve error handling / messaging ([#132](https://github.com/muxinc/elements/issues/132)) ([b1f2dd0](https://github.com/muxinc/elements/commit/b1f2dd0f44ceb75a93f8cf758d6e4258e1366ed5))
|
|
816
|
+
- **mux-player:** move captions up when controls are showing ([e8d9842](https://github.com/muxinc/elements/commit/e8d9842f5b343fd11965c4fbda96323a6e173e63))
|