Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-27 | [ci] release (#9180)astro@3.6.1 | 32 | -65/+63 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-11-24 | [ci] format | 1 | -2/+1 | ||
2023-11-24 | style: highlight markdown Tip Note section CONTRIBUTING (#9123) | 1 | -5/+7 | ||
2023-11-23 | fix scroll restoration issue on webKit browsers (#9186) | 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-23 | fix(middleware): rename internal middleware id (#9173) | 2 | -1/+6 | ||
* rename internal middleware id * add changeset | |||||
2023-11-23 | fix: Changelog formatting for 3.6.0 View Transition events (#9176) | 1 | -3/+3 | ||
Co-authored-by: Eva Decker <itsevadecker@gmail.com> | |||||
2023-11-22 | [ci] format | 1 | -3/+3 | ||
2023-11-22 | Fix View Transitions code block formatting (#9174) | 1 | -3/+3 | ||
2023-11-22 | [ci] release (#9165)astro@3.6.0 | 34 | -90/+83 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-11-22 | Move the Picture component out of experimental (#9166) | 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-22 | Fallback to tap prefetch strategy on slow connection (#9092) | 3 | -9/+35 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> | |||||
2023-11-22 | [ci] format | 1 | -4/+4 | ||
2023-11-22 | New events for Astro's view transition API (#9090) | 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.6 | 34 | -70/+72 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-11-21 | Revert "fix(i18n): fallback should create consistent directories (#9142… ↵ | 7 | -213/+228 | ||
(#9157) | |||||
2023-11-21 | [ci] format | 2 | -16/+15 | ||
2023-11-21 | fix(react): make children `undefined` with `experimentalReactChildren` (#9141) | 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.6 | 35 | -80/+69 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-11-20 | fix: test case for #9095 (#9127) | 1 | -0/+31 | ||
2023-11-20 | Extend the 'click' listener of view transitions to handle links in SVGs and ↵ | 4 | -8/+86 | ||
areas in image maps (#9140) * handle clicks on SVGAElements and image maps * add changeset | |||||
2023-11-20 | fix(i18n): fallback should create consistent directories (#9142) | 7 | -221/+245 | ||
2023-11-17 | fix(i18n): review fallback system (#9119) | 15 | -254/+285 | ||
2023-11-17 | Warn if astro add fetch failed with non 404 status (#9121) | 2 | -1/+15 | ||
Co-authored-by: bluwy <bjornlu.dev@gmail.com> | |||||
2023-11-16 | feat(i18n): add `Astro.currentLocale` (#9101) | 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.4 | 41 | -101/+102 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
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 | ||