Skip to content

v3.5.0

Compare
Choose a tag to compare
@keithamus keithamus released this 23 Nov 16:14
· 180 commits to main since this release
cc5096d

What's Changed

This release moves define calls into separate files, allowing import of each element without triggering the custom element definition. In addition it attempts to safely use globals so that it can be imported into NodeJS without error.

  • move customElements define calls to index.js and refactor by @keithamus in #209
  • Ensure HTMLElement exists in all contexts by @keithamus in #211
  • add define export for custom element registration by @keithamus in #210

Full Changelog: v3.4.1...v3.5.0