* 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.
6 lines
No EOL
197 B
Markdown
6 lines
No EOL
197 B
Markdown
---
|
|
'astro': patch
|
|
'@astrojs/parser': 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. |