summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-12-01Rework Vite and Astro logger for HMR messages (#9139)Gravatar Bjorn Lu 7-64/+113
2023-11-30Chore: fix noisy peerDependency warnings (it's fine) (#9257)Gravatar Nate Moore 2-25/+61
2023-11-30[ci] formatGravatar Matthew Phillips 2-2/+2
2023-11-30Use fixed positioning on x-ray when inside of fixed containers (#9254)Gravatar Matthew Phillips 3-6/+33
* Improve highlight/tooltip positioning * add changeset * Explain the perf issue
2023-11-30Add instructions on how to hide the dev overlay (#9255)Gravatar Matthew Phillips 2-3/+32
* Add instructions on how to hide the dev overlay * Add missing link
2023-11-30[ci] formatGravatar Emanuele Stoppa 1-2/+2
2023-11-30feat(i18n): refined locales (#9200)Gravatar Emanuele Stoppa 27-77/+822
* feat(i18n): refined locales * feat: support granular locales inside the virtual module * feat: expose new function to retrieve the path by locale * chore: update fallback logic * chore: fix other broken cases inside source code * chore: add new test cases * maybe fix the type for codegen * changelog * Apply suggestions from code review Co-authored-by: Happydev <81974850+MoustaphaDev@users.noreply.github.com> * chore: apply suggestions * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fix: merge --------- Co-authored-by: Happydev <81974850+MoustaphaDev@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-30fix(i18n): create fallback pages for page routes correctly (#9252)Gravatar Emanuele Stoppa 5-213/+259
* add test case * fix(i18n): fallback should create consistent directories (#9142) * fix: index can be 0!! * tests should have the correct configuration
2023-12-01Fix missing type import from auto format (#9250)Gravatar Bjorn Lu 16-1/+16
2023-11-30[ci] formatGravatar Bjorn Lu 29-38/+19
2023-11-30Merge pull request #9247 from withastro/nextGravatar Matthew Phillips 408-5357/+7756
Merge the `next` branch into `main` for the 4.0 release
2023-11-30Merge branch 'main' into nextGravatar bluwy 46-83/+443
2023-11-30(feat) return updated config in integration hooks (#9013)Gravatar Zach Cardoza 6-4/+48
2023-11-30[ci] release (#9233)astro@3.6.4Gravatar Houston (Bot) 34-101/+93
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-30Enable releasing from 3-legacy branch (#9245)Gravatar Bjorn Lu 1-0/+1
2023-11-30refactor(i18n): breakdown routing strategy (#9236)Gravatar Emanuele Stoppa 19-43/+123
* refactor(i18n): breakdown routing strategy * changelog * changeset * chore: fix rebase * fix changeset * chore: update test * Apply suggestions from code review Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/astro/test/i18n-routing.test.js Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-11-30fix(overlay): Fix SVG icons not showing properly in the overflow menu (#9235)Gravatar Erika 4-23/+22
2023-11-29Overlay look-and-feel polish (#9230)Gravatar Fred K. Schott 10-442/+318
* dev overlay polish * increase size a bit
2023-11-29fix(rendering): prevent error when slots is keyed into (#9179)Gravatar Arsh 6-6/+26
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-11-29[ci] release (beta) (#9228)astro@4.0.0-beta.2@astrojs/vercel@6.0.0-beta.1@astrojs/node@7.0.0-beta.1Gravatar Houston (Bot) 50-148/+341
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-29[i18n] During fallback, only remove locale if prefix-always is false (#9226)Gravatar evelyn masso 3-2/+36
* i18n: During fallback, only remove locale if prefix-always is false * add test * add changeset
2023-11-29Add new preferences module (#9115)Gravatar Nate Moore 15-4/+507
2023-11-29feat: unflag dev overlay (#9232)Gravatar Erika 15-33/+88
* feat: unflag dev overlay * fix: oops * fix: check for both config existing * fix: don't use flag in e2e tests * Disable view transition tests * Disable more * even more --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-11-29update error logging (#9129)Gravatar Fred K. Schott 7-46/+68
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-11-29Fix dev overlay style leak (#9220)Gravatar Nate Moore 1-4/+6
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-11-29Improve high contrast mode with the dev overlay (#9218)Gravatar Matthew Phillips 6-1/+57
* Improve high contrast mode with the dev overlay * Update packages/astro/src/runtime/client/dev-overlay/overlay.ts --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-11-29Ensure dev-overlay-window is anchored to the bottom (#9222)Gravatar Matthew Phillips 2-1/+7
2023-11-29Switch `app.render` signature (#9199)Gravatar Arsh 8-10/+80
* feat(app): app.render optional object * tests * update vercel and node * update changeset * deprecation notice and loggin * clarify changeset * add node, vercel changeset * deduplicate code
2023-11-29fix(#9216): fix style HMR in certain cases (#9219)Gravatar Nate Moore 2-2/+7
2023-11-29Unflag view transitions form handling (#9225)Gravatar Nate Moore 2-27/+33
2023-11-29Ensure dev overlay x-ray highlight goes over the island (#9227)Gravatar Matthew Phillips 3-1/+23
* Ensure dev overlay x-ray highlight goes over the island * oops
2023-11-29Small polish to the overlay (#9214)Gravatar Erika 2-5/+14
2023-11-29chore: remove deprecated `matchNotFound` options (#9212)Gravatar Alexander Niebuhr 5-10/+12
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-11-28[ci] release (#9217)astro@3.6.3@astrojs/upgrade@0.1.1Gravatar Houston (Bot) 34-66/+68
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-28fix(upgrade): Remove semver parse (#9213)Gravatar Nate Moore 5-960/+40
2023-11-28feat(astro): use plaintext lang if lang does not exist (#9193)Gravatar Florian Lefebvre 2-1/+13
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-11-28[ci] release (#9202)astro@3.6.2@astrojs/upgrade@0.1.0@astrojs/node@6.1.0Gravatar Houston (Bot) 37-102/+106
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-28[ci] release (beta) (#9211)astro@4.0.0-beta.1@astrojs/upgrade@0.1.0-beta.0Gravatar Houston (Bot) 36-68/+118
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-28feat: implement overlay main screen redesign (#9118)Gravatar Erika 50-217/+3638
* feat: implement redesign * fix: make it build * feat: visual tweaks * feat(overlay): update styling, integration endpoint * feat: add fallback icons * Clean up tests (#9183) * Add `@astrojs/upgrade` package for automatic package upgrades (#8525) Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * [ci] format * fix: links with same path but different search params not prefetched (#9189) Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fix: discord icon * chore: changeset --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Spencer Whitehead <35475068+SpencerWhitehead7@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-11-28[ci] formatGravatar Matthew Phillips 2-4/+4
2023-11-28Support immutable cache headers for _astro assets (#9125)Gravatar Matthew Phillips 11-2/+96
* 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 4-3/+32
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-27[ci] formatGravatar Nate Moore 10-112/+171
2023-11-27Add `@astrojs/upgrade` package for automatic package upgrades (#8525)Gravatar Nate Moore 18-33/+2130
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) 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-28Clean up tests (#9183)Gravatar Bjorn Lu 10-9/+9
2023-11-28Remove deprecated markdown-remark APIs (#9182)Gravatar Bjorn Lu 4-59/+7