summaryrefslogtreecommitdiff
path: root/packages/integrations (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-06-06[ci] release (#11186)astro@4.10.0@astrojs/vue@4.4.0@astrojs/svelte@5.5.0@astrojs/solid-js@4.3.0@astrojs/react@3.5.0@astrojs/preact@3.4.0@astrojs/mdx@3.1.0@astrojs/lit@4.2.0Gravatar Houston (Bot) 14-7/+175
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-05feat(container): provide a virtual module to load renderers (#11144)Gravatar Emanuele Stoppa 7-7/+67
* feat(container): provide a virtual module to load renderers * address feedback * chore: restore some default to allow to have PHP prototype working * Thread through renderers and manifest * Pass manifest too * update changeset * add diff * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fix diff * rebase and update lock --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-06-05[ci] release (#11158)astro@4.9.3@astrojs/lit@4.1.0Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-30fix(deps): update all non-major dependencies (#11151)Gravatar renovate[bot] 18-33/+33
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-05-29[ci] formatGravatar Scott Nath 2-5/+6
2024-05-29:bug: removed deprecated items from lit integration (#11164)Gravatar Scott Nath 2-17/+4
* :bug: removed deprecated items from lit integration * :rocket: update minified * :bug: need `Document`
2024-05-23[ci] release (#11116)astro@4.9.0@astrojs/web-vitals@0.2.1@astrojs/vue@4.3.0@astrojs/react@3.4.0Gravatar Houston (Bot) 6-3/+78
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-23Let web vitals route handle all requests under that path (#11120)Gravatar Chris Swithinbank 1-1/+1
2024-05-22[ci] formatGravatar Ben Holmes 1-1/+1
2024-05-22Actions: React 19 progressive enhancement support (#11071)Gravatar Ben Holmes 4-0/+168
* deps: react 19 * feat: react progressive enhancement with useActionState * refactor: revert old action state implementation * feat(test): react 19 action with useFormStatus * fix: remove unused context arg * fix: wrote actions to wrong test fixture! * deps: revert react 19 beta to 18 for actions-blog fixture * chore: remove unused overrides * chore: remove unused actions export * chore: spaces vs tabs ugh * chore: fix conflicting fixture names * chore: changeset * chore: bump changeset to minor * Actions: support React 19 `useActionState()` with progressive enhancement (#11074) * feat(ex): Like with useActionState * feat: useActionState progressive enhancement! * feat: getActionState utility * chore: revert actions-blog fixture experimentation * fix: add back actions.ts export * feat(test): Like with use action state test * fix: stub form state client-side to avoid hydration error * fix: bad .safe chaining * fix: update actionState for client call * fix: correctly resume form state client side * refactor: unify and document reactServerActionResult * feat(test): useActionState assertions * feat(docs): explain my mess * refactor: add experimental_ prefix * refactor: move all react internals to integration * chore: remove unused getIslandProps * chore: remove unused imports * chore: undo format changes * refactor: get actionResult from middleware directly * refactor: remove bad result type * fix: like button disabled timeout * chore: changeset * refactor: remove request cloning * Update .changeset/gentle-windows-enjoy.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * changeset grammar tense --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-05-22[ci] formatGravatar Jan-Niklas W 1-4/+4
2024-05-22feat(vue): add support vue devtools options (#11055)Gravatar Jan-Niklas W 2-3/+6
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Jan-Niklas Wortmann <jan-niklas.wortmann@jetbrains.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-05-22[ci] release (#11086)astro@4.8.7@astrojs/web-vitals@0.2.0@astrojs/sitemap@3.1.5@astrojs/mdx@3.0.1@astrojs/db@0.11.4Gravatar Houston (Bot) 6-3/+25
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-21fix(renderer): omitting internal symbol from mdx props (#10813)Gravatar Xetera 7-0/+83
2024-05-21Make status code check more strict for sitemap plugin (#10779)Gravatar Adrian Lyjak 4-12/+45
Co-authored-by: Ben Holmes <hey@bholmes.dev> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-05-20Support deprecating Web Vitals table (#11096)Gravatar Chris Swithinbank 3-1/+52
2024-05-18[ci] formatGravatar Chris Swithinbank 1-1/+1
2024-05-18Upgrade `web-vitals` to v4 (#11094)Gravatar Chris Swithinbank 5-18/+61
2024-05-13fix(deps): update all non-major dependencies (#11015)Gravatar renovate[bot] 13-18/+18
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-05-09[ci] release (#10985)astro@4.8.1@astrojs/react@3.3.4Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-09feat(package.json): removed wrong react types (#10986)Gravatar Federico Ballarini 1-2/+2
2024-05-09[ci] release (#10944)astro@4.8.0@astrojs/web-vitals@0.1.1@astrojs/vue@4.2.0@astrojs/vercel@7.6.0@astrojs/solid-js@4.2.0@astrojs/react@3.3.3@astrojs/preact@3.3.0@astrojs/mdx@3.0.0@astrojs/db@0.11.1Gravatar Houston (Bot) 14-7/+110
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-09chore(deps): update all non-major dependencies (#10958)Gravatar renovate[bot] 19-35/+35
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-05-08[ci] formatGravatar Florian Lefebvre 1-1/+1
2024-05-08feat(solid): add support for devtools (#10937)Gravatar Florian Lefebvre 2-9/+82
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-05-08feat(vercel): skew protection (#10761)Gravatar Emanuele Stoppa 3-75/+17
* feat(vercel): skew protection * feat(vercel): skew protection
2024-05-08MDX integration v3 (#10935)Gravatar Bjorn Lu 12-254/+647
* fix(mdx): convert remark-images-to-component plugin to a rehype plugin (#10697) * Remove fs read for MDX transform (#10866) * Tag MDX component for faster checks when rendering (#10864) * Use unified plugin only for MDX transform (#10869) * Only traverse children and handle mdxJsxTextElement when optimizing (#10885) * Rename to `optimize.ignoreComponentNames` in MDX (#10884) * Allow remark/rehype plugins added after mdx to work (#10877) * Improve MDX optimize with sibling nodes (#10887) * Improve types in rehype-optimize-static.ts * Rename `ignoreComponentNames` to `ignoreElementNames` I think this better reflects what it's actually doing * Simplify plain MDX nodes in optimize option (#10934) * Format code * Minimize diff changes * Update .changeset/slimy-cobras-end.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Armand Philippot <59021693+ArmandPhilippot@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-05-08Improve content collection styles and scripts build perf (#10959)Gravatar Bjorn Lu 1-1/+1
* Improve content collection styles and scripts build perf * Update test It was actually a bug. There was an empty module script injected. * Skip test * Fix test not matching non-ccc behaviour * Workaround bug to make test pass * Update .changeset/grumpy-pillows-develop.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-05-07[ci] formatGravatar Matthew Phillips 1-16/+15
2024-05-07Support React 19 (#10942)Gravatar Matthew Phillips 2-23/+52
* Support React 19 * Fix lint * Update .changeset/short-phones-breathe.md * fix: update types peer dep --------- Co-authored-by: bholmesdev <hey@bholmes.dev>
2024-05-06[ci] formatGravatar Chris Swithinbank 1-1/+1
2024-05-06Import metric table from astro:db (#10947)Gravatar Chris Swithinbank 2-4/+4
2024-05-06feat(vue): add support for devtools (#10929)Gravatar Florian Lefebvre 2-12/+26
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-05-03feat(preact): add support for devtools (#10938)Gravatar Florian Lefebvre 1-3/+10
* feat(preact): add support for devtools * Update little-dryers-stare.md
2024-05-03fix: don't include port twice from x-forwarded-host and x-forwarded-port ↵Gravatar Jakob Hellermann 1-0/+20
headers (#10917) * fix: don't include port twice from x-forwarded-host and x-forwarded-port headers * add changeset * add test for port both in forwarded host and forwarded port * don't include port if undefined * Update .changeset/forty-wolves-turn.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-05-03[ci] release (#10943)@astrojs/web-vitals@0.1.0@astrojs/db@0.11.0Gravatar Houston (Bot) 2-8/+15
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-03[ci] formatGravatar Chris Swithinbank 1-1/+1
2024-05-03Add web-vitals integration (#10883)Gravatar Chris Swithinbank 17-0/+526
2024-05-02[ci] release (#10890)astro@4.7.1@astrojs/react@3.3.2@astrojs/db@0.10.7Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-01Fix typos (#10923)Gravatar Viktor Szépe 4-4/+4
2024-04-30fix a deprecated method in react integration using SSR: ↵Gravatar Gabriele Angrisani 1-33/+3
renderToStaticNodeStream (#10893) * deprecated method renderToStaticNodeStream * Create twelve-bulldogs-raise.md --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-04-30fix(deps): update all non-major dependencies (#10901)Gravatar renovate[bot] 8-13/+13
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-23[ci] release (#10842)astro@4.6.4@astrojs/vercel@7.5.4@astrojs/react@3.3.1@astrojs/partytown@2.1.0@astrojs/markdoc@0.11.0@astrojs/db@0.10.6Gravatar Houston (Bot) 8-4/+32
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-23fix: allow redoc to render on react components (#10855)Gravatar Lam 1-1/+0
* fix: removed redoc from noExternal for react * Add changeset --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2024-04-23[ci] formatGravatar Bjorn Lu 1-1/+1
2024-04-23Move MDX Vite plugin to new file (#10854)Gravatar Bjorn Lu 2-88/+93
2024-04-22chore(deps): update all non-major dependencies (#10833)Gravatar renovate[bot] 14-57/+56
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-04-22Refactor MDX postprocess plugin (#10832)Gravatar Bjorn Lu 3-73/+118
2024-04-22chore(deps): update dependency devalue to v5 (#10836)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-20Update major deps (#10823)Gravatar Bjorn Lu 5-18/+4