Skip to content

v13.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 20:12
b5ce97d

👷‍♂️ Patch fixes

  • Adds missing element classes and types to the export in "index.js", so that they are easier to import. The missing elements was HTMLAnchorElement, HTMLButtonElement, HTMLOptGroupElement, HTMLOptionElement, HTMLUnknownElement and HTMLSelectElement. (#1227)
  • Adds non-implemented element classes to the export in "index.js" by exporting HTMLElement as the non-implemented class name. (#1227)