Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-02 | [ci] release (#9541)astro@4.0.9@astrojs/vue@4.0.7@astrojs/vercel@6.1.2@astrojs/upgrade@0.2.2@astrojs/node@7.0.4 | 6 | -3/+21 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-01-01 | Fix asynchronous `appEntrypoint` support (#9558) | 9 | -2/+84 | ||
2023-12-29 | [ci] format | 1 | -4/+11 | ||
2023-12-29 | fix(vercel): prevent build failure with node 21 (#9550) | 1 | -7/+7 | ||
* fix(vercel): prevent build failure with node 21 * add changeset | |||||
2023-12-29 | fix(node): prevent crash on stream error (#9533) | 1 | -11/+19 | ||
* fix(node): prevent crash on stream error * add changeset * Apply suggestions from code review | |||||
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.2 | 28 | -14/+112 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-27 | [ci] format | 4 | -6/+6 | ||
2023-12-27 | [ci] update lockfile (#9519) | 1 | -1/+0 | ||
* [ci] update lockfile * Fix errors * Better Vue workaround --------- Co-authored-by: matthewp <matthewp@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com> | |||||
2023-12-27 | Forward Svelte client error (#9530) | 1 | -1/+0 | ||
2023-12-27 | Add tailwindcss nesting support (#9529) | 7 | -4/+101 | ||
* Add tailwindcss nesting support * Update lockfile | |||||
2023-12-27 | Filter out Svelte's unknown data prop warnings (#9510) | 1 | -2/+8 | ||
2023-12-21 | [ci] format | 14 | -14/+14 | ||
2023-12-21 | [docs] minimal integration READMEs (#9479) | 14 | -2944/+306 | ||
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] format | 4 | -4/+4 | ||
2023-12-20 | Skip `check` for known Qwik components (#9482) | 4 | -0/+4 | ||
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.1 | 14 | -7/+51 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-20 | chore: upgrade vite to latest (close #9443) (#9452) | 7 | -8/+8 | ||
* 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-19 | Fix typo in @astrojs/node README (#9471) | 1 | -1/+1 | ||
2023-12-18 | [ci] format | 1 | -1/+2 | ||
2023-12-18 | Fix Preact Forwarded Ref components not working in astro files when React ↵ | 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-15 | [ci] release (#9432)create-astro@4.6.0astro@4.0.6@astrojs/vue@4.0.4 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-15 | [ci] format | 1 | -1/+3 | ||
2023-12-15 | Simplify vue appEntrypoint handling (#9362) | 1 | -62/+38 | ||
* Simplify vue appEntrypoint handling * Try fix windows --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-12-14 | [ci] release (#9406)astro@4.0.5@astrojs/vercel@6.1.0@astrojs/lit@4.0.0 | 4 | -2/+18 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-13 | chore(vercel): Add beta option for status (#9413) | 2 | -2/+15 | ||
* Add beta option for status * Create stupid-cheetahs-sell.md * Add warning for beta * Update packages/integrations/vercel/src/serverless/adapter.ts Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * Switch to `minor` and document new API/option * Update README.md * Update README.md * Update packages/integrations/vercel/README.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * Update .changeset/stupid-cheetahs-sell.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> | |||||
2023-12-12 | [ci] format | 1 | -1/+1 | ||
2023-12-12 | [@astrojs/lit] lit 3.0 compatibility (#8822) | 2 | -6/+6 | ||
* updates packages * [Fix] pnpm-lock * [Fix] updates * revert dev dependencies * Update lockfile * Update lit version in the e2e tests * Adding changeset --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev> | |||||
2023-12-12 | fix(vercel): handle dots in source path for redirects (#9289) | 2 | -2/+12 | ||
* add fix * add test * add changeset | |||||
2023-12-11 | [ci] release (#9365)astro@4.0.4@astrojs/vue@4.0.3@astrojs/vercel@6.0.2@astrojs/svelte@5.0.1@astrojs/node@7.0.1@astrojs/mdx@2.0.1@astrojs/markdown-remark@4.0.1 | 10 | -5/+44 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-08 | [docs] Vercel README - update code samples (#9383) | 1 | -4/+4 | ||
2023-12-08 | [ci] format | 1 | -13/+13 | ||
2023-12-08 | fix(vercel): clear artifacts from redirects (#9287) | 2 | -7/+6 | ||
2023-12-07 | chore: update peer dependencies (#9366) | 4 | -4/+4 | ||
2023-12-07 | Allow Svelte 5 render slots as snippets (#9285) | 2 | -3/+12 | ||
2023-12-07 | Allow async functions in the Vercel edge middleware integration (#9334) | 1 | -1/+1 | ||
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> Co-authored-by: lilnasy <69170106+lilnasy@users.noreply.github.com> | |||||
2023-12-06 | [ci] release (#9340)astro@4.0.3@astrojs/vercel@6.0.1@astrojs/rss@4.0.1 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-06 | Define the Vercel adapter's peerDependency (#9348) | 1 | -1/+1 | ||
* Define the Vercel adapter's peerDependency * Update .changeset/nasty-carrots-study.md Co-authored-by: Alexander Niebuhr <alexander@nbhr.io> --------- Co-authored-by: Alexander Niebuhr <alexander@nbhr.io> | |||||
2023-12-05 | [ci] release (#9332)astro@4.0.2@astrojs/vue@4.0.2 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-06 | [ci] format | 2 | -4/+4 | ||
2023-12-05 | Vue: Remove `hasDefaultExport` check from `appEntrypoint` logic (#9333) | 10 | -6/+135 | ||
2023-12-05 | [ci] release (#9319)@astrojs/vue@4.0.1@astrojs/upgrade@0.2.1 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-05 | [ci] format | 1 | -3/+7 | ||
2023-12-05 | Improve Vue `appEntrypoint` handling (#8794) | 16 | -13/+219 | ||
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> Co-authored-by: Florian LEFEBVRE <contact@florian-lefebvre.dev> Co-authored-by: Nate Moore <nate@astro.build> | |||||
2023-12-05 | [ci] release (#9314)astro@4.0.1@astrojs/tailwind@5.0.3 | 2 | -1/+9 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@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.0 | 14 | -7/+62 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-12-05 | Downgrade the tailwind integration for Astro 3/4 compat (#9309) | 1 | -2/+2 | ||
2023-12-05 | Release markdoc integration as v0.x (#9308) | 1 | -2/+2 | ||
2023-12-04 | fix: enforce separate type imports (#9288) | 3 | -13/+9 | ||
2023-12-01 | [ci] release (beta) (#9251)astro@4.0.0-beta.3@astrojs/vercel@6.0.0-beta.2 | 4 | -2/+14 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-02 | Remove remaining deprecated APIs (#9263) | 3 | -24/+1 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> |