You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
rinart73
changed the title
React to changing attributes - https://github.com/paulirish/lite-youtube-embed/issues/23
React to changing attributes
May 19, 2023
Dynamically changing poster when related attributes are changed is currently not supported.
- Fix incorrect ESLint configuration.
- Fix missing `videoId` attribute leading to a broken YouTube poster. Currently no poster will be created. #2
- Add partial support for changing the following attributes: `videoid`, `playlistid`, `playlabel`, `showtitle`, `params`.
- Change default play button text priority. It no longer overwrites the `playlabel` attribute.
- Update examples.
Dynamically changing poster when related attributes are changed is currently not supported.
- Fix incorrect ESLint configuration.
- Fix missing `videoId` attribute leading to a broken YouTube poster. Currently no poster will be created. #2
- Add partial support for changing the following attributes: `videoid`, `playlistid`, `playlabel`, `showtitle`, `params`.
- Change default play button text priority. It no longer overwrites the `playlabel` attribute.
- Update examples.
Fix global default values not being used
- Fix global config default values 'playLabel', 'showTitle', 'params' not being used when their related attributes aren't set
paulirish#23
The text was updated successfully, but these errors were encountered: