v3.5.0
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