mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
* wip: fix nested islands
* fix: improve hydration for dynamic content
* chore: fix bundle-size script for new files
* chore: allow-list client:* directive files
* fix(#3362): fix client:only behavior for React, Vue, Solid
* test: add client-only e2e test
* chore: update lockfile
* test: fix e2e tests
* test: add framework nesting e2e tests
* Update packages/astro/src/runtime/client/events.ts
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
* chore: add changeset
* fix(preact): ignore hydrate roots
* chore: remove `ssr` check in integrations
* Revert "chore: remove `ssr` check in integrations"
This reverts commit ba27eaae55
.
* chore: add changeset
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
219 B
219 B
@astrojs/preact | @astrojs/react | @astrojs/solid-js | @astrojs/svelte | @astrojs/vue |
---|---|---|---|---|
patch | patch | patch | patch | patch |
Update client hydration to check for ssr
attribute. Requires astro@^1.0.0-beta.36
.