summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.0Gravatar Houston (Bot) 66-154/+330
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-27Remove support for simple objects in endpoints (#9181)Gravatar Bjorn Lu 56-529/+206
* 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-28Remove shiki lang path property support (#9196)Gravatar Bjorn Lu 7-427/+22
2023-11-28Remove deprecated features from Astro 3.0 (#9168)Gravatar Bjorn Lu 47-398/+95
2023-11-28Remove deprecated markdown-remark APIs (#9182)Gravatar Bjorn Lu 4-59/+7
2023-11-27Merge branch 'main' into nextGravatar bluwy 33-65/+75
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-24Remove vercel deprecated analytics option (#9184)Gravatar Bjorn Lu 3-30/+12
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-22Rename entryPoint to entrypoint (#9161)Gravatar Bjorn Lu 14-26/+38
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-22Fix esbuild warning for local dev (#9160)Gravatar Bjorn Lu 1-1/+1
2023-11-22Merge branch 'main' into nextGravatar bluwy 74-523/+1320
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-22Refactor virtual modules exports (#9150)Gravatar Bjorn Lu 15-32/+40
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
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-22Fix RemarkRehype types (#9147)Gravatar Bjorn Lu 5-13/+7
2023-11-22Remove vendored Vite importMeta.d.ts (#9149)Gravatar Bjorn Lu 3-31/+6
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-21Update all dependencies (#9138)Gravatar Bjorn Lu 131-3092/+2846
Co-authored-by: delucis <delucis@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-18Logging rewrite 2 (#9105)Gravatar Fred K. Schott 47-451/+395
* 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-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-17Support Vite 5 (#9122)Gravatar Bjorn Lu 20-153/+657
2023-11-16feat(i18n): add `Astro.currentLocale` (#9101)Gravatar Emanuele Stoppa 17-16/+222
2023-11-16Enter pre mode for Astro 4 betaGravatar bluwy 3-3/+35
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>