summaryrefslogtreecommitdiff
path: root/examples/framework-vue/src/components/Counter.vue (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-12[ci] release (#3900)Gravatar Fred K. Bot 34-69/+67
2022-07-12Example blog rework (#3896)Gravatar Ben Holmes 19-440/+316
2022-07-12[ci] release (#3899)Gravatar Fred K. Bot 36-72/+77
2022-07-12Centralise community health files in `.github` repo (#3830)Gravatar Chris Swithinbank 9-641/+11
2022-07-12Fix md mode comment (#3880)Gravatar Corbin Crutchley 2-4/+11
2022-07-12[ci] release (#3894)Gravatar Fred K. Bot 69-192/+273
2022-07-12fix: add TypeScript type and documentation for markdown "mode" config (#3883)Gravatar Corbin Crutchley 2-0/+26
2022-07-12Remove unused(and also vulnerable) libs from @astro/telemetry (#3898)Gravatar Yuji Sugiura 3-87/+5
2022-07-11Fix: reintroduce smoke tests across example projects (#3669)Gravatar Nate Moore 10-27/+29
2022-07-11[ci] formatGravatar matthewp 3-21/+18
2022-07-11Allow defining Astro components in Vite plugins (#3889)Gravatar Matthew Phillips 11-40/+194
2022-07-11chore: ignore bundle size check for irrelevant PRs (#3893)Gravatar Nate Moore 1-0/+2
2022-07-11[ci] formatGravatar bholmesdev 4-13/+8
2022-07-11Update `with-nanostores` example to match docs walkthrough (#3840)Gravatar Ben Holmes 24-380/+322
2022-07-11More integration README fixes (#3885)Gravatar Chris Swithinbank 35-148/+144
2022-07-11[ci] release (#3887)create-astro@0.13.0astro@1.0.0-beta.66@astrojs/vue@0.3.0@astrojs/telemetry@0.3.0@astrojs/svelte@0.3.0@astrojs/solid-js@0.3.0@astrojs/react@0.3.0@astrojs/prism@0.5.0@astrojs/preact@0.4.0@astrojs/mdx@0.1.0@astrojs/markdown-remark@0.11.4Gravatar Fred K. Bot 57-177/+225
2022-07-11Update compiler (#3892)Gravatar Nate Moore 4-17/+12
2022-07-11Properly await on children before hydrating in Safari (#3891)Gravatar Matthew Phillips 2-1/+6
2022-07-11fix(#3071): update supported node versions (#3871)Gravatar Nate Moore 15-14/+28
2022-07-11fix: portfolio example JSX error (#3886)Gravatar Tom Lienard 2-2/+7
2022-07-11[ci] formatGravatar matthewp 1-95/+95
2022-07-11Move client types into Astro (#3851)Gravatar Matthew Phillips 34-57/+272
2022-07-09[ci] release (#3877)@astrojs/image@0.1.1Gravatar Fred K. Bot 3-6/+7
2022-07-09Updating the <Picture /> component to default to async image decoding (#3876)Gravatar Tony Sullivan 2-1/+6
2022-07-08[ci] release (#3850)create-astro@0.12.5astro@1.0.0-beta.65@astrojs/vue@0.2.1@astrojs/vercel@0.2.5@astrojs/turbolinks@0.1.4@astrojs/telemetry@0.2.5@astrojs/tailwind@0.2.3@astrojs/svelte@0.2.1@astrojs/solid-js@0.2.1@astrojs/sitemap@0.2.5@astrojs/react@0.2.1@astrojs/prefetch@0.0.4@astrojs/preact@0.3.2@astrojs/partytown@0.1.7@astrojs/node@0.1.5@astrojs/netlify@0.4.9@astrojs/mdx@0.0.3@astrojs/lit@0.3.1@astrojs/image@0.1.0@astrojs/deno@0.1.9@astrojs/cloudflare@0.2.3Gravatar Fred K. Bot 86-255/+328
2022-07-08[ci] formatGravatar bholmesdev 1-1/+1
2022-07-08chore: changeset (#3873)Gravatar Ben Holmes 3-1/+10
2022-07-08Add editor integrations to language integrations (#3864)Gravatar Erika 8-6/+131
2022-07-08[ci] formatGravatar tony-sull 7-38/+59
2022-07-08Adds a new `<Picture>` component to the image integration (#3866)Gravatar Tony Sullivan 28-164/+1052
2022-07-08[ci] formatGravatar bholmesdev 7-31/+60
2022-07-08[astro add] Support adapters and third party packages (#3854)Gravatar Ben Holmes 20-37/+221
2022-07-08Ignore big formatting commit (#3870)Gravatar Marcus Otterström 1-1/+3
2022-07-08[ci] formatGravatar tony-sull 1-3/+3
2022-07-08fix: Always add @astrojs/image to vite.ssr.noExternal (#3869)Gravatar Tony Sullivan 2-0/+8
2022-07-08Format astro files in examples (#3862)Gravatar Marcus Otterström 73-694/+957
2022-07-08Integration README fixes (#3865)Gravatar Chris Swithinbank 8-8/+17
2022-07-08fix(#3843): move @babel/types to dependencies (#3863)Gravatar Nate Moore 2-2/+2
2022-07-08Fixed broken Markdown link (#3868)Gravatar Isaac McFadyen 1-2/+2
2022-07-08chore: bump Vite minimum version (#3861)Gravatar Nate Moore 2-2/+2
2022-07-08[ci] formatGravatar matthewp 1-1/+1
2022-07-08Better response.arrayBuffer() handling in Node (#3860)Gravatar Matthew Phillips 8-3/+125
2022-07-08[ci] update lockfile (#3858)Gravatar Fred K. Bot 1-411/+437
2022-07-08Fix manual import (#3857)Gravatar Chris Williams 1-1/+1
2022-07-07[ci] formatGravatar bholmesdev 1-3/+3
2022-07-07Docs: add adapter heading for configuration docs (#3842)Gravatar Ben Holmes 2-4/+20
2022-07-07[ci] formatGravatar natemoo-re 2-3/+3
2022-07-07fix: lint failing on astro and some integrations (#3794)Gravatar Joaquín Sánchez 7-17/+18
2022-07-07update solid peer dependenciesGravatar Fred K. Schott 2-1/+6
2022-07-07update lockfile (#3828)Gravatar Fred K. Schott 3-7/+1