Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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.0 | 17 | -16/+93 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-11-27 | Remove support for simple objects in endpoints (#9181) | 8 | -38/+21 | ||
* Deprecate simple object from endpoints * Update changeset * Add missing Response return Co-authored-by: Happydev <81974850+MoustaphaDev@users.noreply.github.com> * Update .changeset/clever-beds-notice.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Happydev <81974850+MoustaphaDev@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-11-28 | Remove deprecated features from Astro 3.0 (#9168) | 10 | -14/+10 | ||
2023-11-24 | Remove vercel deprecated analytics option (#9184) | 2 | -30/+7 | ||
2023-11-22 | Merge branch 'main' into next | 4 | -15/+33 | ||
2023-11-21 | [ci] release (#9155)astro@3.5.7@astrojs/react@3.0.6 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-11-21 | [ci] format | 2 | -16/+15 | ||
2023-11-21 | fix(react): make children `undefined` with `experimentalReactChildren` (#9141) | 3 | -12/+25 | ||
* add test script * make children `undefined` with self-closing tags * add changeset * refactor: simplify | |||||
2023-11-21 | Update all dependencies (#9138) | 23 | -75/+69 | ||
Co-authored-by: delucis <delucis@users.noreply.github.com> | |||||
2023-11-18 | Logging rewrite 2 (#9105) | 2 | -50/+2 | ||
* update logging add back warning for header access improve labels and formatting improve error logging remove outdated error fix build new error messages and hints new error messages and hints * walk back error message changes * fix rebase issues * add changeset * Remove accidental log * revert bad env change * Update index.ts * Update packages/astro/src/core/build/index.ts Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> | |||||
2023-11-17 | Support Vite 5 (#9122) | 8 | -16/+15 | ||
2023-11-16 | [ci] release (#9107)astro@3.5.5@astrojs/svelte@4.0.4@astrojs/react@3.0.5@astrojs/node@6.0.4 | 6 | -3/+21 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-11-16 | Add compatibility with cloudflare node (#8925) | 1 | -1/+1 | ||
2023-11-15 | [ci] format | 2 | -3/+3 | ||
2023-11-16 | Cancel response stream when connection closes (#9071) | 5 | -233/+50 | ||
* cancel stream on close * add changeset * add test * Update .changeset/modern-ways-develop.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: lilnasy <69170106+lilnasy@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-11-15 | [ci] format | 1 | -1/+1 | ||
2023-11-15 | Support Svelte 5 (experimental) (#9098) | 5 | -9/+107 | ||
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-11-14 | [ci] release (#9078)astro@3.5.4@astrojs/mdx@1.1.5@astrojs/markdown-remark@3.5.0@astrojs/markdoc@0.7.2 | 4 | -2/+15 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-11-14 | [ci] format | 1 | -1/+1 | ||
2023-11-14 | Refactor shikiji syntax highlighting code (#9083) | 1 | -100/+5 | ||
2023-11-10 | fix: regression when calculating params and pattern (#9051) | 3 | -3/+24 | ||
* fix: regression when calculating params and pattern * changeset | |||||
2023-11-09 | [ci] release (#9021)astro@3.5.0@astrojs/mdx@1.1.4@astrojs/markdown-remark@3.4.0@astrojs/lit@3.0.3 | 4 | -2/+15 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-11-08 | Support prefetch in core (#8951) | 1 | -0/+2 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-11-08 | Fix Lit integration hydration ordering (#9018) | 2 | -1/+4 | ||
* Provide renderer instance to `customElementHostStack` * Add changeset | |||||
2023-11-08 | [ci] release (#8989)astro@3.4.4@astrojs/vue@3.0.4@astrojs/vercel@5.2.0 | 4 | -2/+16 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-11-08 | fix(vue): vue regular script block exports not being recognized inside ↵ | 7 | -14/+97 | ||
editor (#8998) Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> | |||||
2023-11-07 | [ci] format | 1 | -2/+2 | ||
2023-11-07 | feat(vercel): streaming (#8879) | 7 | -8/+64 | ||
2023-11-01 | [ci] release (#8934)create-astro@4.5.0astro@3.4.1@astrojs/vue@3.0.3@astrojs/sitemap@3.0.3@astrojs/partytown@2.0.2@astrojs/markdoc@0.7.1 | 8 | -4/+30 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-10-30 | chore(deps): Upgrade Zod to @latest (#8762) | 2 | -2/+2 | ||
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> | |||||
2023-10-27 | [ci] format | 1 | -1/+0 | ||
2023-10-27 | Prevent passing slot names as props (#8930) | 7 | -1/+64 | ||
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Nate Moore <7118177+natemoo-re@users.noreply.github.com> | |||||
2023-10-27 | fix(partytown): allow overriding the lib option (close #8760) (#8892) | 1 | -1/+1 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-10-27 | Fix: Markdoc Integration build when root folder contains spaces (#8759) | 6 | -2/+76 | ||
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> | |||||
2023-10-26 | Fix examples smoke test fail (#8923) | 4 | -14/+14 | ||
2023-10-26 | Prevent bumping peer deps (#8893) | 7 | -7/+7 | ||
2023-10-25 | [ci] update lockfile (#8721) | 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.0 | 12 | -11/+59 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-10-24 | Recommend the VS Code MDX extension (#8897) | 1 | -9/+3 | ||
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-10-24 | [ci] format | 2 | -28/+35 | ||
2023-10-24 | Fix client hydration in experimentalReactChildren (#8898) | 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-24 | Prevent Vercel serverless generate static redirect pages (#8896) | 6 | -0/+53 | ||
2023-10-24 | [ci] format | 2 | -4/+3 | ||
2023-10-24 | feat(markdoc): allowIndentation integration option (#8802) | 11 | -1/+180 | ||
2023-10-23 | [ci] format | 3 | -28/+32 | ||
2023-10-23 | feat(vercel): maxDuration config (#8867) | 7 | -42/+183 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-10-23 | [ci] release (#8861)astro@3.3.3@astrojs/vue@3.0.2 | 8 | -8/+17 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-10-23 | Update README.md: Fix incorrect import in example code (#8888) | 1 | -1/+1 | ||
2023-10-18 | Fix Vue HMR for script tags (#8860) | 1 | -9/+13 | ||
2023-10-18 | [ci] release (#8848)create-astro@4.3.0astro@3.3.2@astrojs/sitemap@3.0.2 | 9 | -8/+14 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> |