summaryrefslogtreecommitdiff
path: root/.changeset (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-28Support immutable cache headers for _astro assets (#9125)Gravatar Matthew Phillips 1-0/+5
* Support immutable cache headers for _astro assets * Update .changeset/twelve-fishes-fail.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update packages/integrations/node/src/http-server.ts * Update expected max-age * Add teh docs * Update .changeset/twelve-fishes-fail.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/node/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-28fix: links with same path but different search params not prefetched (#9189)Gravatar Spencer Whitehead 1-0/+5
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-27Add `@astrojs/upgrade` package for automatic package upgrades (#8525)Gravatar Nate Moore 1-0/+27
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
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) 1-1/+17
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 1-0/+9
* 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 1-0/+21
2023-11-28Remove deprecated features from Astro 3.0 (#9168)Gravatar Bjorn Lu 2-0/+16
2023-11-28Remove deprecated markdown-remark APIs (#9182)Gravatar Bjorn Lu 1-0/+5
2023-11-27[ci] release (#9180)astro@3.6.1Gravatar Houston (Bot) 2-10/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-24Remove vercel deprecated analytics option (#9184)Gravatar Bjorn Lu 1-0/+5
2023-11-23fix scroll restoration issue on webKit browsers (#9186)Gravatar Martin Trapp 1-0/+5
* 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 1-0/+5
* rename internal middleware id * add changeset
2023-11-22Rename entryPoint to entrypoint (#9161)Gravatar Bjorn Lu 1-0/+5
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-22Merge branch 'main' into nextGravatar bluwy 1-0/+2
2023-11-22[ci] release (#9165)astro@3.6.0Gravatar Houston (Bot) 4-35/+0
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 1-0/+11
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 2-0/+10
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-11-22New events for Astro's view transition API (#9090)Gravatar Martin Trapp 1-0/+16
* 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 1-0/+5
2023-11-22Remove vendored Vite importMeta.d.ts (#9149)Gravatar Bjorn Lu 1-0/+5
2023-11-21[ci] release (#9155)astro@3.5.7@astrojs/react@3.0.6Gravatar Houston (Bot) 2-10/+0
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 1-0/+5
(#9157)
2023-11-21fix(react): make children `undefined` with `experimentalReactChildren` (#9141)Gravatar Arsh 1-0/+5
* 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) 5-25/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-21Update all dependencies (#9138)Gravatar Bjorn Lu 1-0/+9
Co-authored-by: delucis <delucis@users.noreply.github.com>
2023-11-20Extend the 'click' listener of view transitions to handle links in SVGs and ↵Gravatar Martin Trapp 1-0/+5
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 1-0/+5
2023-11-18Logging rewrite 2 (#9105)Gravatar Fred K. Schott 2-0/+10
* 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 1-0/+5
2023-11-17Warn if astro add fetch failed with non 404 status (#9121)Gravatar Zhang Zhipeng 1-0/+5
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2023-11-17Support Vite 5 (#9122)Gravatar Bjorn Lu 2-0/+13
2023-11-16feat(i18n): add `Astro.currentLocale` (#9101)Gravatar Emanuele Stoppa 1-0/+5
2023-11-16Enter pre mode for Astro 4 betaGravatar bluwy 2-1/+33
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) 5-25/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-16Add compatibility with cloudflare node (#8925)Gravatar brandonsdebt 1-0/+5
2023-11-16Cancel response stream when connection closes (#9071)Gravatar pilcrowOnPaper 1-0/+5
* 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-15feat(i18n): apply specific routing logic only to pages (#9091)Gravatar Emanuele Stoppa 1-0/+5
2023-11-15feat(dev-overlay): Hide plugins into a separate menu when there's too many ↵Gravatar Erika 1-0/+5
enabled (#9102)
2023-11-15Support Svelte 5 (experimental) (#9098)Gravatar Bjorn Lu 1-0/+5
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) 9-46/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-14Refactor shikiji syntax highlighting code (#9083)Gravatar Bjorn Lu 2-0/+11
2023-11-14fix: Query params trigger the trailingSlash error in preview mode (#9045)Gravatar Rishi Raj Jain 1-0/+5
2023-11-14fix(assets): bundling regression for specific config on non-Node runtimes ↵Gravatar Alexander Niebuhr 1-0/+5
(#9087)
2023-11-13fix(i18n): middleware should consider trailing slash when redirecting (#9085)Gravatar Emanuele Stoppa 1-0/+5
2023-11-13Support formmethod and formaction in ViewTransitions (#9084)Gravatar Matthew Phillips 1-0/+5
* 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 1-0/+5
2023-11-13fix(assets): Only use src to hash files generated by the passthrough service ↵Gravatar Erika 1-0/+5
(#9075) * fix(assets): Only use src to hash files generated by the passthrough service * chore: changeset
2023-11-13fix(logger): namespace label in debug logger (#9067)Gravatar Daniel Hajduk 1-0/+5
2023-11-11[ci] release (#9070)astro@3.5.3Gravatar Houston (Bot) 1-5/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>