summaryrefslogtreecommitdiff
path: root/packages/integrations/solid/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-13config: migrate us to moduleResolution: 'node16' (#8519)Gravatar Erika 2-2/+2
2023-09-06[ci] formatGravatar natemoo-re 1-8/+8
2023-09-06fix hydration in solid renderer (#8365)Gravatar Ryan Carniato 1-12/+17
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-29[ci] formatGravatar natemoo-re 1-1/+1
2023-08-29Unmount framework components when islands are destroyed (#8264)Gravatar Nate Moore 1-2/+4
* fix(view-transitions): update persistence logic for improved unmount behavior * feat(astro): add `astro:unmount` event * feat(vue): automatically unmount islands * feat(react): automatically unmount islands * feat(react): automatically unmount islands * feat(solid): automatically dispose of islands * feat(svelte): automatically destroy of islands * feat(svelte): automatically destroy of islands * feat(solid): automatically dispose of islands * feat(preact): automatically unmount islands * chore: update changeset * fix: rebase issue * chore: add clarifying comment * chore: remove duplicate changeset * chore: add changeset
2023-08-11[ci] release (beta) (#7952)astro@3.0.0-beta.1@astrojs/vercel@4.0.0-beta.1@astrojs/telemetry@3.0.0-beta.1@astrojs/solid-js@3.0.0-beta.1@astrojs/react@3.0.0-beta.1@astrojs/preact@3.0.0-beta.1@astrojs/netlify@3.0.0-beta.1@astrojs/cloudflare@7.0.0-beta.1Gravatar Houston (Bot) 1-7/+4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-11JSX refactor (#7924)Gravatar Matthew Phillips 2-66/+40
* JSX refactor * Get preact/compat test to pass * Use include config * Remove old astro flavored markdown test * Move babel dep to preact * Remove errant debugger * Update lockfile * Update the multi-framework example * Update e2e tests * Fix nested-in-vue tests * Add back in astro check * Update packages/astro/src/core/create-vite.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update packages/astro/src/core/create-vite.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update packages/integrations/solid/src/index.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update packages/integrations/solid/src/index.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update .changeset/perfect-horses-tell.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Move the comment about the include config * Remove redundant alias config * Use react's own preamble code * Use the base for the preamble * Remove solid redundancy * Update .changeset/perfect-horses-tell.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update based on review comments * Oops --------- Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-07-18nit: use `node:` prefix everywhere (#7692)Gravatar Erika 1-1/+1
* nit: use `node:` prefix everywhere * nit: fs/promises too * test: workaround issue in node builtin detection
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 1-2/+1
2023-05-17Prevent removal of nested slots within islands (#7093)Gravatar Matthew Phillips 1-2/+5
* Prevent removal of nested slots within islands * Fix build errors
2023-05-17Build edge/worker runtime with webworker ssr target (#7101)Gravatar Bjorn Lu 1-1/+0
2023-05-02Update Solid ecosystem package logic to include packages with peerDep… (#6934)Gravatar Matthew Phillips 1-1/+1
* Update Solid ecosystem package logic to include packages with peerDep of Solid * Remove solid as a noExternal * Update the changeset
2022-12-19Fix spelling mistakes found by codespell and mwic (#5627)Gravatar Anders Kaseorg 1-1/+1
2022-11-11Respect Vite user config for third-party packages (#5345)Gravatar Bjorn Lu 2-6/+8
2022-10-28Improve Solid libraries config handling (#5208)Gravatar Bjorn Lu 2-53/+25
2022-10-14Suppress warnings for solidjs dependency crawling (#5089)Gravatar Bjorn Lu 1-3/+1
2022-10-12[ci] formatGravatar bluwy 1-1/+1
2022-10-12Support solidjs libraries (#5059)Gravatar Bjorn Lu 2-4/+62
2022-10-06[ci] formatGravatar matthewp 1-1/+1
2022-10-06adjusting cloudflare adapter and solid ssr to work together (#4888)Gravatar Daniel 1-0/+2
* adjusting cloudflare adapter (respecting user config) define better solid ssr config * only inline the framework this needs to happen for worker build in order to have the correct build mode for the framework, which needs the nodejs no matter if it is for node or the browser. Co-authored-by: AirBorne04 <daniel@floatingpixels.com>
2022-08-10[ci] formatGravatar natemoo-re 3-27/+36
2022-08-10Fix solid recursion bug (#4215)Gravatar Matthew Phillips 4-0/+122
* Fix solid recursion bug * Fix types * Remove debug code * Remove logging from e2e test
2022-06-02[ci] formatGravatar bholmesdev 1-1/+1
2022-06-02Fix: newline characters in Solid (#3505)Gravatar Ben Holmes 1-0/+4
* fix: remove source map consumption from babel transform * refactor: move inputSourceMap to integration option * tests: add newline ex to test build and dev * chore: change back to babel.transformAsync * chore: changeset
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-0/+57
* 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