summaryrefslogtreecommitdiff
path: root/packages/integrations/react (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-04-11[ci] release (#10739)create-astro@4.8.0astro@4.6.0@astrojs/vue@4.1.0@astrojs/upgrade@0.3.0@astrojs/telemetry@3.1.0@astrojs/svelte@5.4.0@astrojs/solid-js@4.1.0@astrojs/react@3.3.0@astrojs/prism@3.1.0@astrojs/preact@3.2.0@astrojs/mdx@2.3.0@astrojs/markdown-remark@5.1.0@astrojs/markdoc@0.10.0Gravatar Houston (Bot) 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-10feat: upgrade the minimum Node.js maintainance LTS version (#10689)Gravatar Emanuele Stoppa 1-1/+1
* feat: upgrade the minimum Node.js maintainance LTS version * chore: update minimum npm version * chore: revert npm change * chore: address Erika's feedback * chore: apply further suggestions * Update .changeset/empty-rules-type.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-04-09[ci] release (#10680)astro@4.5.17@astrojs/vue@4.0.11@astrojs/react@3.2.0@astrojs/db@0.10.2Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-04[ci] formatGravatar fightingcat 1-1/+4
2024-04-04Expose Babel config for @astro/react. (#10675)Gravatar fightingcat 1-3/+5
2024-04-02[ci] release (#10651)astro@4.5.14@astrojs/react@3.1.1@astrojs/db@0.9.11Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-02[ci] formatGravatar Matthew Phillips 1-1/+1
2024-04-02Mark @material-tailwind/react as noExternal (#10654)Gravatar Matthew Phillips 1-0/+1
2024-03-13Revert "[ci] format" (#10417)Gravatar Emanuele Stoppa 2-5/+5
* Revert "[ci] format" This reverts commit 1863727215e87e20c6f5aebe5f9ee0f2783bc788. * pin dependency * update lock
2024-03-13[ci] formatGravatar Houston (Bot) 2-5/+5
2024-03-11[ci] release (#10365)astro@4.5.0@astrojs/vercel@7.3.6@astrojs/react@3.1.0@astrojs/mdx@2.2.0@astrojs/markdown-remark@4.3.0@astrojs/markdoc@0.9.2@astrojs/internal-helpers@0.3.0@astrojs/db@0.7.1Gravatar Houston (Bot) 2-1/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-08[ci] formatGravatar Erika 1-1/+1
2024-03-08Allow islands to be re-rendered with new props on page transition (#10136)Gravatar Matthew Phillips 1-4/+21
* Allow islands to be re-rendered with new props on page transition * Adjust the expected styles * Restore test expectation * Add changeset and final change * linting * Implement transition:persist-props behavior * Fix lockfile * Fix expectations * App is hyrid * Update .changeset/lovely-nails-cough.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/lovely-nails-cough.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/lovely-nails-cough.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-02-28Update Vite to latest (#10259)Gravatar Bjorn Lu 1-1/+1
2024-02-27chore: import sort source code, exception for the `astro` package (#10242)Gravatar Emanuele Stoppa 3-4/+4
* 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>
2024-02-22chore: import sorting for test folder and e2e folder (#10190)Gravatar Emanuele Stoppa 1-1/+1
2024-02-21chore: use biome to sort imports - only test files (#10180)Gravatar Emanuele Stoppa 1-1/+1
* chore: use biome to sort imports * do the sorting * Update package.json Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-02-16chore: Change `strictEqual` to `equal` (#10140)Gravatar ktym4a 1-2/+2
2024-02-15Update to Vite 5.1 (#10120)Gravatar Bjorn Lu 1-1/+1
2024-02-07[ci] release (#10018)astro@4.3.5@astrojs/vercel@7.3.0@astrojs/react@3.0.10Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-07Fix Issues with passing void elements to React with ↵Gravatar StandardGage 1-0/+4
`experimentalReactChildren` flag set (#9849) * Create simple react element if element has no children * Fix for when element has text * add changeset * minor -> patch --------- Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2024-01-31chore(@astrojs/integrations/react) Migrate tests to `node:test` for ↵Gravatar voxel!() 3-36/+39
`@astrojs/react` (#9899) * Migrate Telemetry tests to node:test * Remove fallback to chai * Remove chai and mocha dependencies * Fix trailing comma * Fix pnpm-lock.yaml desync * Add back old tests with progression * Convert tests to node:test * Remove unused dependencies * Remove artifact changes * Revert more artifacts * Fix more
2024-01-23fix: vite security issue (#9773)Gravatar Stefano 1-2/+2
2023-12-27[ci] release (#9491)astro@4.0.8@astrojs/vue@4.0.6@astrojs/vercel@6.1.1@astrojs/tailwind@5.1.0@astrojs/svelte@5.0.3@astrojs/solid-js@3.0.3@astrojs/sitemap@3.0.4@astrojs/react@3.0.9@astrojs/preact@3.0.2@astrojs/partytown@2.0.3@astrojs/node@7.0.3@astrojs/mdx@2.0.3@astrojs/markdoc@0.8.2@astrojs/lit@4.0.1@astrojs/alpinejs@0.3.2Gravatar Houston (Bot) 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-21[ci] formatGravatar Sarah Rainsberger 1-1/+1
2023-12-21[docs] minimal integration READMEs (#9479)Gravatar Sarah Rainsberger 1-134/+22
Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com> Co-authored-by: Elian <15145918+ElianCodes@users.noreply.github.com> Co-authored-by: Alexander Niebuhr <45965090+alexanderniebuhr@users.noreply.github.com>
2023-12-20[ci] formatGravatar Nate Moore 2-2/+2
2023-12-20Skip `check` for known Qwik components (#9482)Gravatar Nate Moore 2-0/+2
2023-12-20[ci] release (#9457)astro@4.0.7@astrojs/vue@4.0.5@astrojs/tailwind@5.0.4@astrojs/svelte@5.0.2@astrojs/react@3.0.8@astrojs/node@7.0.2@astrojs/mdx@2.0.2@astrojs/markdoc@0.8.1Gravatar Houston (Bot) 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-20chore: upgrade vite to latest (close #9443) (#9452)Gravatar Florian Lefebvre 1-1/+1
* chore: upgrade vite to latest * chore: add changeset * fix: enforce type * fix: postcss * chore: log messages * fix: take vite re-optimizing message into account --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-12-18[ci] formatGravatar Ken Powers 1-1/+2
2023-12-18Fix Preact Forwarded Ref components not working in astro files when React ↵Gravatar Ken Powers 1-0/+3
integration is enabled (#9403) * Fix Preact Forwarded Ref components not working in astro files when React integration is enabled * Handle undefined $$typeof * Add changeset * Use Symbol.for * :zap: * Update .changeset/breezy-hairs-yell.md --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-12-05[ci] release (#9307)create-astro@4.5.2astro@4.0.0@astrojs/vue@4.0.0@astrojs/vercel@6.0.0@astrojs/upgrade@0.2.0@astrojs/svelte@5.0.0@astrojs/rss@4.0.0@astrojs/react@3.0.7@astrojs/node@7.0.0@astrojs/mdx@2.0.0@astrojs/markdown-remark@4.0.0@astrojs/markdoc@0.8.0Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-12-01Fix missing type import from auto format (#9250)Gravatar Bjorn Lu 1-0/+1
2023-11-30[ci] formatGravatar Bjorn Lu 1-1/+0
2023-11-27[ci] release (beta) (#9114)create-astro@4.5.2-beta.0astro@4.0.0-beta.0@astrojs/vue@4.0.0-beta.0@astrojs/vercel@6.0.0-beta.0@astrojs/tailwind@6.0.0-beta.0@astrojs/svelte@5.0.0-beta.0@astrojs/rss@4.0.0-beta.0@astrojs/react@3.0.7-beta.0@astrojs/node@7.0.0-beta.0@astrojs/mdx@2.0.0-beta.0@astrojs/markdown-remark@4.0.0-beta.0Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-22Merge branch 'main' into nextGravatar bluwy 4-15/+33
2023-11-21[ci] release (#9155)astro@3.5.7@astrojs/react@3.0.6Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-21[ci] formatGravatar Arsh 2-16/+15
2023-11-21fix(react): make children `undefined` with `experimentalReactChildren` (#9141)Gravatar Arsh 3-12/+25
* add test script * make children `undefined` with self-closing tags * add changeset * refactor: simplify
2023-11-21Update all dependencies (#9138)Gravatar Bjorn Lu 2-3/+3
Co-authored-by: delucis <delucis@users.noreply.github.com>
2023-11-17Support Vite 5 (#9122)Gravatar Bjorn Lu 1-2/+2
2023-11-16[ci] release (#9107)astro@3.5.5@astrojs/svelte@4.0.4@astrojs/react@3.0.5@astrojs/node@6.0.4Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-16Add compatibility with cloudflare node (#8925)Gravatar brandonsdebt 1-1/+1
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-10-24[ci] release (#8895)create-astro@4.4.0astro@3.3.4@astrojs/vercel@5.1.0@astrojs/telemetry@3.0.4@astrojs/react@3.0.4@astrojs/mdx@1.1.3@astrojs/markdoc@0.7.0Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-24[ci] formatGravatar matthewp 2-28/+35
2023-10-24Fix client hydration in experimentalReactChildren (#8898)Gravatar Matthew Phillips 6-27/+70
* Fix client hydration in experimentalReactChildren * Add tests * Add a changeset * Use recursion instead of walking * getChildren -> swap order --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-05[ci] release (#8738)Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-03feat: add provenance to packages (#8737)Gravatar Emanuele Stoppa 1-0/+3