Skip to content

2.0.0

Compare
Choose a tag to compare
@thelevicole thelevicole released this 10 Nov 16:15
· 26 commits to main since this release
  1. The selector option now accepts either of the following:
  • NodeList
  • HTMLCollection
  • string
  • Or a single DOM element.
  1. A breaking change has been made to the api.end action which has now been renamed to api.after.

  2. A new method loadSingle() has been added. This takes two parameters, the first being a single DOM element and the second being an optional attribute name for reading the YouTube data from the element.