summaryrefslogtreecommitdiff
path: root/examples/framework-vue/src/components/Counter.vue (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-15Add the minimal example to `create astro` options (#13603)Gravatar Sarah Rainsberger 2-1/+9
2025-04-15feat: unflag svg component feature (#13578)Gravatar Michael Stramel 10-49/+50
2025-04-15add missing `message` to a Fonts API error (#13612)Gravatar Sarah Rainsberger 2-3/+12
2025-04-15[ci] formatGravatar Paul Valladares 1-3/+3
2025-04-15fix(routing): handle base path with trailing slash 'never' configuration (#13...Gravatar Paul Valladares 3-14/+93
2025-04-14[ci] formatGravatar Florian Lefebvre 20-69/+68
2025-04-14feat(fonts): experimental release (#12775)Gravatar Florian Lefebvre 53-62/+3038
2025-04-14[ci] formatGravatar Emanuele Stoppa 1-3/+1
2025-04-14feat: make `astro:config` stable (#13560)Gravatar Emanuele Stoppa 10-103/+45
2025-04-14[ci] formatGravatar Matt Kane 5-21/+18
2025-04-14feat: stable sessions (#13527)Gravatar Matt Kane 18-215/+356
2025-04-14[ci] formatGravatar Nate Moore 3-20/+19
2025-04-14Remove `data-astro-source-file` and `data-astro-source-loc` attributes in dev...Gravatar Nate Moore 4-6/+48
2025-04-14[ci] release (#13558)astro@5.6.2@astrojs/vue@5.0.10@astrojs/svelte@7.0.10@astrojs/studio@0.1.7@astrojs/solid-js@5.0.8@astrojs/react@4.2.4@astrojs/preact@4.0.9@astrojs/netlify@6.2.6@astrojs/mdx@4.2.4@astrojs/markdoc@0.13.4@astrojs/db@0.14.11@astrojs/cloudflare@12.4.1@astrojs/alpinejs@0.4.6Gravatar Houston (Bot) 58-176/+236
2025-04-13[ci] formatGravatar Nate Moore 1-1/+4
2025-04-13fix(svg): do not attach `svg` buffer to `imageMetadata` (#13588)Gravatar Nate Moore 4-10/+10
2025-04-12fix(prerender): revert dynamic entry chunks included in server bundle (#13606)Gravatar Nate Moore 2-3/+5
2025-04-11fix: extract shared logic for server island loading into a function and only ...Gravatar Matt Kane 10-51/+86
2025-04-10fix(vite): update `vite` to latest version to fix CVE (#13596)Gravatar Junseong Park 15-101/+118
2025-04-09fix: solving #13577 (#13587)Gravatar Roberto Molina 5-9/+21
2025-04-09chore: deprecate `emitESMImage` function (#13589)Gravatar Emanuele Stoppa 3-1/+94
2025-04-07chore(deps): update tj-actions/changed-files action to v46.0.4 (#13568)Gravatar renovate[bot] 1-1/+1
2025-04-07fix(deps): update all non-major dependencies (#13569)Gravatar renovate[bot] 20-529/+534
2025-04-04fix: update vite to latest version (#13547)Gravatar Junseong Park 15-401/+193
2025-04-04fix(actions): pr preview label removal (#13557)Gravatar Florian Lefebvre 1-1/+1
2025-04-04fix: support for Deno to install npm packages (#13548)Gravatar ryu 3-1/+17
2025-04-04[ci] release (#13554)astro@5.6.1Gravatar Houston (Bot) 29-62/+57
2025-04-04[ci] formatGravatar Emanuele Stoppa 2-19/+24
2025-04-04fix(i18n): incorrect validation (#13552)Gravatar Emanuele Stoppa 6-17/+31
2025-04-04fix(svg): prevent empty attributes (#13545)Gravatar Michael Stramel 5-5/+24
2025-04-03feat: improve rolldown compatibility (#13519)Gravatar Florian Lefebvre 21-140/+175
2025-04-03[ci] release (#13540)astro@5.6.0Gravatar Houston (Bot) 32-186/+176
2025-04-03chore: better session.load changeset (#13541)Gravatar Matt Kane 1-2/+21
2025-04-02formatting on SVG changeset (#13542)Gravatar Sarah Rainsberger 1-15/+15
2025-04-02Remove non-stable SVG features (#13488)Gravatar Michael Stramel 16-543/+61
2025-04-02[ci] formatGravatar Matt Kane 1-2/+1
2025-04-02feat: add `session.load(id)` method (#13539)Gravatar Matt Kane 4-0/+57
2025-04-02[ci] formatGravatar Florian Lefebvre 3-6/+6
2025-04-02feat: move astro config validation after astro:config:setup (#13482)Gravatar Florian Lefebvre 16-848/+864
2025-04-02[ci] formatGravatar Yury Michurin 2-97/+112
2025-04-02Allow to pass custom fetch for fetching pre-rendered errors (#13403)Gravatar Yury Michurin 11-514/+937
2025-04-02[ci] formatGravatar Marocco2 1-1/+1
2025-04-02feat: Add `eagerness` support for `prefetch()` (#13405)Gravatar Marocco2 2-2/+40
2025-04-02chore(deps): update tj-actions/changed-files action to v46.0.3 (#13497)Gravatar renovate[bot] 1-1/+1
2025-03-31[ci] release (#13513)astro@5.5.6@astrojs/vue@5.0.9@astrojs/svelte@7.0.9@astrojs/studio@0.1.6@astrojs/solid-js@5.0.7@astrojs/react@4.2.3@astrojs/preact@4.0.8@astrojs/netlify@6.2.5@astrojs/mdx@4.2.3@astrojs/markdoc@0.13.3@astrojs/db@0.14.10@astrojs/cloudflare@12.4.0@astrojs/alpinejs@0.4.5Gravatar Houston (Bot) 54-178/+238
2025-03-31fix: update `vite` to latest version (#13526)Gravatar Junseong Park 15-101/+118
2025-03-31[ci] formatGravatar Emanuele Stoppa 3-4/+2
2025-03-31fix(i18n): return value from `preferredLocale` (#13524)Gravatar Emanuele Stoppa 5-15/+51
2025-03-31chore(tailwind): delete integration (#13511)Gravatar Florian Lefebvre 16-1083/+1
2025-03-31fix(deps): update all non-major dependencies (#13521)Gravatar renovate[bot] 14-163/+163