summaryrefslogtreecommitdiff
path: root/.changeset (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-12-05[ci] release (#9307)create-astro@4.5.2astro@4.0.0@astrojs/vue@4.0.0@astrojs/vercel@6.0.0@astrojs/upgrade@0.2.0@astrojs/svelte@5.0.0@astrojs/rss@4.0.0@astrojs/react@3.0.7@astrojs/node@7.0.0@astrojs/mdx@2.0.0@astrojs/markdown-remark@4.0.0@astrojs/markdoc@0.8.0Gravatar Houston (Bot) 50-458/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-12-05Exit pre-mode for 4.0 release (#9290)Gravatar Matthew Phillips 1-1/+1
2023-12-04[ci] release (beta) (#9296)astro@4.0.0-beta.7Gravatar Houston (Bot) 1-0/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-04Remove aria-query and related rule (#9295)Gravatar Matthew Phillips 1-0/+7
2023-12-04[ci] release (beta) (#9294)astro@4.0.0-beta.6Gravatar Houston (Bot) 1-0/+3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-04Remove audit role that depends on CJS package (#9293)Gravatar Matthew Phillips 1-0/+7
* Remove audit role that depends on CJS package * Adding changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-12-05fix(astro compiler): check vite command to decide on "annotateSourceFile" ↵Gravatar Arsh 1-0/+5
(#9275) * prevent annotations in build * add changeset * Apply suggestions from code review Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-12-04Improves display of `preferences list` command (#9292)Gravatar Nate Moore 1-0/+5
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-12-04[ci] release (beta) (#9280)astro@4.0.0-beta.5Gravatar Houston (Bot) 1-0/+4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-04chore: also export `DevToolbarApp` type for API (#9273)Gravatar Alexander Niebuhr 1-0/+5
* chore: also export `DevToolbarApp` type for API * chore: changeset * chore: resolve review comments Co-authored-by: Nate Moore <7118177+natemoo-re@users.noreply.github.com> * Update .changeset/smooth-gifts-train.md --------- Co-authored-by: Nate Moore <7118177+natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-12-04Increase consistency between navigation with and without ViewTransitions (#9279)Gravatar Martin Trapp 1-0/+6
* Greater consistency between navigations with and without ViewTransitions * hmpf * formatting and test fixing * An attempt to explain * fixed tests * explain the event listener * Update .changeset/nervous-beans-peel.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-12-04Implement new a11y audits for the Dev Toolbar app (#9170)Gravatar Nate Moore 1-0/+9
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2023-12-04Fix i18n routing param (#9274)Gravatar Reuben Tier 1-0/+5
* Fix i18n routing param * Add changeset
2023-12-01[ci] release (beta) (#9272)astro@4.0.0-beta.4Gravatar Houston (Bot) 1-0/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-01Update the Toolbar rename changesetGravatar Matthew Phillips 1-2/+2
2023-12-01Rename Dev Overlay to Dev Toolbar (#9271)Gravatar Matthew Phillips 1-0/+9
* Add more dev overlay tests * Rename Dev Overlay to Dev Toolbar * Add config option and preferences * Fix build * Alias the event names * Add changeset
2023-12-01[ci] release (beta) (#9251)astro@4.0.0-beta.3@astrojs/vercel@6.0.0-beta.2Gravatar Houston (Bot) 1-1/+13
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-01Adds missing name/value of the submit button to the form data of a view ↵Gravatar Martin Trapp 1-0/+5
transition (#9248) * Adds missing name/value of the submit button to the form data of a view transition * Update .changeset/ninety-weeks-juggle.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-12-02Remove remaining deprecated APIs (#9263)Gravatar Bjorn Lu 3-0/+20
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-12-01Remove @astrojs/prefetch integration (#9241)Gravatar Bjorn Lu 1-1/+0
2023-12-01Rework Vite and Astro logger for HMR messages (#9139)Gravatar Bjorn Lu 1-0/+5
2023-11-30Use fixed positioning on x-ray when inside of fixed containers (#9254)Gravatar Matthew Phillips 1-0/+5
* 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 1-0/+5
* Add instructions on how to hide the dev overlay * Add missing link
2023-11-30feat(i18n): refined locales (#9200)Gravatar Emanuele Stoppa 1-0/+26
* 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 1-0/+6
* add test case * fix(i18n): fallback should create consistent directories (#9142) * fix: index can be 0!! * tests should have the correct configuration
2023-11-30Merge branch 'main' into nextGravatar bluwy 2-1/+6
2023-11-30(feat) return updated config in integration hooks (#9013)Gravatar Zach Cardoza 1-0/+5
2023-11-30[ci] release (#9233)astro@3.6.4Gravatar Houston (Bot) 4-46/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-30refactor(i18n): breakdown routing strategy (#9236)Gravatar Emanuele Stoppa 1-0/+31
* 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 1-0/+5
2023-11-29Overlay look-and-feel polish (#9230)Gravatar Fred K. Schott 1-0/+5
* dev overlay polish * increase size a bit
2023-11-29fix(rendering): prevent error when slots is keyed into (#9179)Gravatar Arsh 1-0/+5
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) 1-0/+10
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 1-0/+5
* 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 1-0/+17
2023-11-29update error logging (#9129)Gravatar Fred K. Schott 1-0/+5
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-11-29Improve high contrast mode with the dev overlay (#9218)Gravatar Matthew Phillips 1-0/+5
* 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 1-0/+5
2023-11-29Switch `app.render` signature (#9199)Gravatar Arsh 2-0/+26
* 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 1-0/+5
2023-11-29Unflag view transitions form handling (#9225)Gravatar Nate Moore 1-0/+5
2023-11-29Ensure dev overlay x-ray highlight goes over the island (#9227)Gravatar Matthew Phillips 1-0/+5
* Ensure dev overlay x-ray highlight goes over the island * oops
2023-11-29Small polish to the overlay (#9214)Gravatar Erika 1-0/+5
2023-11-29chore: remove deprecated `matchNotFound` options (#9212)Gravatar Alexander Niebuhr 1-0/+5
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) 2-10/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-28fix(upgrade): Remove semver parse (#9213)Gravatar Nate Moore 1-0/+5
2023-11-28feat(astro): use plaintext lang if lang does not exist (#9193)Gravatar Florian Lefebvre 1-0/+5
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) 3-37/+0
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) 1-1/+5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-28feat: implement overlay main screen redesign (#9118)Gravatar Erika 3-0/+37
* 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>