summaryrefslogtreecommitdiff
path: root/.changeset (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-11Fix asset propagation regression in 3.5 (#9069)Gravatar Nate Moore 1-0/+5
2023-11-10[ci] release (#9054)create-astro@4.5.1astro@3.5.2Gravatar Houston (Bot) 2-10/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-10fix(middleware): do not import user middleware if not preset (#9057)Gravatar Emanuele Stoppa 1-0/+5
2023-11-10fix: added onError functionality to spinner (#9048)Gravatar Sergii Kirianov 1-0/+5
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-10[ci] release (#9038)astro@3.5.1Gravatar Houston (Bot) 5-25/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-10fix: regression when calculating params and pattern (#9051)Gravatar Emanuele Stoppa 1-0/+5
* fix: regression when calculating params and pattern * changeset
2023-11-10fix: Astro info throws when xclip is not available (#9042)Gravatar Rishi Raj Jain 1-0/+5
* Update index.ts * Create hot-teachers-wave.md * Update .changeset/hot-teachers-wave.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-11-10fix(assets): Fix image errors when images were used on the client (#9049)Gravatar Erika 1-0/+5
* fix(assets): Fix image errors when images were used on the client * test: add a test * chore: changeset
2023-11-10fix(logging): Fix --verbose flag not working (#9050)Gravatar Erika 1-0/+5
2023-11-09[docs] hotfixes to i18n config-ref (#9037)Gravatar Sarah Rainsberger 1-0/+5
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-11-09[ci] release (#9021)astro@3.5.0@astrojs/mdx@1.1.4@astrojs/markdown-remark@3.4.0@astrojs/lit@3.0.3Gravatar Houston (Bot) 12-229/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-09Content Collection cache (experimental) (#8854)Gravatar Nate Moore 1-0/+28
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-11-09fix(i18n): names of the functions should match the RFC (#9035)Gravatar Emanuele Stoppa 1-3/+3
2023-11-09Remove empty changeset (#9030)Gravatar Reuben Tier 1-5/+0
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-11-09fix(assets): Use uint8arrays instead of Buffer in code that can run outside ↵Gravatar Erika 1-0/+7
of Node (#9029) * fix(assets): Use uint8arrays instead of Buffer in code that can run outside of Node * chore: changeset * docs: update changeset with more information on what to do if a Buffer is important * nit: do a patch instead
2023-11-08Integration defined middleware (#8869)Gravatar Matthew Phillips 1-0/+48
* Rebase * Use an empty module if there is no real middleware * Add debug logging * Use normalizePath * Add a better example in the changesetp * Update .changeset/khaki-glasses-raise.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * Update .changeset/khaki-glasses-raise.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * Update .changeset/khaki-glasses-raise.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/khaki-glasses-raise.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/khaki-glasses-raise.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/khaki-glasses-raise.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/core/middleware/vite-plugin.ts Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Review comments * oops * Update .changeset/khaki-glasses-raise.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-11-08Support form submissions in the ViewTransitions router (#8963)Gravatar Matthew Phillips 1-0/+43
* Support form submissions in the ViewTransitions router * Align with navigate API, add `formData` option * Change API to handleForms * Add a changeset * Add a test for non-200 responses * Update .changeset/many-weeks-sort.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/many-weeks-sort.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Add a little more on why this is exciting! * Update .changeset/many-weeks-sort.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Switch to e.g. --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08feat: experimental i18n routing (#8974)Gravatar Emanuele Stoppa 2-0/+56
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com> Co-authored-by: Elian ☕️ <hello@elian.codes> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08Light/dark theming for shikiji's codeblocks (#8903)Gravatar horo 1-0/+6
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08feat(overlay): Add click to go to editor for audits (#9016)Gravatar Erika 1-0/+5
* feat(overlay): Add click to go to editor for audits * chore: changeset * chore: update compiler dep * fix: tests * Update packages/astro/src/core/compile/compile.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * Update packages/astro/src/core/compile/compile.ts --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-11-08Support prefetch in core (#8951)Gravatar Bjorn Lu 1-0/+21
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08Fix Lit integration hydration ordering (#9018)Gravatar Augustine Kim 1-0/+5
* Provide renderer instance to `customElementHostStack` * Add changeset
2023-11-08feat(assets): Delete original assets unused outside of the optimization ↵Gravatar Erika 1-0/+5
pipeline (#8954) Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08feat(assets): Add property to image services to control which properties to ↵Gravatar Erika 1-0/+5
use for hashing (#8984) Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08Use jpeg source files as fallback rather than converting to png (#9010)Gravatar Caleb Jasik 1-0/+5
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-11-08[ci] release (#8989)astro@3.4.4@astrojs/vue@3.0.4@astrojs/vercel@5.2.0Gravatar Houston (Bot) 6-32/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-08fix(vue): vue regular script block exports not being recognized inside ↵Gravatar Justinas Delinda 1-0/+5
editor (#8998) Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-11-08feat(overlay): Match the design's animations, shadows and general styling ↵Gravatar Erika 1-0/+5
(#9014)
2023-11-07feat(vercel): streaming (#8879)Gravatar Arsh 1-0/+7
2023-11-06Fix DEV mode on Safari when view transitioning to client:only components (#9000)Gravatar Martin Trapp 1-0/+5
* Fix DEV mode on Safari when view transitioning to client:only components * Update .changeset/eighty-ladybugs-shake.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-06Add shiki lang path compat (#8996)Gravatar Bjorn Lu 1-0/+5
2023-11-02fix(assets): Propagate sizes attribute on all sources (#8986)Gravatar Erika 1-0/+5
* fix(assets): Propagate `sizes` attribute on all sources * refactor: small refactor exposed srcSet types * test: update test with a sizes * chore: changeset * fix: use a type import
2023-11-02[ci] release (#8982)astro@3.4.3Gravatar Houston (Bot) 2-10/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-02Increase the scroll restoration throttle time (#8981)Gravatar Matthew Phillips 1-0/+5
* Increase the scroll restoration throttle time * Add changeset * Update packages/astro/src/transitions/router.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-11-01fix: toStyleString omit nullish values (#8940)Gravatar Marvin 1-0/+5
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-11-01[ci] release (#8980)@astrojs/underscore-redirects@0.3.3Gravatar Houston (Bot) 1-5/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-01fix(underscore-redirects): fix dynamic pattern regression (#8979)Gravatar Alexander Niebuhr 1-0/+5
2023-11-01[ci] release (#8975)astro@3.4.2@astrojs/underscore-redirects@0.3.2Gravatar Houston (Bot) 4-20/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-01feat(dev-overlay): Add a tooltip on plugin hover / focus (#8978)Gravatar Erika 1-0/+5
* feat(dev-overlay): Add a tooltip on plugin hover / focus * chore: changeset * test: add test
2023-11-01Prevent the route announcer from being visible (#8977)Gravatar Matthew Phillips 1-0/+5
* Prevent the route announcer from being visible * Update the number of expected styles in the tests
2023-11-01feat(underscore-redirects): add `base` to input paths (#8953)Gravatar Alexander Niebuhr 1-0/+5
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Bjorn Lu <34116392+bluwy@users.noreply.github.com>
2023-11-01fix(slots): consume eagerly rendered slot after one use (#8929)Gravatar Arsh 1-0/+5
* render slots lazily * add test * add changeset * refactor * reword changeset
2023-11-01[ci] release (#8934)create-astro@4.5.0astro@3.4.1@astrojs/vue@3.0.3@astrojs/sitemap@3.0.3@astrojs/partytown@2.0.2@astrojs/markdoc@0.7.1Gravatar Houston (Bot) 10-54/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-01Undo the halloween theme (#8959)Gravatar Elian ☕️ 1-0/+5
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-31refactor: dev overlay to make it easier to work with VT (#8966)Gravatar Erika 1-0/+5
2023-10-31Move VT route announcer styles to a class (#8965)Gravatar Matthew Phillips 1-0/+7
2023-10-30chore(deps): Upgrade Zod to @latest (#8762)Gravatar Eva Decker 1-0/+7
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-30fix(create-astro): TypeScript installation failure with yarn (#8939)Gravatar wktk 1-0/+5
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-10-27test: add test setup for dev overlay (#8932)Gravatar Erika 1-0/+5
2023-10-27Prevent passing slot names as props (#8930)Gravatar Matthew Phillips 1-0/+5
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Nate Moore <7118177+natemoo-re@users.noreply.github.com>