summaryrefslogtreecommitdiff
path: root/.changeset (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-27Fix dev overlay UI Toolkit component names (#8928)Gravatar HiDeoo 1-0/+5
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-10-27fix(partytown): allow overriding the lib option (close #8760) (#8892)Gravatar Florian Lefebvre 1-0/+5
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-10-27Fix: Markdoc Integration build when root folder contains spaces (#8759)Gravatar Luca Di Gianventura 1-0/+5
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2023-10-26[ci] release (#8917)astro@3.4.0Gravatar Houston (Bot) 4-59/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-26Partials (#8755)Gravatar Matthew Phillips 1-0/+24
* Fragment support * Add a changeset * Linting * debuggin * Rename to partial * Update the chagneset * Make work with mdx * Update .changeset/brave-pots-drop.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/brave-pots-drop.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/brave-pots-drop.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-10-26Prevent bumping peer deps (#8893)Gravatar Bjorn Lu 1-1/+1
2023-10-25fix noop overwrite image service regression (#8880)Gravatar Alexander Niebuhr 1-0/+5
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2023-10-25feat: Add a dev overlay (#8757)Gravatar Erika 1-0/+21
* feat: initial commit for dev overlay * fix: lockfile * fix: build * chore: get ci in a better state * feat: client-server communication * fix: better position for xray * refactor: move icons to separate files * refactor: cleanup components * feat: home screen * refactor: rename icon * feat: flag the feature * fix: cleanup * fix: lockfile * feat: minimize button * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * refactor: cleanup * feat: add ability to go to component for hydrated components * refactor: consistent logic between audit and xray * chore: changeset * Apply suggestions from code review Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * fix: unchonky the SVGs * fix: button a11y * refactor: move common highlight utilities to a dedicated file * fix: allow tabbing on highlights * fix: allow tooltip clickable sections to be tabbed to * feat: allow using defined icons as plugin icons * refactor: remove unnecessary resolve * Update .changeset/large-stingrays-fry.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/large-stingrays-fry.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * nit: use append * style: small tweaks to minimize button styling --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-25feat: Rework image generation to improve performance (#8821)Gravatar Erika 1-0/+9
* feat: implement concurrency for asset generation * add changeset * fix: count * feat: rework image generation to reuse image buffer for transforms of the same image * fix: assetsPrefix nonsense * feat: add back the counter * refactor: cleanup my TS nonsense * nit: reuse type * nit: apply suggestions * nit: macOS micro optimization * Update .changeset/good-mirrors-bake.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Matteo Manfredi <matteo@manfredi.io> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-10-24[ci] release (#8912)create-astro@4.4.1Gravatar Houston (Bot) 1-5/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-24fix(create-astro): respect existing `package.json#scripts` (#8911)Gravatar Nate Moore 1-0/+5
2023-10-24[ci] release (#8895)create-astro@4.4.0astro@3.3.4@astrojs/vercel@5.1.0@astrojs/telemetry@3.0.4@astrojs/react@3.0.4@astrojs/mdx@1.1.3@astrojs/markdoc@0.7.0Gravatar Houston (Bot) 9-56/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-24fix(create-astro): ignore fs errors after download fails (#8841)Gravatar Genteure 1-0/+5
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-24Recommend the VS Code MDX extension (#8897)Gravatar Remco Haszing 1-0/+5
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-24Fix client hydration in experimentalReactChildren (#8898)Gravatar Matthew Phillips 1-0/+5
* Fix client hydration in experimentalReactChildren * Add tests * Add a changeset * Use recursion instead of walking * getChildren -> swap order --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-24Prevent Vercel serverless generate static redirect pages (#8896)Gravatar Bjorn Lu 1-0/+5
2023-10-24feat(markdoc): allowIndentation integration option (#8802)Gravatar AndyClifford 1-0/+5
2023-10-23telemetry: record isTTY (#8900)Gravatar Fred K. Schott 1-0/+7
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-23feat(create-astro): automatically configure `astro check` (#8853)Gravatar Phumrapee Limpianchop 1-0/+5
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-23Fix CSS modules ordering (#8877)Gravatar Bjorn Lu 1-0/+5
2023-10-23feat(vercel): maxDuration config (#8867)Gravatar Arsh 1-0/+14
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-10-23[ci] release (#8861)astro@3.3.3@astrojs/vue@3.0.2Gravatar Houston (Bot) 5-25/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-20fix(cli): prevent production install on add cmd (#8870)Gravatar Steven Yung 1-0/+5
2023-10-20fix(astro): terminal HMR path (close #8831) (#8863)Gravatar Florian Lefebvre 1-0/+5
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-10-19Fix: Persist styles of persistent client:only components during view ↵Gravatar Martin Trapp 1-0/+5
transitions in DEV mode (#8840) * Persist styles of persistent client:only components during view transitions * Persist styles of persistent client:only components during view transitions * Persist styles of persistent client:only components during view transitions * reset flag for persistent style shhets before re-calculating * new approach with a clear module loader cache * simplifications * wait for hydration * improve changeset message * improve changeset message * please the linter * additional tests for Svelte and Vue * tidy up * test fixed * test w/o persistence * Update .changeset/purple-dots-refuse.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-10-18fix(rerouting): attempt without middleware (#8814)Gravatar Arsh 1-0/+5
* fix(rerouting): attempt without middleware * add test * add changeset * Update .changeset/shaggy-onions-try.md * avoid extra variable * document runMiddleware internal option * document runMiddleware default * Apply suggestions from code review Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * runMiddleware -> skipMiddleware --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-10-18Fix Vue HMR for script tags (#8860)Gravatar Bjorn Lu 1-0/+5
2023-10-18[ci] release (#8848)create-astro@4.3.0astro@3.3.2@astrojs/sitemap@3.0.2Gravatar Houston (Bot) 5-25/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-18fix(astro): build config from astro conflict with vite.config.js (#8852)Gravatar Phumrapee Limpianchop 1-0/+5
* fix: config from astro conflict with vite * refactor: apply config on AstroBuilder.setup
2023-10-17feat: make Houston wear scary hats for spooky season (#8846)Gravatar Elian ☕️ 1-0/+5
* feat: make Houston wear scary hats for spooky season * chore: add new phrasing to scary Houston * chore: create changeset
2023-10-17docs: better explanation for `base` configuration (#8779)Gravatar Emanuele Stoppa 1-0/+5
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-10-17Added OUTPUT dir to sitemap build command (#8824)Gravatar Adam McKerlie 1-0/+5
2023-10-17fix: _image endpoint returning a 404 for local images (#8828)Gravatar Rishi Raj Jain 1-0/+5
2023-10-17[ci] release (#8820)astro@3.3.1@astrojs/lit@3.0.2Gravatar Houston (Bot) 7-36/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-16fix: remote srcset images not being resized and deduplication not working in ↵Gravatar Erika 2-0/+10
certain cases (#8823) * fix: remote `srcset` images not being resized * fix: hash keys ordered to reduce duplicate assets * fix: move to workaround for hashing function * fix: rework transform logic for densities and widths * chore: changeset * test: add tests * fix: forced base srcset when using widths * fix: unnecessary coalescing * refactor: adjust with feedback --------- Co-authored-by: Matteo Manfredi <matteo@manfredi.io>
2023-10-16fix(assets): Fallback format not being taken into account properly (#8842)Gravatar Erika 1-0/+5
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-10-16fix: Unexpected token < in JSON at position 1 (#8827)Gravatar Rishi Raj Jain 1-0/+5
2023-10-16fix(lit): pin last lit 2.x compatible versions (#8826)Gravatar Arsh 1-0/+5
2023-10-15chore(deps): unpin tsconfck and use 3.0.0 release (#8838)Gravatar Dominik G 1-0/+6
2023-10-13Fix error overlay syntax highlighting (#8817)Gravatar Bjorn Lu 1-0/+5
2023-10-12[ci] release (#8796)astro@3.3.0@astrojs/mdx@1.1.2@astrojs/markdown-remark@3.3.0@astrojs/markdoc@0.6.0@astrojs/cloudflare@7.5.3Gravatar Houston (Bot) 10-129/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-12fix(middleware): instantiate locals if the adapter does not (#8800)Gravatar Arsh 1-0/+5
2023-10-12Fix: Retain focus for persisted input elements during view transitions (#8813)Gravatar Martin Trapp 1-0/+5
* add new e2e test: persist focus on transition * save and restore focus during swap --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-11Remove network-information-types (#8810)Gravatar Jacob Lamb 1-0/+5
2023-10-11Add support for an `--outDir` CLI flag to `astro build` (#8808)Gravatar Chris Swithinbank 1-0/+5
* Add support for an `--outDir` CLI flag to `astro build` * Add changeset * Update .changeset/eleven-olives-train.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-10-12Use shikiji (#8502)Gravatar Bjorn Lu 1-0/+33
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-10-11feat: use tsconfck instead of tsconfig-resolver (#8798)Gravatar Erika 1-0/+5
2023-10-11Fix markdown charset as utf-8 by default (#8795)Gravatar Bjorn Lu 1-0/+5
2023-10-11feat(assets): Add support for `srcset` and a Picture component (#8620)Gravatar Erika 1-0/+56
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-10-10fix(transitions router): no-op on the server (#8771)Gravatar Arsh 1-0/+5
* fix(transitions router): no-op on the server * factor out onPopState * add e2e test case * Apply suggestions from code review Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com> * use supportsViewTransitions * add changeset * warn on navigate() use during ssr * switch supportsViewTransitions to import.meta.env * correct typo * bring back import.meta.env * !import.meta.env.SSR -> inBrowser * Apply suggestions from code review Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com> --------- Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com>