@wistia/wistia-player 0.7.15 → 0.7.17

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 ADDED
@@ -0,0 +1,1332 @@
1
+ # @wistia/wistia-player
2
+
3
+ ## 0.7.17
4
+
5
+ ### Patch Changes
6
+
7
+ - 9aabd12: Ensure that HLS consumers calling `play` don't throw errors when hls has been torn down
8
+
9
+ ## 0.7.16
10
+
11
+ ### Patch Changes
12
+
13
+ - c92efa7: Fix non-intialized player bug with captions
14
+
15
+ ## 0.7.15
16
+
17
+ ### Patch Changes
18
+
19
+ - b297dfb: Prevent destroyed player controls from rendering during delayed layout updates.
20
+ - a7ef449: Add support for a `<meta name="wistia-host-mode" content="production">` tag.
21
+
22
+ ## 0.7.14
23
+
24
+ ### Patch Changes
25
+
26
+ - 3a55519: Make localization switching work with VPP endpoints.
27
+
28
+ ## 0.7.13
29
+
30
+ ### Patch Changes
31
+
32
+ - 2b4e77d: Expose and type the `playSuspendedOffScreen` embed option on the Aurora player and React wrapper
33
+
34
+ ## 0.7.12
35
+
36
+ ### Patch Changes
37
+
38
+ - 5b1ebb7: Added two-tone focus indicator for player, popower, and big play button
39
+ - fc17836: add checkbox field type to Wistia forms for VOD
40
+
41
+ ## 0.7.11
42
+
43
+ ### Patch Changes
44
+
45
+ - 06fcd03: Support rotateToFullscreen prop in react wrapper
46
+
47
+ ## 0.7.10
48
+
49
+ ### Patch Changes
50
+
51
+ - ad6fd69: When using copy link and thumbnail, avoid copying login-gated pages
52
+ - e0bb35a: Add support for rotateToFullscreen embed option
53
+
54
+ ## 0.7.9
55
+
56
+ ### Patch Changes
57
+
58
+ - 2544d93: Prevent unhandled NetworkError rejections in the customize form preview when a custom font fails to load. Custom fonts with a blank URL are now skipped, and a genuinely unreachable font file falls back to the default font with a console warning instead of throwing.
59
+ - 05a7308: Fix download quality selector for vertical videos
60
+
61
+ ## 0.7.8
62
+
63
+ ### Patch Changes
64
+
65
+ - a50489f: Handle promise rejections when it is impossible to go fullscreen in Safari
66
+ - d9ce544: When disabling audio descriptions, return to the previously playing track rather than original audio.
67
+
68
+ ## 0.7.7
69
+
70
+ ### Patch Changes
71
+
72
+ - 9def612: fix for nested aurora embeds control tab focusing
73
+ - 591c1a5: fix for passwordprotect infinite growth potential on resize safari fix
74
+
75
+ ## 0.7.6
76
+
77
+ ### Patch Changes
78
+
79
+ - 8fda551: fix for replaceWithMedia transitions
80
+ - e3016e1: update turnstile to not cover playerbar
81
+
82
+ ## 0.7.5
83
+
84
+ ### Patch Changes
85
+
86
+ - b8633f7: fix for iframes
87
+
88
+ ## 0.7.4
89
+
90
+ ### Patch Changes
91
+
92
+ - 81c9f74: Release workflow updates
93
+
94
+ ## 0.7.3
95
+
96
+ ### Patch Changes
97
+
98
+ - 4d501ac: add a getter for description
99
+ - c84a2d5: Support custom form embed background color
100
+
101
+ ## 0.7.2
102
+
103
+ ### Patch Changes
104
+
105
+ - beb3894: fix for playhead hovering.
106
+
107
+ ## 0.7.1
108
+
109
+ ### Patch Changes
110
+
111
+ - 056385d: Expose the fitStrategy embed option on the WistiaPlayer web component (getter/setter) and as a prop on wistia-player-react.
112
+
113
+ ## 0.7.0
114
+
115
+ ### Minor Changes
116
+
117
+ - 18f0627: redesigned turnstile forms
118
+
119
+ ## 0.6.22
120
+
121
+ ### Patch Changes
122
+
123
+ - 6c7a755: Fix for contrastIcons setters
124
+
125
+ ## 0.6.21
126
+
127
+ ### Patch Changes
128
+
129
+ - 6520bdb: add wiz.wistia.io dev box support
130
+ - 34418a7: Fix some accessibility bugs related to handling menu focus and open/close state for popover embeds
131
+
132
+ ## 0.6.20
133
+
134
+ ### Patch Changes
135
+
136
+ - c9b9c3b: fix for resuming play when going back into an up state if we were playing when going into a down state
137
+ - 868f637: Add translation strings for various languages.
138
+ - 38140e0: version bump
139
+
140
+ ## 0.6.19
141
+
142
+ ### Patch Changes
143
+
144
+ - 6441310: add a lastSeekInfo to the seeked event payload
145
+
146
+ ## 0.6.18
147
+
148
+ ### Patch Changes
149
+
150
+ - f0f99c8 : Decode percent-encoded wemail query parameter so downstream analytics receives a valid email.
151
+
152
+ ## 0.6.17
153
+
154
+ ### Patch Changes
155
+
156
+ - c5ea40b: increase form submit button text max length
157
+
158
+ ## 0.6.16
159
+
160
+ ### Patch Changes
161
+
162
+ - 459aa66: Add support for openclaw-provisioned devboxes
163
+
164
+ ## 0.6.15
165
+
166
+ ### Patch Changes
167
+
168
+ - 1e6ea07 : Always use contrasting icon color in hover state buttons
169
+ - f8cbb4f: Handle longer cues when both extended audio descriptions and captions are enabled.
170
+ - bb72f04: Fix focus ring style bug with chapters and playbar
171
+
172
+ ## 0.6.14
173
+
174
+ ### Patch Changes
175
+
176
+ - b024db1 : fix(Discover more): unescape html entities in media names
177
+
178
+ ## 0.6.13
179
+
180
+ ### Patch Changes
181
+
182
+ - 632f26b: Update related media poster's thumbnail fit strategy to contain
183
+
184
+ ## 0.6.12
185
+
186
+ ### Patch Changes
187
+
188
+ - 373eb01: Center the content of the related media cards
189
+
190
+ ## 0.6.11
191
+
192
+ ### Patch Changes
193
+
194
+ - 53a35e9: Updating release workflow
195
+ - 6e4cd5f: updates the form plugin to wait for the overlay to be defined before requesting it
196
+ - 4abca83: Updated release workflow
197
+ - 708def2: fix for chapter title centering in the playbar
198
+
199
+ ## 0.6.10
200
+
201
+ ### Patch Changes
202
+
203
+ - a286755: Fix related media plugin's broken onCTAClick custom option
204
+ - be98d15: Update related media card background when player color changes
205
+
206
+ ## 0.6.9
207
+
208
+ ### Patch Changes
209
+
210
+ - 372aa30: Related media plugin uses poster embeds instead of static thumbnails
211
+
212
+ ## 0.6.8
213
+
214
+ ### Patch Changes
215
+
216
+ - 0b8c755: Render a placeholder during loading for autoplay/video thumbnail media
217
+
218
+ ## 0.6.7
219
+
220
+ ### Patch Changes
221
+
222
+ - 8a75943: Updated styles for wistia-related-media
223
+
224
+ ## 0.6.6
225
+
226
+ ### Patch Changes
227
+
228
+ - 1212583: Support contrastIcons in audio player's controls
229
+ - f247629: Ensure expected behavior for form upper and lower text on value clear, refresh form cache after save
230
+
231
+ ## 0.6.5
232
+
233
+ ### Patch Changes
234
+
235
+ - 3c303b9: Remove form auto-focus event listener
236
+
237
+ ## 0.6.4
238
+
239
+ ### Patch Changes
240
+
241
+ - 504d032: fixes for hiding and showing form overlay
242
+
243
+ ## 0.6.3
244
+
245
+ ### Patch Changes
246
+
247
+ - fa95a42: fix issues with form hide/show and display mode changes in customize
248
+
249
+ ## 0.6.2
250
+
251
+ ### Patch Changes
252
+
253
+ - b2fecfb: use form plugin instead of turnstile when both form and turnstile plugins are enabled
254
+
255
+ ## 0.6.1
256
+
257
+ ### Patch Changes
258
+
259
+ - 43be449: fix for captions fetching language code
260
+
261
+ ## 0.6.0
262
+
263
+ ### Minor Changes
264
+
265
+ - 62204d2: adds and updates methods for mediaLanguage / mediaLanguageCode / captionsLanguage / captionsLanguageCode
266
+ - 62204d2: Add language-related API methods
267
+
268
+ ### Patch Changes
269
+
270
+ - b3b849b: allow for viewer preferences to be disabled
271
+
272
+ ## 0.5.1
273
+
274
+ ### Patch Changes
275
+
276
+ - fee280d: Add onCTAClick custom option to related media plugin
277
+ - 2d601eb: Related media plugin can take an embedHost value from the player
278
+
279
+ ## 0.5.0
280
+
281
+ ### Minor Changes
282
+
283
+ - 00768b5: Use Object.hasOwn in plugin checks
284
+
285
+ ### Patch Changes
286
+
287
+ - 93f0aec: loads the correct script in customize preview for the form plugin
288
+ - ffcd9d9: Related media plugin can communicate with customize ui
289
+
290
+ ## 0.4.3
291
+
292
+ ### Patch Changes
293
+
294
+ - 68ba914: improve error handling and guarding for elements requesting fullscreen
295
+ - 6858382: Adding a plugin for gathering Klaviyo exchange ID.
296
+
297
+ ## 0.4.2
298
+
299
+ ### Patch Changes
300
+
301
+ - cbd76a5: use a request animation frame instead of debounce timer for resizing
302
+ - a0022c6: fix some prototype pollution
303
+
304
+ ## 0.4.1
305
+
306
+ ### Patch Changes
307
+
308
+ - 4973399: fix for media data errors not displaying in WistiaPlayer embeds
309
+ - e71502f: Update localStorage format for LiveMediaTracker; add scope to localStorage keys
310
+ - b045c1b: fix for circular json error inside iframes
311
+ - 851407b: prefer nextLevel over currentLevel for quality shifts
312
+
313
+ ## 0.4.0
314
+
315
+ ### Minor Changes
316
+
317
+ - 896d068: updated webpack config which impacts how asynchronous files are loaded
318
+
319
+ ## 0.3.19
320
+
321
+ ### Patch Changes
322
+
323
+ - b3650ee: fix hovering over control bar controls what have a gap with rounded corners
324
+
325
+ ## 0.3.18
326
+
327
+ ### Patch Changes
328
+
329
+ - 1d6d8d0: send focus to first element in dialog when being operated via keyboard
330
+ - a3b933e: fix rounded player outlines in share menu
331
+ - 31bfe35: ensure that loadSource checks Live viability before going live
332
+ - ec79c87: fix for chapters focus outlines
333
+ - f1145a5: add escape key handleds for dialog navigation in accordions and captions settings menus
334
+ - 24d0fbc: provide color sanitization and a default color
335
+
336
+ ## 0.3.17
337
+
338
+ ### Patch Changes
339
+
340
+ - 49791f9: Fix showing duration below big play button
341
+
342
+ ## 0.3.16
343
+
344
+ ### Patch Changes
345
+
346
+ - 2f47db2: Fix icon color in PlayPauseNotifier and PlayPauseLoading controls
347
+ - 7439247: fix for radio group accessibility when using nested web components
348
+
349
+ ## 0.3.15
350
+
351
+ ### Patch Changes
352
+
353
+ - c3cdc21: do not hide the controls when using keyboard navigation
354
+ - 1587697: Fix for turnstiles not showing while aurora player is in fullscreen
355
+ - 4d6f235: Add support for fit-strategy in customize preview
356
+ - 7fed14f: add aria-pressed attribute to the video volume button
357
+ - 4fda57a: Fix sub-pixel rendering issue with rounded corners, and restore thumbnail backgrounds for rounded corners
358
+
359
+ ## 0.3.14
360
+
361
+ ### Patch Changes
362
+
363
+ - 9a2c65f: chore(dev): Add support for dev-metal-tunnels / refactor getCloudDevHostname -> getSubdomainSuffixHostname
364
+
365
+ ## 0.3.13
366
+
367
+ ### Patch Changes
368
+
369
+ - 2cb0c0b: Fix an issue where the List layout for Channels would make HTML links in the footer unclickable.
370
+
371
+ ## 0.3.12
372
+
373
+ ### Patch Changes
374
+
375
+ - 40ccab0: Update customizePreview plugin to handle opaqueControls and contrastIcons embed options
376
+
377
+ ## 0.3.11
378
+
379
+ ### Patch Changes
380
+
381
+ - ac8cd3c: Internal support for contrastIcons and opaqueControls
382
+
383
+ ## 0.3.10
384
+
385
+ ### Patch Changes
386
+
387
+ - 4345757: temporary fix for the live stream media extra pixels
388
+
389
+ ## 0.3.9
390
+
391
+ ### Patch Changes
392
+
393
+ - 5fb0939: do not pause the video when a viewer clicks an annotation link during a live webinar
394
+ - d6022b7: remove the aurora preload thumbnail in the ready callback instead of the embedded callback
395
+
396
+ ## 0.3.8
397
+
398
+ ### Patch Changes
399
+
400
+ - 8ad8e6b: Updates to new CTA embed styling
401
+
402
+ ## 0.3.7
403
+
404
+ ### Patch Changes
405
+
406
+ - f60d58a: Created WistiaCTA and WistiaCtaCarousel embeds
407
+
408
+ ## 0.3.6
409
+
410
+ ### Patch Changes
411
+
412
+ - 0c1b23a: update the number of metrics we have for live_stream only
413
+ - 57df77c: report all hlsjs errors
414
+ - 674db3a: fix for changing the AD track selection in a beforeplay state
415
+
416
+ ## 0.3.5
417
+
418
+ ### Patch Changes
419
+
420
+ - 4c3c3dd: disable the AD control when not using HLS playback
421
+ - aaae797: opening dialog sub menus will automatically focus the selected radio option
422
+ - e5b3ac5: Improved the performance of captions intialization for media with more than 10 captions
423
+ - 9225e1a: for VODs, if a user clicks "click for sound" we should restart the video
424
+ - 4e04f3c: do not try and reload the hls source media when extended audio description tracks change
425
+
426
+ ## 0.3.4
427
+
428
+ ### Patch Changes
429
+
430
+ - fbf4e47: Improve the aria label for the transcript viewer buttons. It now matches the visible text, while being descriptive of the action taken.
431
+ - 7dd0e34: fix for password protected players not applying aspect ratio correctly
432
+
433
+ ## 0.3.3
434
+
435
+ ### Patch Changes
436
+
437
+ - 7bd3bd5: Fix fullscreen event attributing to correct player within another web component
438
+
439
+ ## 0.3.2
440
+
441
+ ### Patch Changes
442
+
443
+ - 535bf61: fix audio description control showing when there are none
444
+
445
+ ## 0.3.1
446
+
447
+ ### Patch Changes
448
+
449
+ - 088fc19: Internal changes to support future icon colors
450
+
451
+ ## 0.3.0
452
+
453
+ ## 0.2.1
454
+
455
+ ### Patch Changes
456
+
457
+ - 26ec260: we should not disable captions in Click For Sound if captions are `onByDefault`
458
+ - 1e49163: all for nested shadow dom embeds
459
+
460
+ ## 0.2.0
461
+
462
+ ### Minor Changes
463
+
464
+ - 4db4f2b: add customization previews for localizations
465
+
466
+ ### Patch Changes
467
+
468
+ - 5095f05: update how we load and switch alternate audio tracks
469
+
470
+ ## 0.1.18
471
+
472
+ ### Patch Changes
473
+
474
+ - 61cb4a8: update the localizationsControl to allow for changing alternate audio tracks with hls
475
+ - 22b71c1: Turn on captions automatically if there is a matching viewer preference
476
+ - 00ac5b9: bump hls.js to 1.6.12
477
+ - a73705c: fix for AD on native safari and make getAudioTracks async
478
+ - 06a5d97: filter audio description tracks to be just audio description audio tracks
479
+ - 8f64ed9: Fix a bug in which hubspot forms were not rendering for popover embeds
480
+
481
+ ## 0.1.17
482
+
483
+ ### Patch Changes
484
+
485
+ - e8e31d9: Make player-modern compatible with cloud-dev-box environments
486
+
487
+ ## 0.1.16
488
+
489
+ ### Patch Changes
490
+
491
+ - 7def8a4: - fix default browser language for captions
492
+ - fix timing for extended audio descriptions
493
+
494
+ ## 0.1.15
495
+
496
+ ### Patch Changes
497
+
498
+ - ec01d79: use wistia's interfontfamily in the captionsSettings Menu
499
+ - 0b7bc95: fix centering for chapter titles and left edge alignment
500
+ - 071ef42: make the search hit be black
501
+
502
+ ## 0.1.14
503
+
504
+ ### Patch Changes
505
+
506
+ - e07709f: update customize preview logic and optsForFetch logic
507
+ - 7adddec: Set height/width on carousel shadow root container
508
+
509
+ ## 0.1.13
510
+
511
+ ### Patch Changes
512
+
513
+ - e8da2d1: always fire widthchange and heightchange when leaving fullscreen, since that is always true
514
+ - 9a02996: always include embedHost information when working with customize preview
515
+
516
+ ## 0.1.12
517
+
518
+ ### Patch Changes
519
+
520
+ - 8b5ee6f: update the radio buttons for caption settings colors to use a more readable aria-label
521
+ - 45afa99: update for Customize4 and embed option setting
522
+ - a67b197: add lang attribute to captions menu options
523
+
524
+ ## 0.1.11
525
+
526
+ ### Patch Changes
527
+
528
+ - 2fcc285: Update customizePreview plugin
529
+
530
+ ## 0.1.10
531
+
532
+ ### Patch Changes
533
+
534
+ - bac84b8: Pass a QSP for Live embed reqs, used by Fastly for cache routing
535
+ - b4a5767: ensure that setting playbackRate attribute/property beforeplay carries through
536
+
537
+ ## 0.1.9
538
+
539
+ ### Patch Changes
540
+
541
+ - 8cf215b: fix for reading captions langauge option from caption plugin options
542
+
543
+ ## 0.1.8
544
+
545
+ ### Patch Changes
546
+
547
+ - f01be59: Fix a bug with stats for reporting for media with dubs
548
+ - 0b16841: Updates to carousel internal styling and logic
549
+
550
+ ## 0.1.7
551
+
552
+ ### Patch Changes
553
+
554
+ - c472d86: update the aria-label for the video element
555
+ - 66c7618: chapters button accessibility text update
556
+ - 5e904ac: update the background focus control to better support NVDA on windows
557
+ - 364cbd0: Apply time mappings to captions and embedded transcripts more reliably
558
+ - 0767ca8: update accessibility of reset to defaults captions settings button
559
+
560
+ ## 0.1.6
561
+
562
+ ### Patch Changes
563
+
564
+ - b7eec01: Handle default captions language when no source language detected
565
+
566
+ ## 0.1.5
567
+
568
+ ### Patch Changes
569
+
570
+ - 1a0b193: fix for dialogs referencing documnet.activeElement for Aurora players
571
+ - 9ad48c7: update aria text for the volume slider
572
+ - 56cf699: update font family aria-labels in Caption Settings Menu
573
+ - 30025a3: add translation aria label for returning to the main captions menu
574
+ - 6d08337: fix for airplay and hls.js
575
+ - 7660662: update the radio group for character edge style to use translations and have a hidden legend
576
+ - 9276600: add aria labels for character edge style
577
+ - b5eb205: add visually hidden legend for screen readers in font family section of caption settings
578
+ - c0e4586: update aria-label text for the Search Video button
579
+ - 8fb6dbc: Add new components for WistiaCarousel and children
580
+
581
+ ## 0.1.4
582
+
583
+ ### Patch Changes
584
+
585
+ - 2a4a023: Renamed wistia-carousel to wistia-channel-carousel
586
+
587
+ ## 0.1.3
588
+
589
+ ### Patch Changes
590
+
591
+ - 9175af7: Internal changes
592
+
593
+ ## 0.1.2
594
+
595
+ ### Patch Changes
596
+
597
+ - 4a53fdc: Support for auto-media translation driven by captions
598
+
599
+ ## 0.1.1
600
+
601
+ ### Patch Changes
602
+
603
+ - 6111045: fix for iOS safari play after end
604
+
605
+ ## 0.1.0
606
+
607
+ ### Minor Changes
608
+
609
+ - 6f8b36a: Add updateEmbedOptions function for bulk-setting embed options
610
+
611
+ ### Patch Changes
612
+
613
+ - 2c32d83: fix for settings menu in channels
614
+ - 5dfc313: clickForSound embed option update
615
+ - 3b1c1f3: fix for downloading original asset w/ aurora password protected videos
616
+
617
+ ## 0.0.115
618
+
619
+ ### Patch Changes
620
+
621
+ - 4359d4b: convert file from js to ts
622
+ - debdd4f: Update licenses to MIT
623
+
624
+ ## 0.0.114
625
+
626
+ ### Patch Changes
627
+
628
+ - e96339d: Improve error handling when we receive an error from the server, e.g. domain restriction or bandwidth exceeded
629
+ - 583146c: bump hls.js version
630
+ - 9927b97: pipedream feature tracking for HDR
631
+ - 3afd645: fix for iframes where sandbox attribute is used, but allow-same-origin is missing - prefer native hls in this instance
632
+ - 3b6dae8: fix for iframes with no src
633
+ - 440a5bd: change to sourcemapping
634
+ - e3d37df: tracking for hdr codec support
635
+ - 2902c3e: re-enable HDR support
636
+
637
+ ## 0.0.113
638
+
639
+ ### Patch Changes
640
+
641
+ - e9cfde3: add a `first` method to the wistia namespace
642
+ - f725198: hlsjs v 1.5.20
643
+ - cfb49f0: add support for HDR mp4 manual quality selection
644
+ - 8e62a8e: fix for aurora not being able to utilize document.querySelector to find the quality or playbackspeed handle
645
+
646
+ ## 0.0.112
647
+
648
+ ### Patch Changes
649
+
650
+ - 3eed10f: Updating mechanism wistia-playlist uses to reference carousel
651
+ - e1a2359: Support solid playlist carousel within gradient player
652
+ - 3ac6c52: update hls.js dependency
653
+ - fe1b8fc: add HDR support to hls.js playback
654
+ - 9085823: allowHdr is now optional, so we check explicitly for false
655
+
656
+ ## 0.0.111
657
+
658
+ ### Patch Changes
659
+
660
+ - 35c0f3d: Stats: Fix issue with extra load reports when switching localized versions
661
+ - 87a068d: update the quality settings ui to include hdr marker if the asset is hdr
662
+
663
+ ## 0.0.110
664
+
665
+ ### Patch Changes
666
+
667
+ - f507345: add hdr support to detect
668
+ - f8a306b: Generic language name handling for captions and localizations
669
+ - f4a9397: Better stats time reporting for localized media
670
+
671
+ ## 0.0.109
672
+
673
+ ### Patch Changes
674
+
675
+ - d30e136: Try to preserve corresponding time when switching localizations
676
+ - b34deb8: Fix for ampersand char formatting in captions search
677
+
678
+ ## 0.0.108
679
+
680
+ ### Patch Changes
681
+
682
+ - ba50f96: Fix a bug in which MAP forms would pop over top of password inputs on password protected videos
683
+
684
+ ## 0.0.107
685
+
686
+ ### Patch Changes
687
+
688
+ - 0f27656: Internal updates; fix for numeric hashed ID
689
+ - c7bb1b1: Fix for embeded transcripts when used with iframe API
690
+ - 2b8cb79: create a base PlaybackEngine class to ensure all engines properly destroy their bindings
691
+
692
+ ## 0.0.106
693
+
694
+ ### Patch Changes
695
+
696
+ - 8eae91f: Fix issue with displaying audio player in Wistia app
697
+
698
+ ## 0.0.105
699
+
700
+ ### Patch Changes
701
+
702
+ - 826931e: Add support for remapping localization times
703
+ - d4bc38b: Added allowHdr, bitDepth, and codec filters to obtaining manifest
704
+ - e24380b: update addEventListener and removeEventListener to help ensure events are cleaned up properly
705
+
706
+ ## 0.0.104
707
+
708
+ ### Patch Changes
709
+
710
+ - 049ac5f: More support for media localizations
711
+
712
+ ## 0.0.103
713
+
714
+ ### Patch Changes
715
+
716
+ - 9cb6683: Update error ingestion mechanism
717
+
718
+ ## 0.0.102
719
+
720
+ ### Patch Changes
721
+
722
+ - 22fc727: fix bug in which player color change events were firing before the underlying state changed
723
+
724
+ ## 0.0.101
725
+
726
+ ### Patch Changes
727
+
728
+ - d064300: removed the ability to use the legacy, sharp cornered icons
729
+ - 930cffa: adding a new changeset to run github cli
730
+
731
+ ## 0.0.100
732
+
733
+ ### Patch Changes
734
+
735
+ - 35d81bb: Avoid unnecessary media requests to origin on initialization
736
+
737
+ ## 0.0.99
738
+
739
+ ### Patch Changes
740
+
741
+ - d94b823: Don't force player focus when rebuilding while previewing customizations
742
+
743
+ ## 0.0.98
744
+
745
+ ### Patch Changes
746
+
747
+ - 8de9b93: Fix display bug for playlists and carousels
748
+
749
+ ## 0.0.97
750
+
751
+ ### Patch Changes
752
+
753
+ - 0c55990: update detect
754
+
755
+ ## 0.0.96
756
+
757
+ ### Patch Changes
758
+
759
+ - 1f3a333: Uncache captions, too, when uncaching a media.
760
+
761
+ ## 0.0.95
762
+
763
+ ### Patch Changes
764
+
765
+ - 73059ec: Fix initial size of playbar chapter titles and control bar dialogs by recalculating widths when fonts loaded
766
+ - 85bac3e: internal changes to improve time to playable for some videos
767
+
768
+ ## 0.0.94
769
+
770
+ ### Patch Changes
771
+
772
+ - 5f34a63: Fix Turnstile not hiding when in non-Turnstile Customize section
773
+ - c35b8c9: Fix chapter title wrapping bug
774
+ - c8b1798: fix for popover dimension math
775
+
776
+ ## 0.0.93
777
+
778
+ ### Patch Changes
779
+
780
+ - ec1318e: Update readme with documentation links
781
+
782
+ ## 0.0.92
783
+
784
+ ### Patch Changes
785
+
786
+ - a3707a7: Use dynamic import to fix module collisions between HubSpot plugin and Facebook Ads, Google Analytics plugins
787
+
788
+ ## 0.0.91
789
+
790
+ ### Patch Changes
791
+
792
+ - 6e3845c: Fix gradient background height calculation for player controls/playbar
793
+
794
+ ## 0.0.90
795
+
796
+ ### Patch Changes
797
+
798
+ - 9e6b027: Fix error in Google Analytics and Facebook Ads scripts
799
+
800
+ ## 0.0.89
801
+
802
+ ### Patch Changes
803
+
804
+ - eea1c9c: Fix Google Analytics and Facebook Ads plugins compatibility with HubSpot Form plugin"
805
+
806
+ ## 0.0.88
807
+
808
+ ### Patch Changes
809
+
810
+ - bc81ff8: fix for wbindable on and off method returns for crosstime and betweentimes events
811
+
812
+ ## 0.0.87
813
+
814
+ ### Patch Changes
815
+
816
+ - 82c19dd: Allow player color to be overriden by the player color gradient
817
+
818
+ ## 0.0.86
819
+
820
+ ### Patch Changes
821
+
822
+ - af2f12a: Remove captions-v1 from customize preview tracking
823
+
824
+ ## 0.0.85
825
+
826
+ ### Patch Changes
827
+
828
+ - 7000343: Fix bug with rendering control bar dialogs
829
+
830
+ ## 0.0.84
831
+
832
+ ### Patch Changes
833
+
834
+ - 169b380: update manual quality selection logic for HLS playback on Apple browsers
835
+
836
+ ## 0.0.83
837
+
838
+ ### Patch Changes
839
+
840
+ - 8ac5ef2: Bug fix for password-protected embed sizing
841
+
842
+ ## 0.0.82
843
+
844
+ ### Patch Changes
845
+
846
+ - e131476: Fixed `getMediaElement` function in translation api
847
+ - 2f3d8c7: fixes various sizing issues with loading the player in Safari and varioud react contexts
848
+
849
+ ## 0.0.81
850
+
851
+ ### Patch Changes
852
+
853
+ - 91dda2e: fix for exiting fullscreen to cause popovers to enter the viewport when multiple embeds were on the page
854
+
855
+ ## 0.0.80
856
+
857
+ ### Patch Changes
858
+
859
+ - a79688e: Bug fix for audio playlists
860
+
861
+ ## 0.0.79
862
+
863
+ ### Patch Changes
864
+
865
+ - 9e7719f: Fix previewing changes to audio descriptions
866
+
867
+ ## 0.0.78
868
+
869
+ ### Patch Changes
870
+
871
+ - 52b2e3a: fix for integration time bindings
872
+
873
+ ## 0.0.77
874
+
875
+ ### Patch Changes
876
+
877
+ - 0270d4c: Remove changes from published version
878
+
879
+ ## 0.0.76
880
+
881
+ ### Patch Changes
882
+
883
+ - 343aaff: Update playlist addLogoOverlay
884
+
885
+ ## 0.0.75
886
+
887
+ ### Patch Changes
888
+
889
+ - 5cc3ce9: fix for translated embeds and the use of the window.\_wq queue system
890
+
891
+ ## 0.0.74
892
+
893
+ ### Patch Changes
894
+
895
+ - eac42c5: Rename attributes for carousel and playlist embeds
896
+
897
+ ## 0.0.73
898
+
899
+ ### Patch Changes
900
+
901
+ - 8a92a46: Updating carousel control animation
902
+
903
+ ## 0.0.72
904
+
905
+ ### Patch Changes
906
+
907
+ - aca68aa: Add animation to carousel control
908
+
909
+ ## 0.0.71
910
+
911
+ ### Patch Changes
912
+
913
+ - cf8bfa7: Bug fix: playlist background color should update carousel and audio carousel controls
914
+
915
+ ## 0.0.70
916
+
917
+ ### Patch Changes
918
+
919
+ - f20a1b3: adds a fix for link-based popover embeds where styling was not being applied to <wistia-player/> children
920
+
921
+ ## 0.0.69
922
+
923
+ ### Patch Changes
924
+
925
+ - 0f03643: Playlist bug fixes
926
+
927
+ ## 0.0.68
928
+
929
+ ### Patch Changes
930
+
931
+ - f293c3b: Updating internal logic for carousel control
932
+
933
+ ## 0.0.67
934
+
935
+ ### Patch Changes
936
+
937
+ - 6cb2f35: Added the following properties/methods:
938
+ - `inputContext` - property (get)
939
+ - `enterInputContext(name)`- enter the input context
940
+ - `exitInputContext(name)`- exit the input context
941
+
942
+ ## 0.0.66
943
+
944
+ ### Patch Changes
945
+
946
+ - cfb5b51: add whenControlMounted to the aurora api
947
+
948
+ ## 0.0.65
949
+
950
+ ### Patch Changes
951
+
952
+ - 2d93c0a: Update plugin and control definitions
953
+ - f6b7776: Fix loading transcript embeds when ietf language tag is _off_
954
+
955
+ ## 0.0.64
956
+
957
+ ### Patch Changes
958
+
959
+ - 9945463: Fix bug in CTA previewing, prevent overlay from showing an extra time
960
+
961
+ ## 0.0.63
962
+
963
+ ### Patch Changes
964
+
965
+ - 15e7db5: Fix bug in unbinding from crosstime event
966
+
967
+ ## 0.0.62
968
+
969
+ ### Patch Changes
970
+
971
+ - 9d4ea94: Fix to prevent multiple Turnstile overlays from appearing during preview interactions
972
+
973
+ ## 0.0.61
974
+
975
+ ### Patch Changes
976
+
977
+ - 0211ae0: - Short-circuit the show method of integration forms if the plugin isn't open, which avoids showing disabled forms in customize.
978
+
979
+ ## 0.0.60
980
+
981
+ ### Patch Changes
982
+
983
+ - c54d93b: - Add types and logic for suppressing/unsuppressing pardot and marketo forms
984
+
985
+ ## 0.0.59
986
+
987
+ ### Patch Changes
988
+
989
+ - 2a55aba: Updated publicApi to better handle getting player from playlist
990
+ - 85835a4: Fix a rendering bug related to previewed marketo forms in customize4 with the aurora player.
991
+ - 46a65b7: - Fix rendering the skip button for aurora players
992
+ - Make a few customize-specific changes to prepare for timeline items
993
+
994
+ ## 0.0.58
995
+
996
+ ### Patch Changes
997
+
998
+ - 7670d44: - add mediaData getter
999
+ - change event name `loaded-mediadata` -> `loaded-media-data`
1000
+ - 1b4ded9: Fixed various bugs in the hubspot form related to customizing and submission.
1001
+ 1. When customizing in an aurora embed, the form cleans itself up properly when showing/hiding
1002
+ 2. When customizing, form submissions would previously make it so the form would no longer be viewable due to local storage. We now ignore local storage if you're in customize, making the form always visible.
1003
+ 3. Due to number 1, the time at which the form is torn down happens earlier than it used to. `onFormSubmit` would be called and trigger a callback, which would tear the form down before it had the chance to actually submit itself. Now, we use the `onFormSubmitted` callback, which ensures the form has been submitted before doing anything else
1004
+
1005
+ ## 0.0.57
1006
+
1007
+ ### Patch Changes
1008
+
1009
+ - 978321f: Update internal types
1010
+
1011
+ ## 0.0.56
1012
+
1013
+ ### Patch Changes
1014
+
1015
+ - bbe0e7a: Updating names of upcoming new plugin and controls
1016
+
1017
+ ## 0.0.55
1018
+
1019
+ ### Patch Changes
1020
+
1021
+ - fb7419a: add whenApiReady promise method to <wistia-player/>
1022
+
1023
+ ## 0.0.54
1024
+
1025
+ ### Patch Changes
1026
+
1027
+ - 0532d80: Added new types for customerLogoPlugin
1028
+
1029
+ ## 0.0.53
1030
+
1031
+ ### Patch Changes
1032
+
1033
+ - 6e972e4: Fix HubSpot form submission
1034
+
1035
+ ## 0.0.52
1036
+
1037
+ ### Patch Changes
1038
+
1039
+ - bfdbab5: Update getPlugin and definePlugin to be generic functions
1040
+
1041
+ ## 0.0.51
1042
+
1043
+ ### Patch Changes
1044
+
1045
+ - 4ba6aa8: deprecate the legacy public api getter
1046
+
1047
+ ## 0.0.50
1048
+
1049
+ ### Patch Changes
1050
+
1051
+ - 235c427: Properly tear down/replace marketo form nodes when loading/unloading the plugin.
1052
+
1053
+ ## 0.0.49
1054
+
1055
+ ### Patch Changes
1056
+
1057
+ - 0c0dd84: resizing bugfix
1058
+
1059
+ ## 0.0.48
1060
+
1061
+ ### Patch Changes
1062
+
1063
+ - 7ffc556: Avoid duplication of player plugin instances
1064
+
1065
+ ## 0.0.47
1066
+
1067
+ ### Patch Changes
1068
+
1069
+ - 4b5925b: Updated return type for controls() method, definePlugin(), and getPlugin() methods
1070
+ - a03dead: Minor bug fix for some versions of Safari
1071
+
1072
+ ## 0.0.46
1073
+
1074
+ ### Patch Changes
1075
+
1076
+ - b84d818: Fix previewing bugs in CTA and Turnstile
1077
+
1078
+ ## 0.0.45
1079
+
1080
+ ### Patch Changes
1081
+
1082
+ - c9ec6f6: Corrected return type for getPlugin(), definePlugin() and API's plugin() and addPlugin() methods
1083
+
1084
+ ## 0.0.44
1085
+
1086
+ ### Patch Changes
1087
+
1088
+ - 571fab0: refactor requestFullscreen and cancelFullscreen
1089
+
1090
+ ## 0.0.43
1091
+
1092
+ ### Patch Changes
1093
+
1094
+ - d60a1af: Bugfixes for Turnstile previewing
1095
+
1096
+ ## 0.0.42
1097
+
1098
+ ## 0.0.41
1099
+
1100
+ ## 0.0.40
1101
+
1102
+ ### Patch Changes
1103
+
1104
+ - c9c357e: fix for ios fullscreen bug
1105
+
1106
+ ## 0.0.39
1107
+
1108
+ ### Patch Changes
1109
+
1110
+ - 596a05c: Add playlistChannelId to WistiaPlayer props
1111
+
1112
+ ## 0.0.38
1113
+
1114
+ ### Patch Changes
1115
+
1116
+ - 8469d73: - fix for `startPosition` in hls config
1117
+ - Captions Viewer Preferences
1118
+ - Live Embeds continuous polling
1119
+ - iframe query param fix
1120
+
1121
+ ## 0.0.37
1122
+
1123
+ ### Patch Changes
1124
+
1125
+ - 8aed7e1: fix for password protect integration with wistia app
1126
+
1127
+ ## 0.0.36
1128
+
1129
+ ### Patch Changes
1130
+
1131
+ - cbf72a2: unset some local state when disconnecting from the DOM
1132
+
1133
+ ## 0.0.35
1134
+
1135
+ ### Patch Changes
1136
+
1137
+ - 6ee395d: Fix Turnstile plugin name in plugins type def
1138
+
1139
+ ## 0.0.34
1140
+
1141
+ ### Patch Changes
1142
+
1143
+ - 4f54c5d: Improvements to previewing behavior for Turnstile plugin
1144
+
1145
+ ## 0.0.33
1146
+
1147
+ ### Patch Changes
1148
+
1149
+ - 04d3ce4: Bug fix for data source merge logic
1150
+
1151
+ ## 0.0.32
1152
+
1153
+ ### Patch Changes
1154
+
1155
+ - 0d8abf1: internal bug fixes for testing the player with live events
1156
+
1157
+ ## 0.0.31
1158
+
1159
+ ### Patch Changes
1160
+
1161
+ - 62b99d9: Update TS types for plugins
1162
+
1163
+ ## 0.0.30
1164
+
1165
+ ### Patch Changes
1166
+
1167
+ - internal improvements for previewing CTA plugin changes in Wistia
1168
+
1169
+ ## 0.0.29
1170
+
1171
+ ### Patch Changes
1172
+
1173
+ - 0cd9b2f: - <wistia-player/> will now uncache its media data when disconnecting from the DOM
1174
+ - refactors to fetching initial mediaData to improve speed and performance of initial load time
1175
+
1176
+ ## 0.0.28
1177
+
1178
+ ### Patch Changes
1179
+
1180
+ - afd30a6: hotfix for build process
1181
+
1182
+ ## 0.0.27
1183
+
1184
+ ### Patch Changes
1185
+
1186
+ - 53edc32: update to build process
1187
+
1188
+ ## 0.0.26
1189
+
1190
+ ### Patch Changes
1191
+
1192
+ - fac7754: Add a preload state to the player
1193
+
1194
+ ## 0.0.25
1195
+
1196
+ ### Patch Changes
1197
+
1198
+ - 4831527: Corrected type definition for embedOptions on PublicApi type
1199
+
1200
+ ## 0.0.24
1201
+
1202
+ ### Patch Changes
1203
+
1204
+ - f0f9d0f: update to internal resize logic for better flex support
1205
+
1206
+ ## 0.0.23
1207
+
1208
+ ## 0.0.22
1209
+
1210
+ ## 0.0.21
1211
+
1212
+ ## 0.0.20
1213
+
1214
+ ### Patch Changes
1215
+
1216
+ - 75a9a0b: dependency updates, buildscript update, focus indicator bug
1217
+
1218
+ ## 0.0.19
1219
+
1220
+ ### Patch Changes
1221
+
1222
+ - 171a07d: asset compilation
1223
+
1224
+ ## 0.0.18
1225
+
1226
+ ## 0.0.17
1227
+
1228
+ ### Patch Changes
1229
+
1230
+ - e47d46d: v bump
1231
+
1232
+ ## 0.0.16
1233
+
1234
+ ### Patch Changes
1235
+
1236
+ - v bump
1237
+
1238
+ ## 0.0.15
1239
+
1240
+ ### Patch Changes
1241
+
1242
+ - bump version
1243
+
1244
+ ## 0.0.14
1245
+
1246
+ ### Patch Changes
1247
+
1248
+ - bump version for gh action
1249
+
1250
+ ## 0.0.13
1251
+
1252
+ ### Patch Changes
1253
+
1254
+ - version bump
1255
+
1256
+ ## 0.0.12
1257
+
1258
+ ### Patch Changes
1259
+
1260
+ - gh action
1261
+
1262
+ ## 0.0.11
1263
+
1264
+ ### Patch Changes
1265
+
1266
+ - gh action
1267
+
1268
+ ## 0.0.10
1269
+
1270
+ ### Patch Changes
1271
+
1272
+ - gh action
1273
+
1274
+ ## 0.0.9
1275
+
1276
+ ### Patch Changes
1277
+
1278
+ - gh release fix
1279
+
1280
+ ## 0.0.8
1281
+
1282
+ ### Patch Changes
1283
+
1284
+ - gh action deploy test
1285
+
1286
+ ## 0.0.7
1287
+
1288
+ ### Patch Changes
1289
+
1290
+ - continuing github actions tests
1291
+
1292
+ ## 0.0.6
1293
+
1294
+ ### Patch Changes
1295
+
1296
+ - a5db0ce: github action
1297
+
1298
+ ## 0.0.5
1299
+
1300
+ ### Patch Changes
1301
+
1302
+ - a1f1f7c: release flow test
1303
+
1304
+ ## 0.0.4
1305
+
1306
+ ### Patch Changes
1307
+
1308
+ - github action deploy test 1
1309
+
1310
+ ## 0.0.3
1311
+
1312
+ ### Patch Changes
1313
+
1314
+ - changing our changeset config
1315
+
1316
+ ## 0.0.2
1317
+
1318
+ ### Patch Changes
1319
+
1320
+ - 02cfbc1: bumping version for github ci integration tests
1321
+
1322
+ ## 0.0.1
1323
+
1324
+ ### Patch Changes
1325
+
1326
+ - ce657a1: bumping the versions as we test releases
1327
+
1328
+ ## 0.0.0
1329
+
1330
+ ### Patch Changes
1331
+
1332
+ - 8ebe231: the first changeset summary