summaryrefslogtreecommitdiff
path: root/packages/integrations/vue (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-19chore(vue): automatically add `vuetify` to `ssr.noExternal` (#5126)Gravatar Nate Moore 1-1/+1
Co-authored-by: Nate Moore <nate@astro.build>
2022-10-18[ci] release (#5078)astro@1.5.1@astrojs/vue@1.2.0@astrojs/vercel@2.3.0@astrojs/tailwind@2.1.1@astrojs/solid-js@1.2.1@astrojs/react@1.2.1@astrojs/node@2.0.1Gravatar Fred K. Bot 2-1/+33
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-13[ci] formatGravatar natemoo-re 4-7/+7
2022-10-13[Vue] add support for `appEntrypoint` (#5075)Gravatar Nate Moore 13-4/+160
* feat(vue): add support for appEntrypoint * chore: add changeset * test(vue): add tests for app entrypoint * docs(vue): update README to include app entrypoint * fix(vue): prefer resolvedVirtualModuleId Co-authored-by: Nate Moore <nate@astro.build>
2022-09-29[ci] release (#4903)astro@1.4.0@astrojs/vue@1.1.0@astrojs/vercel@2.1.0@astrojs/telemetry@1.0.1@astrojs/tailwind@2.0.2@astrojs/svelte@1.0.1@astrojs/rss@1.0.2@astrojs/preact@1.1.1@astrojs/node@1.1.0@astrojs/netlify@1.1.0@astrojs/mdx@0.11.3@astrojs/markdown-remark@1.1.3@astrojs/image@0.8.1@astrojs/deno@1.1.0@astrojs/cloudflare@2.1.0Gravatar Fred K. Bot 2-1/+11
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-29[ci] formatGravatar bluwy 1-1/+1
2022-09-29Support Vue JSX (#4897)Gravatar Bjorn Lu 3-4/+74
Co-authored-by: Dan Jutan <danjutan@gmail.com>
2022-09-28Remove shamefully-hoist (#4842)Gravatar Bjorn Lu 1-1/+2
2022-09-26docs: Standardize common integration READMEs (#4874)Gravatar Jake Strawn 1-1/+9
2022-09-19fixed broken emoji for in "Getting started" section of integration docs (#4795)Gravatar Aditya Jain 1-1/+1
* fixed broken emoji for "nest frameworks together" * Add missing whitespace Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
2022-09-12[ci] release (#4707)astro@1.2.2@astrojs/vue@1.0.2@astrojs/vercel@2.0.0@astrojs/rss@1.0.1Gravatar Fred K. Bot 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-09Fix: Vue `script setup` with other renderers applied (#4706)Gravatar Ben Holmes 1-1/+1
* fix: add __ssrInlineRender to Vue check * chore: remove console log * test: vue builds with other renderer present * chore: changeset
2022-09-09No 👏 more 👏 server 👏 restarts 👏 on 👏 config 👏 changes (#4578)Gravatar Ben Holmes 1-2/+0
* feat: restart config on add, remove, update * fix: reload for root project configs only * fix: throw when userConfigPath can't resolve * chore: changeset * wip: remove normalizePath before writeFile * refactor: invalidateWithCache -> isConfigReload * wip: mustExist? * debug: config loaded successfully * debug: more logs * debug: MORE logging * fix: normalize resolved config path * debug: yet MORE logging * chore: bump proload * fix: use file path, not URL.pathname * Revert "wip: mustExist?" This reverts commit 8ca8662132532dcdc9fd120868e615ddc60f498e. * chore: remove console log * feat: cleanup restart message, better invalid config handling * chore: update lockfile * chore: fix types * fix: throw helpful error when config does not exist * docs: remove "restart dev server" from integrations * docs: make sure to restart -> try restarting Co-authored-by: Nate Moore <nate@astro.build>
2022-09-07Integrations: Fix NPM instructions to use `npx astro add` again (#4653)Gravatar Tibor Schiemann 1-2/+4
* Fix install instructions to use `npx astro` again * Replace joyful hiccups with regular issues :)
2022-09-06[ci] release (#4620)astro@1.1.6@astrojs/vue@1.0.1@astrojs/image@0.5.1@astrojs/alpinejs@0.1.2Gravatar Fred K. Bot 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-06[ci] formatGravatar matthewp 1-2/+2
2022-09-06Add vueperslides to noExternal in vue integration (#4639)Gravatar Matthew Phillips 1-2/+4
2022-08-16integrations: update recommended method for running astro add (#4340)Gravatar Chris Swithinbank 1-2/+2
2022-08-09Astro 1.0.0 (#4214)Gravatar Nate Moore 2-1/+9
* chore: remove changesets patch * chore: add changesets * chore: version packages * chore: normalize formatting * chore: update lockfile * chore: fix codeblocks * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: fixup code samples * chore: move v0.25 message out of note Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-07-26[ci] release (#3972)create-astro@0.14.2astro@1.0.0-rc.1@astrojs/vue@0.5.0@astrojs/vercel@0.3.0@astrojs/tailwind@0.2.5@astrojs/svelte@0.5.0@astrojs/sitemap@0.3.0@astrojs/prefetch@0.0.6@astrojs/partytown@0.1.9@astrojs/node@0.2.0@astrojs/netlify@0.5.0@astrojs/mdx@0.3.0@astrojs/markdown-remark@0.13.0@astrojs/markdown-component@0.2.0@astrojs/lit@0.3.2@astrojs/image@0.2.0@astrojs/deno@0.2.0@astrojs/cloudflare@0.3.0Gravatar Fred K. Bot 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-18Migrate to Vite 3 ⚡️ (#3570)Gravatar Matthew Phillips 1-2/+2
* Vite 3 test * deps: bump to Vite beta.1 * refactor: move to use optimizeDeps.force option * refactor: stub out new updateModuleInfo params * nit: remove comment on deprecated Vite feature * nit: remove comment on deprecated vite feature * hail mary: destroy all ssr external / noexternal! * fix: use new middlewareMode config settings * fix: resolve npm package paths for rollup input * wip: revert to unresolved. Issue reported! * sad refactor: use legacy devDepsScanner for component HMR * fix: add astro/components to noExternal for Code component * refactor: use ALWAYS_NOEXTERNAL array * refactor: add package.json to all test runners for noExternal error * deps: bump to latest vite 3 beta * wip: add package.json to smoke * fix: remove accidental "force true" on create-vite * refactor: write smoke package.json programmatically * refactor: add fontsource to noExternal * fix: only add to ssr.noExternal if present in project * wip: what if we just... didn't have a memory test * deps: bump to latest vite beta * Revert "wip: what if we just... didn't have a memory test" This reverts commit 173729dbdc685e52881fc3333487b8f744add55f. * fix: add type check for plugin.name * feat: remove legacy.devDepsScanner. Vite 3 strat is now Vite 2.x strat! * fix: add ssr.noExternal to components ex * wip: ignore with-mdx starter * fix: add serviceEntryPoint to ssr.noExternal * temp: reset NODE_ENV on prod builds * fix: missing async tag * VITE 3 IS STABLE BABY * deps: bump svelte to vite 3 * deps: bump vue to vite 3 * fix: resolve plugins for proper sorting * sad fix: regex "export default" out of CSS ssr * chore: add TODO to understand sad fix * Revert "fix: resolve plugins for proper sorting" This reverts commit e67c194d3a8e11070487ed325947e7c59e8d69cd. * Revert "sad fix: regex "export default" out of CSS ssr" This reverts commit 721d40b62b61440dc9e488787901c915579659db. * fix: sort plugins WITHOUT resolveConfig * Revert "wip: ignore with-mdx starter" This reverts commit 7d4f7338e6a8427934668096dba35e2a06ab961f. * chore: revert memory test changes * chore: add nanostores/preact ot noexternal * chore: changeset * chore: changeset * deps: use Vite ^3.0.0 * fix: add back third party astro pkg scanner Co-authored-by: bholmesdev <hey@bholmes.dev>
2022-07-18[ci] release (#3939)create-astro@0.14.1astro@1.0.0-beta.73@astrojs/vue@0.4.1@astrojs/telemetry@0.4.1@astrojs/svelte@0.4.1@astrojs/solid-js@0.4.1@astrojs/rss@0.2.2@astrojs/react@0.4.2@astrojs/prism@0.6.1@astrojs/preact@0.5.2@astrojs/mdx@0.2.1@astrojs/markdown-remark@0.12.0@astrojs/image@0.1.3v1-betaGravatar Fred K. Bot 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-15Roll back supported Node engines (#3937)Gravatar Chris Swithinbank 1-1/+1
Fixes #3936
2022-07-13[ci] release (#3903)create-astro@0.14.0astro@1.0.0-beta.70@astrojs/vue@0.4.0@astrojs/telemetry@0.4.0@astrojs/svelte@0.4.0@astrojs/solid-js@0.4.0@astrojs/rss@0.2.1@astrojs/react@0.4.0@astrojs/prism@0.6.0@astrojs/preact@0.5.0@astrojs/mdx@0.2.0@astrojs/markdown-remark@0.11.6Gravatar Fred K. Bot 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-13Rollback Nodejs Dependancy (#3914)Gravatar Randall 1-1/+1
* Rollback Nodejs Dependancy Closes #3908 Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com> * Create ninety-apes-talk.md
2022-07-12[ci] release (#3894)Gravatar Fred K. Bot 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-11More integration README fixes (#3885)Gravatar Chris Swithinbank 2-5/+5
* Integration README fixes * More tweaks (mostly code backticks for filenames) * Update changeset * Few more tweaks * Make sure code blocks all have a code language * Use URLs of new docs pages for package homepage * One more stray `<br>` :boot: * Standardise to `sh` instead of `shell`
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 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-11fix(#3071): update supported node versions (#3871)Gravatar Nate Moore 1-1/+1
Co-authored-by: Nate Moore <nate@astro.build>
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 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-08Add editor integrations to language integrations (#3864)Gravatar Erika 2-2/+58
2022-07-08[astro add] Support adapters and third party packages (#3854)Gravatar Ben Holmes 1-0/+1
* feat: support adapters and third part integrations by keywords * refactor: add keywords to all official integrations * docs: add adapter ex to astro add help * nit: clarify astro add usage * nit: highlight link * fix: use process.exit(1) on error * chore: changeset * nit: bold integration name * fix: log install instructions for adapters instead * nit: change to logAdapterConfigInstructions * Revert "fix: log install instructions for adapters instead" This reverts commit 1a459f152bc7b7991db289999f7393e5be64ea3e. * feat: add hardcoded adapter export map * refactor: inline adapter config log
2022-06-28[ci] update lockfile (#3740)Gravatar Fred K. Bot 1-2/+2
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-06-27removed experimental warning from astro add command (#3727)Gravatar Sarah Rainsberger 1-1/+1
2022-06-24[ci] release (#3692)astro@1.0.0-beta.54@astrojs/vue@0.2.0@astrojs/svelte@0.2.0@astrojs/solid-js@0.2.0@astrojs/sitemap@0.2.2@astrojs/react@0.2.0@astrojs/preact@0.2.0@astrojs/lit@0.3.0Gravatar github-actions[bot] 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-23Enable named slots in renderers (#3652)Gravatar Nate Moore 3-8/+9
* feat: pass all slots to renderers * refactor: pass `slots` as top-level props * test: add named slot test for frameworks * fix: nested hydration, slots that are not initially rendered * test: add nested-recursive e2e test * fix: render unmatched custom element children * chore: update lockfile * fix: unrendered slots for client:only * fix(lit): ensure lit integration uses new slots API * chore: add changeset * chore: add changesets * fix: lit slots * feat: convert dash-case or snake_case slots to camelCase for JSX * feat: remove tmpl special logic * test: add slot components-in-markdown test * refactor: prefer Object.entries.map() to for/of loop Co-authored-by: Nate Moore <nate@astro.build>
2022-06-06[ci] formatfix/map-file-404-logsGravatar FredKSchott 1-2/+2
2022-05-31[ci] release (#3485)astro@1.0.0-beta.38@astrojs/vue@0.1.5@astrojs/svelte@0.1.4@astrojs/solid-js@0.1.3@astrojs/react@0.1.3@astrojs/preact@0.1.3@astrojs/markdown-remark@0.10.2@astrojs/lit@0.1.4@astrojs/deno@0.1.3Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-31[ci] formatGravatar natemoo-re 1-17/+18
2022-05-31Improve nested and `client:only` hydration (#3455)Gravatar Nate Moore 1-4/+11
* wip: fix nested islands * fix: improve hydration for dynamic content * chore: fix bundle-size script for new files * chore: allow-list client:* directive files * fix(#3362): fix client:only behavior for React, Vue, Solid * test: add client-only e2e test * chore: update lockfile * test: fix e2e tests * test: add framework nesting e2e tests * Update packages/astro/src/runtime/client/events.ts Co-authored-by: Matthew Phillips <matthew@skypack.dev> * chore: add changeset * fix(preact): ignore hydrate roots * chore: remove `ssr` check in integrations * Revert "chore: remove `ssr` check in integrations" This reverts commit ba27eaae5514701f4b7bb6259f682fe82821a23d. * chore: add changeset Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-05-24[ci] update lockfile (#3419)Gravatar Fred K. Schott 1-1/+1
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-05-19[ci] update lockfile (#3404)Gravatar Fred K. Schott 1-1/+1
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-05-12[ci] release (#3334)create-astro@0.12.1astro@1.0.0-beta.28@astrojs/vue@0.1.4@astrojs/vercel@0.2.0@astrojs/svelte@0.1.3@astrojs/react@0.1.2@astrojs/netlify@0.3.4Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-12[ci] update lockfile (#3287)Gravatar Fred K. Schott 1-2/+2
* [ci] update lockfile * chore: fix lockfile * fix: pin turbo Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Nate Moore <nate@skypack.dev>
2022-05-11Fix peer deps issue in svelte and vue plugins (#3333)Gravatar Fred K. Schott 1-1/+2
* fix peer deps issue * add changeset * rebuild lockfile
2022-04-20[ci] update lockfile (#3153)Gravatar Fred K. Schott 1-1/+1
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-04-19[ci] release (#3151)astro@1.0.0-beta.14@astrojs/vue@0.1.3@astrojs/vercel@0.1.3@astrojs/solid-js@0.1.2@astrojs/markdown-remark@0.9.2@astrojs/deno@0.1.1Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-19[ci] release (#3149)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-19Support custom vue compiler options in @astrojs/vue (#3143)Gravatar Tony Sullivan 2-4/+28
* adds support for passing options to @vitejs/plugin-vue * updating vue integration README with options details * adding a tests for custom vue compiler options * chore: adding changeset
2022-04-10[ci] release (#3064)astro@1.0.0-beta.7@astrojs/vue@0.1.1@astrojs/vercel@0.1.1@astrojs/turbolinks@0.1.1@astrojs/tailwind@0.1.2@astrojs/svelte@0.1.1@astrojs/solid-js@0.1.1@astrojs/renderer-solid@0.4.2@astrojs/preact@0.1.1@astrojs/partytown@0.1.2@astrojs/node@0.1.1@astrojs/netlify@0.2.1@astrojs/lit@0.1.1Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>