summaryrefslogtreecommitdiff
path: root/examples/framework-vue (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2025-03-13[ci] release (#13397)astro@5.5.0@astrojs/mdx@4.2.0@astrojs/markdown-remark@6.3.0@astrojs/markdoc@0.13.0Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-13[ci] formatGravatar Emanuele Stoppa 2-2/+0
2025-03-13chore: breakdown changelog (#13410)Gravatar Emanuele Stoppa 3-4846/+4846
Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2025-03-12docs: fix formatting of `excludeLangs` default value (#13408)Gravatar Armand Philippot 1-1/+1
Co-authored-by: delucis <357379+delucis@users.noreply.github.com>
2025-03-12fix: rethrow astroerrors in image processing (#13407)Gravatar Matt Kane 2-0/+8
2025-03-12[ci] formatGravatar Emanuele Stoppa 3-18/+18
2025-03-12docs: apply Sarah's suggestions (#13406)Gravatar Emanuele Stoppa 2-14/+1
Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com>
2025-03-12feat: experimental flag from compiler (#13402)Gravatar Emanuele Stoppa 11-9/+181
* feat: experimental flag from compiler * better changelog * apply suggestion * add space * Apply suggestions from code review Co-authored-by: Matt Kane <m@mk.gg> * Apply suggestions from code review Co-authored-by: Matt Kane <m@mk.gg> * more docs * Update .changeset/cold-rats-swim.md Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> * Update .changeset/cold-rats-swim.md Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> --------- Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com> Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2025-03-12[ci] formatGravatar Chris Swithinbank 1-15/+15
2025-03-12Add `experimental.headingIdCompat` flag (#13352)Gravatar Chris Swithinbank 17-17/+225
* Add `experimental.headingIdCompat` option schema & types * Markdown and MDX support * Markdoc support * Add changeset * Fix missing argument in Markdoc integration * Improve JSDoc comment Co-authored-by: Matt Kane <m@mk.gg> * Refactor to avoid global context object in Markdoc * Minor changeset tweak * Make `rehypeHeadingIds()` argument optional for backwards compatibility * Add doc comment to `rehypeHeadingIds()` * Document rehype plugin usage in changeset --------- Co-authored-by: Matt Kane <m@mk.gg>
2025-03-12feat(markdown): add `excludeLangs` configuration to syntax highlighting (#13311)Gravatar Chris Chua 11-40/+236
* demonstrative implementation of excludeLangs * add tests * add changset * clean up exclude languages into a const * update changeset to include astro minor * update jsdoc * first cut in moving the config into markdown settings * format code * update test * update changset * remove old incorrect doc change * make test stronger yet simplifying it * refactor tests * refactor logic for readability * add syntax highlight defaults * improve changset doc * add more documentation * add more defaults to each part of schema * attempt to fix js doc parsing * attempt to fix test * Extremely draft syntax of what docs should look like! * Update .changeset/large-dolphins-roll.md Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> * one pass on the documentation * remove unused import * gentle change * use different approach --------- Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-03-12fix: display unhandled AstroErrors in dev server correctly (#13404)Gravatar Matt Kane 2-4/+11
2025-03-11Fix codeblock formatting in `i18n.domains` comments (#13398)Gravatar Yan 1-3/+3
2025-03-11Ensure that all scripts are executed prior to astro:page-load (#13380)Gravatar Martin Trapp 5-0/+55
* Ensure that all scripts are executed prior to astro:page-load * fix broken syntax
2025-03-11fix(deps): update all non-major dependencies (#13387)Gravatar renovate[bot] 60-662/+742
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-11[ci] formatGravatar Tobias 1-1/+1
2025-03-11Docs: Clarify redirects use case (#13370)Gravatar Tobias 1-2/+5
Those changes give visibility to the fact that the use case to redirect from a folder to a file is not supported. https://github.com/withastro/astro/issues/12532#issuecomment-2703410890 Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
2025-03-11fix(deps): update dependency prismjs to v1.30.0 [security] (#13393)Gravatar renovate[bot] 2-4/+10
* fix(deps): update dependency prismjs to v1.30.0 [security] * add changesest * Update .changeset/ripe-fans-push.md Co-authored-by: Matt Kane <m@mk.gg> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Matt Kane <m@mk.gg>
2025-03-11[ci] formatGravatar Martin Trapp 1-2/+4
2025-03-11ClientRouter: prevent double execution of scripts when custom swap() only ↵Gravatar Martin Trapp 4-0/+41
swaps parts of the DOM (#13379)
2025-03-11docs: fix config types (images, i18n) (#13374)Gravatar Armand Philippot 2-41/+38
* fix `image.domains` and `image.remotePatterns` default values * deduplicate `i18n` type * remove the `strategy` key in `i18n.routing` * merge `i18n.routing.manual` docs into `i18n.routing` * add missing `@docs` tag to `i18n.domains` * add changeset
2025-03-11[ci] release (#13361)astro@5.4.3@astrojs/vercel@8.1.2@astrojs/upgrade@0.5.1@astrojs/svelte@7.0.6@astrojs/node@9.1.3@astrojs/netlify@6.2.3@astrojs/mdx@4.1.1@astrojs/markdown-remark@6.2.1@astrojs/markdoc@0.12.11@astrojs/internal-helpers@0.6.1@astrojs/cloudflare@12.2.4Gravatar Houston (Bot) 54-117/+167
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-11Use package-manager-detector (#13395)Gravatar Bjorn Lu 11-237/+123
* Use package-manager-detector * Update variable name
2025-03-11Remove trailing spaces from blog example links. (#13389)Gravatar duck.lol 1-7/+6
A formatter introduced newlines inside the anchor tags on the blog example's home `index.astro` page, causing the link to include a trailing space. Not the worst thing, just looks a little unpolished compared to everything else I've experienced getting to know Astro :) I've put the anchor tags on their own lines to avoid this issue, _and_ prevent future formatters from re-introducing the issue (tested with Astro extension's formatter, at least). Ran the example locally (`cd examples/blog && npm run dev`) and it fixes the issue. Co-authored-by: Matt Kane <m@mk.gg>
2025-03-10fix: astro:config types tests (#13391)Gravatar Florian Lefebvre 1-3/+4
2025-03-10chore: fix SSR API test (#13390)Gravatar Matt Kane 2-1/+4
2025-03-10[ci] formatGravatar Emanuele Stoppa 1-12/+15
2025-03-10fix(config): expose correct types (#13388)Gravatar Emanuele Stoppa 3-2/+22
* fix(config): expose correct types * feat: type tests --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-03-10Extend the simulated viewTransition object with the property (#13381)Gravatar Martin Trapp 2-1/+6
2025-03-10[ci] formatGravatar Emanuele Stoppa 2-4/+6
2025-03-10docs: document utility functions (#13367)Gravatar Emanuele Stoppa 7-22/+114
* fix(assets): remove export of internal function * Apply suggestions from code review Co-authored-by: Armand Philippot <git@armand.philippot.eu> --------- Co-authored-by: Armand Philippot <git@armand.philippot.eu>
2025-03-06Replace internal cssScopeTo implementation to vite.cssScopeTo (#13347)Gravatar Bjorn Lu 14-115/+71
* Replace internal cssScopeTo implementation to vite.cssScopeTo * Fix test * Fix more tests * Again * Again :( * Fix weird name * Add changeset
2025-03-05[docs] move location of an Actions error (#13368)Gravatar Sarah Rainsberger 1-12/+12
Co-authored-by: ArmandPhilippot <59021693+ArmandPhilippot@users.noreply.github.com>
2025-03-05[ci] formatGravatar Emanuele Stoppa 1-2/+2
2025-03-05fix(assets): remove export of internal function (#13363)Gravatar Emanuele Stoppa 2-1/+12
Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2025-03-05bugfix(svelte): fix colliding id's generated from `$props.id` (#13339)Gravatar Hugo Korte 5-64/+99
* bugfix(svelte): fix colliding id's generating from $props.id by utilizing the new `uidPrefix` option exposed for both server and client side rendering. * bugfix(svelte): changeset * Add server side ID prefix, not sure how to do this on the client. * Discard changes to packages/integrations/svelte/client.svelte.js * Update .changeset/flat-cherries-rule.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * feat: context * revert peerDep bump * revert html variable seperation * feat: rename * fix lockfile --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-03-05docs: document asset utilities (#13355)Gravatar Emanuele Stoppa 2-5/+58
* docs: document asset utilities * Apply suggestions from code review Co-authored-by: Junseong Park <39112954+jsparkdev@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> * chore: add defaults * chore: add changeset --------- Co-authored-by: Junseong Park <39112954+jsparkdev@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-03-04[ci] release (#13350)astro@5.4.2@astrojs/vercel@8.1.1@astrojs/partytown@2.1.4@astrojs/db@0.14.8Gravatar Houston (Bot) 38-90/+91
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-04[ci] formatGravatar Emanuele Stoppa 12-35/+35
2025-03-04refactor(core): move actions inside core (#13262)Gravatar Emanuele Stoppa 28-110/+233
* refactor(core): remove middleware from actions * chore: fix tests * chore: skip e2e test due to db issues * chore: import actions later during server life cycle * chore: rename to just use the word "actions" * chore: address review * Update packages/astro/src/actions/loadActions.ts Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * chore: remove gotcha --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: bholmesdev <51384119+bholmesdev@users.noreply.github.com> Co-authored-by: JacobNWolf <27933270+JacobNWolf@users.noreply.github.com> Co-authored-by: matthewp <361671+matthewp@users.noreply.github.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2025-03-04ci: add new command for vite ecosystem CI (#13357)Gravatar Emanuele Stoppa 4-0/+4
2025-03-04[ci] formatGravatar renovate[bot] 6-16/+28
2025-03-04fix(deps): update all non-major dependencies (#13346)Gravatar renovate[bot] 117-1568/+1539
* fix(deps): update all non-major dependencies * chore: fix type issue --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-03-04feat(partytown): allow overriding `copyLibFiles.dest` in `astro:build:done` ↵Gravatar arnottferels 2-4/+22
hook with the `lib` option (#13109) * Support overriding copyLibFiles.dest in stro:build:done hook with lib option, defaulting to ~partytown. Remove leading '/' to match ileURLToPath. * Support overriding copyLibFiles.dest in stro:build:done hook with lib option, defaulting to ~partytown. Remove leading '/' to match ileURLToPath. * Update .changeset/plenty-coins-destroy.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * Update packages/integrations/partytown/src/index.ts Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * feat(stro:server:setup): add option for config.lib path --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: twodft <64566069+twodft@users.noreply.github.com> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
2025-03-03fix: resolve Astro DB seed failure with paths containing spaces (#13343)Gravatar Paul Valladares 2-1/+9
2025-03-03[ci] formatGravatar Matthew Phillips 2-2/+2
2025-03-03Prevent rerunning scripts already ran in router (#12985)Gravatar Matthew Phillips 9-17/+120
* Prevent rerunning scripts already ran in router In a long session you might navigate between several pages, some contain the script and some not, but nevertheless the script should run a total of 1 time. This also helps with smaller bundled scripts in production, where some are inlined. * Add changeset * better key * more concise * review changes * move stuff around * fix types * take Martin's suggestion * run detection when executing scripts * adds an e2e test for data-astro-rerun * fix support for data-astro-rerun --------- Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com>
2025-03-03fix: generate correct responsive srcsets on Vercel (#13351)Gravatar Matt Kane 7-2/+41
* fix: generate correct responsive srcsets on Vercel * [skipci] Apply suggestions from code review Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-03-03[ci] formatGravatar Matt Kane 2-3/+3
2025-03-03fix: escape img attributes in Markdown (#13349)Gravatar Matt Kane 4-1/+14