v15.8.0
Before you upgrade, please take note of any breaking changes and deprecation notices which may affect your site. View the Upgrade Guide to see examples of how to address breaking changes.
New features ✨
- You can set a
custom
Embedded Medialabel
with thedata-label
attribute #1448
<div class="embed">
<iframe data-label="...."></iframe>
</div>
- You can set a
custom
Embedded Mediathumbnail
with thedata-thumbnail
attribute #1448
<div class="embed">
<iframe data-thumbnail="..."></iframe>
</div>
Bug fixes 🐛
- fixed an issue where all
iframes
inherited a16/9
ratio instead of theheight
defined on theiframe
#1448 playwright
now properly masksiframes
andvideo
elements insnapshot
tests #1455
Other changes
- updated Embedded Media to the new
VID
#1448 - simplified
playwright
process of injectingcss
into pages duringsnapshot
tests #1455 - removed
broken
/not found
pages from theregression
suite #1464 - added some more page variations to the
regression
suite #1464
Documentation updates
- Embedded Media stories are no longer nested inside the Figure component #1448
- created new Embedded Media stories #1448
- created new Spotify Inset story #1448
- migrated some Embedded Media stories to Figure #1448
- created CMS Embedded Media showing
non-standard
variations found in thecms
#1448