summaryrefslogtreecommitdiff
path: root/docs/core-concepts/ui-renderers.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-07-14Docs sync (#680)Gravatar Fred K. Schott 1-205/+0
* test ignoring examples from workspace * docs sync
2021-07-01Adds hydrationPolyfills config for renderers (#594)Gravatar Matthew Phillips 1-0/+1
Some renderers, such as Lit, need special polyfills only for hydration. We have the `polyfills` array, but that is intended for polyfills that always need to run. This adds a second type hydrationPolyfills that only run on elements that are `:load`, `:idle`, etc.
2021-07-01Implements low-level custom element support (#587)Gravatar Matthew Phillips 1-1/+3
* 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-06-27astro-docs syncGravatar Fred K. Schott 1-0/+202