Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
* test ignoring examples from workspace
* docs sync
|
|
|
|
* Adds support for client:media hydrator
* Include a changeset
* Pass in undefined when not hydrating
|
|
|
|
* feat: support named slots, slot fallback content
* docs: document slots
* chore: add changeset
* fix: build errors
* chore: prefer `patch` version
|
|
|
|
|
|
Every component is rendered on the server at build time. Hydration directives _optionally_ add client-side hydration at runtime.
|
|
|
|
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.
|
|
* 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.
|
|
|