summaryrefslogtreecommitdiff
path: root/packages/integrations/react/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-25[ci] update lockfile (#8721)Gravatar Houston (Bot) 1-2/+0
* [ci] update lockfile * fix ts-expect-error issue --------- Co-authored-by: matthewp <matthewp@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2023-09-13config: migrate us to moduleResolution: 'node16' (#8519)Gravatar Erika 1-0/+2
2023-09-06[ci] formatGravatar matthewp 1-4/+1
2023-09-06Fix React dev mode using a base (#8428)Gravatar Matthew Phillips 1-3/+2
2023-08-24[ci] formatGravatar matthewp 1-2/+2
2023-08-18[ci] release (beta) (#8073)create-astro@4.0.0-beta.1astro@3.0.0-beta.3@astrojs/vercel@4.0.0-beta.3@astrojs/telemetry@3.0.0-beta.2@astrojs/svelte@4.0.0-beta.1@astrojs/solid-js@3.0.0-beta.2@astrojs/react@3.0.0-beta.3@astrojs/mdx@1.0.0-beta.1@astrojs/cloudflare@7.0.0-beta.2Gravatar Houston (Bot) 1-7/+10
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-17Fix more conflictsGravatar Matthew Phillips 1-12/+8
2023-08-17Merge branch 'main' into nextGravatar Matthew Phillips 1-5/+39
2023-08-16[ci] formatGravatar matthewp 1-11/+11
2023-08-16Add experimentalReactChildren option to React integration (#8082)Gravatar Matthew Phillips 1-3/+33
* wip: support true react vnodes in renderer * Add new experimentalReactChildren option to React integration * Update the test * Add docs * Update packages/integrations/react/server.js Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update with a better test * Update .changeset/yellow-snakes-jam.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/react/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/react/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
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-8/+13
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-11JSX refactor (#7924)Gravatar Matthew Phillips 1-28/+16
* 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-05-01Configure redoc to be noExternal (#6933)Gravatar Matthew Phillips 1-0/+1
2023-03-28Add use-immer as a noExternal module (#6696)Gravatar Matthew Phillips 1-0/+1
2023-03-10fix: Enforce the usage of type imports when possible (#6502)Gravatar Erika 1-1/+1
2022-10-07[ci] formatGravatar matthewp 1-2/+4
2022-10-07Fix suppot for mui (#5016)Gravatar Matthew Phillips 1-0/+4
2022-08-05[ci] formatGravatar matthewp 1-1/+3
2022-08-05Add test for mdx + React usage (#4174)Gravatar Matthew Phillips 1-4/+3
* Add test for mdx + React usage * Add a changeset Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-04-02update prettier width (#2968)Gravatar Fred K. Schott 1-5/+23
2022-03-31[ci] formatGravatar matthewp 1-1/+1
2022-03-31React 18 monorepo upgrade (#2948)Gravatar Fred K. Schott 1-1/+1
* First pass at supporting React 18 in @astrojs/react * Try marking React 18’s `react-dom/client` as external * Try a different approach to importing different React versions * Allow resolving JSON modules * Revert "Allow resolving JSON modules" This reverts commit 5279b7249c52b20fd74fe48f9f1047c9b3a117dc. * Try the separate client entrypoint approach from #2946 * Clean up diff * Trying to see something * Just keep swimming… 🐠 * update to support react 18 * update React to React 18 across the board Co-authored-by: delucis <swithinbank@gmail.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-03-31[ci] formatGravatar matthewp 1-1/+1
2022-03-31Add support for React 18 in @astrojs/react (#2947)Gravatar Fred K. Schott 1-6/+11
* First pass at supporting React 18 in @astrojs/react * Try marking React 18’s `react-dom/client` as external * Try a different approach to importing different React versions * Allow resolving JSON modules * Revert "Allow resolving JSON modules" This reverts commit 5279b7249c52b20fd74fe48f9f1047c9b3a117dc. * Try the separate client entrypoint approach from #2946 * Clean up diff * Trying to see something * Just keep swimming… 🐠 * update to support react 18 * add changeset * add docs Co-authored-by: delucis <swithinbank@gmail.com>
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-0/+54
* 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