summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-11-27[ci] release (#9180)astro@3.6.1Gravatar Houston (Bot) 32-65/+63
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-24[ci] formatGravatar Guspan Tanadi 1-2/+1
2023-11-24style: highlight markdown Tip Note section CONTRIBUTING (#9123)Gravatar Guspan Tanadi 1-5/+7
2023-11-23fix scroll restoration issue on webKit browsers (#9186)Gravatar Martin Trapp 2-1/+7
* fix scroll restoration issue on webKit browsers * add changeset * Update .changeset/shaggy-socks-glow.md * Update .changeset/shaggy-socks-glow.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-23fix(middleware): rename internal middleware id (#9173)Gravatar Arsh 2-1/+6
* rename internal middleware id * add changeset
2023-11-23fix: Changelog formatting for 3.6.0 View Transition events (#9176)Gravatar Martin Trapp 1-3/+3
Co-authored-by: Eva Decker <itsevadecker@gmail.com>
2023-11-22[ci] formatGravatar Eva Decker 1-3/+3
2023-11-22Fix View Transitions code block formatting (#9174)Gravatar Eva Decker 1-3/+3
2023-11-22[ci] release (#9165)astro@3.6.0Gravatar Houston (Bot) 34-90/+83
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-22Move the Picture component out of experimental (#9166)Gravatar Matthew Phillips 1-0/+9
* Move the Picture component out of experimental * Update .changeset/pretty-ducks-hang.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-22Fallback to tap prefetch strategy on slow connection (#9092)Gravatar Smit Barmase 3-9/+35
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-11-22[ci] formatGravatar Martin Trapp 1-4/+4
2023-11-22New events for Astro's view transition API (#9090)Gravatar Martin Trapp 10-171/+528
* draft new view transition events * initial state for PR * remove intraPageTransitions flag based on review comments * add createAnimationScope after review comments * remove style elements from styles after review comments * remove quotes from animation css to enable set:text * added changeset * move scrollRestoration call from popstate handler to scroll update * Update .changeset/few-keys-heal.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Less confusing after following review comments * Less confusing after following review comments --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-21[ci] release (#9155)astro@3.5.7@astrojs/react@3.0.6Gravatar Houston (Bot) 34-70/+72
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-21Revert "fix(i18n): fallback should create consistent directories (#9142… ↵Gravatar Emanuele Stoppa 7-213/+228
(#9157)
2023-11-21[ci] formatGravatar Arsh 2-16/+15
2023-11-21fix(react): make children `undefined` with `experimentalReactChildren` (#9141)Gravatar Arsh 5-12/+33
* add test script * make children `undefined` with self-closing tags * add changeset * refactor: simplify
2023-11-21[ci] release (#9116)astro@3.5.6Gravatar Houston (Bot) 35-80/+69
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-20fix: test case for #9095 (#9127)Gravatar Emanuele Stoppa 1-0/+31
2023-11-20Extend the 'click' listener of view transitions to handle links in SVGs and ↵Gravatar Martin Trapp 4-8/+86
areas in image maps (#9140) * handle clicks on SVGAElements and image maps * add changeset
2023-11-20fix(i18n): fallback should create consistent directories (#9142)Gravatar Emanuele Stoppa 7-221/+245
2023-11-17fix(i18n): review fallback system (#9119)Gravatar Emanuele Stoppa 15-254/+285
2023-11-17Warn if astro add fetch failed with non 404 status (#9121)Gravatar Zhang Zhipeng 2-1/+15
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2023-11-16feat(i18n): add `Astro.currentLocale` (#9101)Gravatar Emanuele Stoppa 17-16/+222
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) 41-101/+102
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-16Add compatibility with cloudflare node (#8925)Gravatar brandonsdebt 2-1/+6
2023-11-15[ci] formatGravatar pilcrowOnPaper 2-3/+3
2023-11-16Cancel response stream when connection closes (#9071)Gravatar pilcrowOnPaper 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] formatGravatar Emanuele Stoppa 1-1/+0
2023-11-15feat(i18n): apply specific routing logic only to pages (#9091)Gravatar Emanuele Stoppa 8-6/+115
2023-11-15feat(dev-overlay): Hide plugins into a separate menu when there's too many ↵Gravatar Erika 7-14/+220
enabled (#9102)
2023-11-15[ci] formatGravatar Bjorn Lu 1-1/+1
2023-11-15Support Svelte 5 (experimental) (#9098)Gravatar Bjorn Lu 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.2Gravatar Houston (Bot) 45-114/+110
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-14[ci] formatGravatar bluwy 4-4/+4
2023-11-14Refactor shikiji syntax highlighting code (#9083)Gravatar Bjorn Lu 10-293/+198
2023-11-14[ci] formatGravatar bluwy 1-1/+1
2023-11-14fix: Query params trigger the trailingSlash error in preview mode (#9045)Gravatar Rishi Raj Jain 2-1/+7
2023-11-14fix(assets): bundling regression for specific config on non-Node runtimes ↵Gravatar Alexander Niebuhr 2-1/+10
(#9087)
2023-11-13[docs] config-reference typo (#9094)Gravatar Sarah Rainsberger 1-1/+1
2023-11-13[ci] formatGravatar ematipico 1-1/+1
2023-11-13fix(i18n): middleware should consider trailing slash when redirecting (#9085)Gravatar Emanuele Stoppa 9-10/+86
2023-11-13Support formmethod and formaction in ViewTransitions (#9084)Gravatar Matthew Phillips 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-13feat(overlay): Add a settings panel (#9058)Gravatar Erika 12-59/+349
2023-11-13chore(config.d.ts): Update comment (#9076)Gravatar Risu 1-1/+2
2023-11-13fix(assets): Only use src to hash files generated by the passthrough service ↵Gravatar Erika 2-0/+6
(#9075) * fix(assets): Only use src to hash files generated by the passthrough service * chore: changeset
2023-11-13Fix typo in router.ts (#9077)Gravatar Ikko Eltociear Ashimine 1-1/+1
2023-11-13fix(logger): namespace label in debug logger (#9067)Gravatar Daniel Hajduk 2-3/+8
2023-11-11[ci] release (#9070)astro@3.5.3Gravatar Houston (Bot) 31-60/+61
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-12[ci] formatGravatar natemoo-re 2-2/+4