astro/.changeset/early-terms-bow.md
Matthew Phillips 6a660f1b08
Implements low-level custom element support (#587)
* Implements low-level custom element support

* Changes based on self review

* Adds a changeset

* Polyfills are added even when not hydrating

* Remove hydrationMethod option

Punting on this idea until it's really needed.
2021-07-01 08:42:07 -04:00

197 B

astro @astrojs/parser
patch patch

Adds low-level custom element support that renderers can use to enable server side rendering. This will be used in renderers such as a Lit renderer.