Releases: jonnitto/Jonnitto.PrettyEmbedYoutube
8.1.0
8.0.2
Full Changelog: 8.0.1...8.0.2
8.0.1
What's Changed
🧑💻 Enhancements
- Improve backend translations by @crydotsnake in #11
New Contributors
- @crydotsnake made their first contribution in #11
Full Changelog: 8.0.0...8.0.1
8.0.0
Use Sitegeist.Slipstream to include assets
💥 Breaking
- Remove usage of NodeType mixin
Jonnitto.PrettyEmbedHelper:Mixin.IncludeAssets - Remove usage of Fusion prototype
Jonnitto.PrettyEmbedHelper:IncludeAssets - Remove YAML definition
Jonnitto.PrettyEmbedYoutube:Mixin.IncludeJsApi - Remove Fusion prototype
Jonnitto.PrettyEmbedYoutube:IncludeJsApi - Change way to disable including of CSS and JS files read more
Full Changelog: 7.3.0...8.0.0
7.3.0
⬆️ Upgrade
Upgrade dependency to PrettyEmbedHelper
7.2.0
7.1.2
7.1.1
7.1.0
✨ Add possibility to enable GDPR message
✨ Import of preview images
The preview image from Youtube gets imported into Neos and saved. Because of that, you can edit the maximum width, output a retina-like image and the best: No more external domains until the user wants to start the video
7.0.0
💥 (Might) be breaking
💥 Set wrapper for container to jonnitto-prettyembed-wrapper in Settings.yaml from PrettyEmbedHelper
✨ Use SVG as buttons for players
✨ Metadata
Now the metadata gets saved, that means besides some new features, it will also speed up the backend, as the oembed service gets only called if the video id change.
Following metadata get saved:
- The id of the video without any domain
- The title of the video
- The best possible preview image from youtube. No more 404 in the console if the
maxresdefault.jpgis unavailable (This works even for private videos) - The ratio from the video, so no more black bars
✨ Flow command
If you update from an older version, you will not have the metadata available. The video will be displayed,
but for the speedup and all the other features, you would have to update every single video. Because this would not be practicable,
there is a dedicated flow command for this: ./flow prettyembed:metadata. You can read more about this in the readme
🐛 Bugfixes
🐛 Fix event propagation on lightbox
🐛 Replace the protocol (https:// or http://) with // from the external preview image
