summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/server.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-10-03[ci] formatGravatar Florian Lefebvre 1-1/+1
2024-10-03fix(vue): useId() collisions (#12112)Gravatar Florian Lefebvre 1-1/+9
2024-06-14feat: refine container APIs for renderers (#11251)Gravatar Emanuele Stoppa 1-0/+1
2024-04-17[ci] formatGravatar Emanuele Stoppa 1-1/+1
2024-03-13Revert "[ci] format" (#10417)Gravatar Emanuele Stoppa 1-1/+1
* Revert "[ci] format" This reverts commit 1863727215e87e20c6f5aebe5f9ee0f2783bc788. * pin dependency * update lock
2024-03-13[ci] formatGravatar Houston (Bot) 1-1/+1
2024-02-27chore: import sort source code, exception for the `astro` package (#10242)Gravatar Emanuele Stoppa 1-2/+2
* chore: import sort source code, exception for the `astro` package * fix import sorting bug * Update packages/integrations/lit/server.js Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-10-27Prevent passing slot names as props (#8930)Gravatar Matthew Phillips 1-1/+3
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Nate Moore <7118177+natemoo-re@users.noreply.github.com>
2023-05-17[ci] formatGravatar matthewp 1-6/+7
2023-05-17Prevent removal of nested slots within islands (#7093)Gravatar Matthew Phillips 1-2/+8
* Prevent removal of nested slots within islands * Fix build errors
2022-10-13[ci] formatGravatar natemoo-re 1-1/+1
2022-10-13[Vue] add support for `appEntrypoint` (#5075)Gravatar Nate Moore 1-0/+2
* feat(vue): add support for appEntrypoint * chore: add changeset * test(vue): add tests for app entrypoint * docs(vue): update README to include app entrypoint * fix(vue): prefer resolvedVirtualModuleId Co-authored-by: Nate Moore <nate@astro.build>
2022-09-09Fix: Vue `script setup` with other renderers applied (#4706)Gravatar Ben Holmes 1-1/+1
* fix: add __ssrInlineRender to Vue check * chore: remove console log * test: vue builds with other renderer present * chore: changeset
2022-06-23Enable named slots in renderers (#3652)Gravatar Nate Moore 1-3/+3
* feat: pass all slots to renderers * refactor: pass `slots` as top-level props * test: add named slot test for frameworks * fix: nested hydration, slots that are not initially rendered * test: add nested-recursive e2e test * fix: render unmatched custom element children * chore: update lockfile * fix: unrendered slots for client:only * fix(lit): ensure lit integration uses new slots API * chore: add changeset * chore: add changesets * fix: lit slots * feat: convert dash-case or snake_case slots to camelCase for JSX * feat: remove tmpl special logic * test: add slot components-in-markdown test * refactor: prefer Object.entries.map() to for/of loop Co-authored-by: Nate Moore <nate@astro.build>
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-0/+22
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback