summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/src/components/vue/VueCounter.vue (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-22fix: try the simple solution (#10200)Gravatar Erika 3-2/+7
2024-02-22[ci] release (#10192)astro@4.4.3@astrojs/vercel@7.3.2Gravatar Houston (Bot) 37-81/+74
2024-02-22[ci] formatGravatar Matthew Phillips 1-11/+21
2024-02-22Fix cssesc from breaking browser code (#10194)Gravatar Matthew Phillips 6-18/+27
2024-02-22fix(errors): Remove duplicate logging of errors (#10197)Gravatar Erika 2-3/+7
2024-02-22Improve Astro style HMR for imported styles (#10166)Gravatar Bjorn Lu 10-108/+141
2024-02-22chore: import sorting for test folder and e2e folder (#10190)Gravatar Emanuele Stoppa 188-231/+231
2024-02-22Improve `optimizeDeps.entries` to avoid server endpoints (#10143)Gravatar Bjorn Lu 2-1/+15
2024-02-21[ci] release (#10177)astro@4.4.2@astrojs/sitemap@3.1.1Gravatar Houston (Bot) 35-75/+74
2024-02-21ci: fix regression of the commands (#10182)Gravatar Emanuele Stoppa 2-2/+4
2024-02-21Revert "Add option to prefix sitemap" (#10179)Gravatar Emanuele Stoppa 4-101/+16
2024-02-21chore: ignore commit (#10181)Gravatar Emanuele Stoppa 1-0/+2
2024-02-21[ci] formatGravatar Emanuele Stoppa 1-7/+7
2024-02-21chore: use biome to sort imports - only test files (#10180)Gravatar Emanuele Stoppa 296-476/+584
2024-02-21[ci] formatGravatar Piotr Losiak 2-9/+8
2024-02-21fix(sitemap): url when rest parameter is used in page file names (#9975)Gravatar Piotr Losiak 7-0/+77
2024-02-21Fix blog ordering (#10168)Gravatar zsombok 2-2/+2
2024-02-21fix(i18n): move transformation outside the user schema (#10169)Gravatar Emanuele Stoppa 16-191/+229
2024-02-20Fix typo in `errors-data.ts` (#10172)Gravatar Yan Thomas 1-1/+1
2024-02-20[ci] release (#10131)astro@4.4.1@astrojs/sitemap@3.1.0Gravatar Houston (Bot) 40-117/+101
2024-02-20[ci] formatGravatar Arsh 20-206/+429
2024-02-20refactor: pipeline lifetime (#9795)Gravatar Arsh 46-1353/+828
2024-02-20fix: dev-toolbar test (#10167)Gravatar Erika 1-3/+3
2024-02-20Fix to get Integration Data even when a page is transitioned by ViewTransitio...Gravatar ktym4a 6-12/+75
2024-02-20Fix an issue where audit fails to initialize when encountered `<a>` inside `<...Gravatar Ming-jun Lu 2-2/+7
2024-02-20fix(i18n): make `i18n.routing` fields optional (#10165)Gravatar Emanuele Stoppa 2-43/+48
2024-02-20Add option to prefix sitemap (#9846)Gravatar ktym4a 4-9/+125
2024-02-19Fix Astro HMR style-only change detection (#10139)Gravatar Bjorn Lu 3-4/+77
2024-02-19Implement test using using assert.fail and assert to check ENOENT. (#10156)Gravatar Abid 1-50/+40
2024-02-18Fix docs markdown link (#10155)Gravatar Reuben Tier 1-1/+1
2024-02-16chore: move `nodetest.js` to `test.js` (#10142)Gravatar Emanuele Stoppa 243-327/+57
2024-02-16chore: fix failing tests and skip some (#10141)Gravatar Emanuele Stoppa 7-69/+84
2024-02-16Update Vite ws property to hot (#10138)Gravatar Bjorn Lu 6-19/+19
2024-02-16chore: Change `strictEqual` to `equal` (#10140)Gravatar ktym4a 22-158/+152
2024-02-15chore: migrate several tests to `node:test` (#10133)Gravatar Ming-jun Lu 22-300/+358
2024-02-15chore: move test to node (#10134)Gravatar ktym4a 14-568/+655
2024-02-15Remove server-destroy dependency (#10132)Gravatar Bjorn Lu 4-16/+6
2024-02-15fix(cli): load polyfill before loading config during `astro add` (#10105)Gravatar Mohamed 6-1/+14
2024-02-15chore: move tests that starts with i and j (#10129)Gravatar Emanuele Stoppa 7-30/+37
2024-02-15Remove unhelpful message in `errors-data.ts` (#10128)Gravatar Yan Thomas 1-1/+1
2024-02-15chore: move test to node (#10125)Gravatar ktym4a 5-25/+30
2024-02-15chore: move tests to node (#10127)Gravatar Emanuele Stoppa 10-263/+294
2024-02-15chore: move tests to node (#10123)Gravatar Emanuele Stoppa 18-236/+265
2024-02-15[ci] release (#10109)create-astro@4.7.3astro@4.4.0@astrojs/upgrade@0.2.3Gravatar Houston (Bot) 46-163/+145
2024-02-15chore: move tests to node (#10115)Gravatar Marawan Mohamed 3-21/+24
2024-02-15[ci] formatGravatar Atharva 1-3/+6
2024-02-15chore: move `css-` related tests to `node:test` (#10114)Gravatar Atharva 8-62/+69
2024-02-15Fix Vitest example check fail (#10121)Gravatar Bjorn Lu 2-88/+82
2024-02-15[ci] formatGravatar Oliver Speir 6-28/+17
2024-02-15Add `inferSize` to getImage so width and height are optional for remote image...Gravatar Oliver Speir 40-69/+1414