Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-16 | Add compatibility with cloudflare node (#8925) | 2 | -1/+6 | ||
2023-11-15 | [ci] format | 2 | -3/+3 | ||
2023-11-16 | Cancel response stream when connection closes (#9071) | 6 | -233/+55 | ||
* 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/+0 | ||
2023-11-15 | feat(i18n): apply specific routing logic only to pages (#9091) | 8 | -6/+115 | ||
2023-11-15 | feat(dev-overlay): Hide plugins into a separate menu when there's too many ↵ | 7 | -14/+220 | ||
enabled (#9102) | |||||
2023-11-15 | [ci] format | 1 | -1/+1 | ||
2023-11-15 | Support Svelte 5 (experimental) (#9098) | 7 | -17/+120 | ||
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 | 45 | -114/+110 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-11-14 | [ci] format | 4 | -4/+4 | ||
2023-11-14 | Refactor shikiji syntax highlighting code (#9083) | 10 | -293/+198 | ||
2023-11-14 | [ci] format | 1 | -1/+1 | ||
2023-11-14 | fix: Query params trigger the trailingSlash error in preview mode (#9045) | 2 | -1/+7 | ||
2023-11-14 | fix(assets): bundling regression for specific config on non-Node runtimes ↵ | 2 | -1/+10 | ||
(#9087) | |||||
2023-11-13 | [docs] config-reference typo (#9094) | 1 | -1/+1 | ||
2023-11-13 | [ci] format | 1 | -1/+1 | ||
2023-11-13 | fix(i18n): middleware should consider trailing slash when redirecting (#9085) | 9 | -10/+86 | ||
2023-11-13 | Support formmethod and formaction in ViewTransitions (#9084) | 6 | -5/+69 | ||
* Support formmethod and formaction in ViewTransitions * Adding a changeset * Update .changeset/new-pets-fail.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Be less clever --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> | |||||
2023-11-13 | feat(overlay): Add a settings panel (#9058) | 12 | -59/+349 | ||
2023-11-13 | chore(config.d.ts): Update comment (#9076) | 1 | -1/+2 | ||
2023-11-13 | fix(assets): Only use src to hash files generated by the passthrough service ↵ | 2 | -0/+6 | ||
(#9075) * fix(assets): Only use src to hash files generated by the passthrough service * chore: changeset | |||||
2023-11-13 | Fix typo in router.ts (#9077) | 1 | -1/+1 | ||
2023-11-13 | fix(logger): namespace label in debug logger (#9067) | 2 | -3/+8 | ||
2023-11-11 | [ci] release (#9070)astro@3.5.3 | 31 | -60/+61 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-11-12 | [ci] format | 2 | -2/+4 | ||
2023-11-11 | Fix asset propagation regression in 3.5 (#9069) | 7 | -10/+51 | ||
2023-11-10 | [ci] format | 1 | -5/+5 | ||
2023-11-10 | [docs] test config-reference formatting for sidebar (#9052) | 1 | -66/+71 | ||
Co-authored-by: Chris Swithinbank <357379+delucis@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com> Co-authored-by: Elian <15145918+ElianCodes@users.noreply.github.com> | |||||
2023-11-10 | [ci] release (#9054)create-astro@4.5.1astro@3.5.2 | 34 | -66/+68 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-11-10 | Allow same-page navigations on form posts (#9055) | 4 | -2/+43 | ||
* Allow same-page navigations on form posts * Add another comment | |||||
2023-11-10 | fix(middleware): do not import user middleware if not preset (#9057) | 13 | -10/+123 | ||
2023-11-10 | fix: added onError functionality to spinner (#9048) | 5 | -15/+20 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-11-10 | [ci] release (#9038)astro@3.5.1 | 35 | -80/+69 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-11-10 | fix: regression when calculating params and pattern (#9051) | 6 | -30/+58 | ||
* fix: regression when calculating params and pattern * changeset | |||||
2023-11-10 | [ci] format | 1 | -3/+2 | ||
2023-11-10 | fix: Astro info throws when xclip is not available (#9042) | 2 | -6/+17 | ||
* Update index.ts * Create hot-teachers-wave.md * Update .changeset/hot-teachers-wave.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> | |||||
2023-11-10 | fix(assets): Fix image errors when images were used on the client (#9049) | 6 | -3/+34 | ||
* fix(assets): Fix image errors when images were used on the client * test: add a test * chore: changeset | |||||
2023-11-10 | fix(logging): Fix --verbose flag not working (#9050) | 2 | -0/+6 | ||
2023-11-09 | [ci] format | 1 | -5/+5 | ||
2023-11-09 | [docs] hotfixes to i18n config-ref (#9037) | 2 | -9/+18 | ||
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
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 | 48 | -297/+289 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-11-09 | [ci] update lockfile (#8950) | 2 | -5/+5 | ||
Co-authored-by: Nate Moore <nate@astro.build> | |||||
2023-11-09 | chore: Update docs for TS 5 presets (#9025) | 1 | -1/+1 | ||
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-11-09 | [ci] format | 17 | -192/+259 | ||
2023-11-09 | Content Collection cache (experimental) (#8854) | 45 | -209/+1962 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Matthew Phillips <matthew@skypack.dev> | |||||
2023-11-09 | fix(i18n): names of the functions should match the RFC (#9035) | 5 | -23/+65 | ||
2023-11-09 | fix(config types): routingStrategy is optional (#9034) | 1 | -1/+1 | ||
2023-11-09 | fix(i18n): fallback index when routing is prefix-always (#9032) | 4 | -69/+106 | ||
* fix(i18n): fallback index when routing is prefix-always * chore: add comment as per feedback | |||||
2023-11-09 | Remove empty changeset (#9030) | 1 | -5/+0 | ||
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> | |||||
2023-11-09 | fix(assets): Use uint8arrays instead of Buffer in code that can run outside ↵ | 7 | -10/+22 | ||
of Node (#9029) * fix(assets): Use uint8arrays instead of Buffer in code that can run outside of Node * chore: changeset * docs: update changeset with more information on what to do if a Buffer is important * nit: do a patch instead |