summaryrefslogtreecommitdiff
path: root/packages/integrations/vue (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-10-07Merge branch 'main' into nextGravatar Princesseuh 6-6/+14
2024-10-07[ci] release (#12115)create-astro@4.9.1astro@4.15.12@astrojs/vue@4.5.2@astrojs/upgrade@0.3.4@astrojs/svelte@5.7.2@astrojs/db@0.14.2Gravatar Houston (Bot) 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-07fix(deps): update all non-major dependencies (#12140)Gravatar renovate[bot] 4-5/+5
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-05Fixed an "Uncaught ReferenceError" inside of the @astrojs/vue package (#12116)Gravatar sammibajrami 1-1/+1
* fix(vue): initialized the 'app' variable earlier in the client.js script by assigning the 'appInstance' reference to it so that it is available for the later established 'astro:unmount' event listener * Add changeset * fix(vue): reverted the last change and instead moved the 'astro:unmount' event listener to inside of the 'if' statement where the 'app' variable is initialized --------- Co-authored-by: Matt Kane <m@mk.gg>
2024-10-04Bump vite to beta (#11979)Gravatar Bjorn Lu 1-1/+1
2024-10-04Merge branch 'main' into nextGravatar Matt Kane 8-5/+60
2024-10-04fix(vue): missing file (#12120)Gravatar Florian Lefebvre 1-0/+1
2024-10-03docs: update Vite links to use their new domain (#12117)Gravatar Armand Philippot 1-4/+4
* docs: update Vite links to use their new domain See https://github.com/withastro/docs/issues/9548 * update other links with the new Vite domain * Create strange-cats-notice.md --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-10-03[ci] formatGravatar Florian Lefebvre 1-1/+1
2024-10-03fix(vue): useId() collisions (#12112)Gravatar Florian Lefebvre 6-1/+55
2024-10-01Merge branch 'main' into nextGravatar bluwy 4-9/+9
2024-09-30fix(deps): update all non-major dependencies (#12092)Gravatar renovate[bot] 4-5/+5
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-26fix(deps): update all non-major dependencies (#12003)feat/action-on-resultGravatar renovate[bot] 4-9/+9
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-09-24[ci] release (beta) (#12017)astro@5.0.0-beta.2@astrojs/vue@5.0.0-beta.0@astrojs/svelte@6.0.0-beta.0Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-18Merge branch 'main' into nextGravatar Matt Kane 3-15/+39
2024-09-18[ci] release (#12002)astro@4.15.7@astrojs/vue@4.5.1@astrojs/tailwind@5.1.1@astrojs/svelte@5.7.1@astrojs/solid-js@4.4.2Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-17Fix vue resetting state when using view transition persistence (#11946)Gravatar Johannes Spohr 1-14/+32
* Fix vue resetting state when using view transition persistence * Avoid calling internal apis when forcing vue component update
2024-09-17fix: only bump packages that needs itGravatar Princesseuh 1-1/+1
2024-09-17fix: attempt to version at beta 1Gravatar Princesseuh 1-1/+1
2024-09-10Merge branch 'main' into nextGravatar Princesseuh 4-7/+7
2024-09-09chore(deps): update all non-major dependencies (#11948)Gravatar renovate[bot] 4-7/+7
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02Merge branch 'main' into nextGravatar Matt Kane 1-1/+1
2024-09-02fix(deps): update all non-major dependencies (#11896)Gravatar renovate[bot] 1-1/+1
2024-08-28Merge branch 'main' into nextGravatar Princesseuh 1-2/+2
2024-08-28fix(deps): update all non-major dependencies (#11837)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19[ci] release (alpha) (#11627)create-astro@4.8.4-alpha.0astro@5.0.0-alpha.0@astrojs/vue@5.0.0-alpha.0@astrojs/vercel@8.0.0-alpha.0@astrojs/tailwind@6.0.0-alpha.0@astrojs/svelte@6.0.0-alpha.0@astrojs/node@9.0.0-alpha.0@astrojs/mdx@4.0.0-alpha.0@astrojs/markdown-remark@6.0.0-alpha.0@astrojs/markdoc@1.0.0-alpha.0Gravatar Houston (Bot) 2-2/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-19fix(deps): update all non-major dependencies (#11765)Gravatar renovate[bot] 4-8/+8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-13fix(deps): update all non-major dependencies (#11674)Gravatar renovate[bot] 4-7/+7
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-08-09Simplify eslint and pnpm config (#11646)Gravatar Bjorn Lu 3-3/+6
2024-08-08update formatter config (#11640)Gravatar Darius 2-5/+5
* update formatter config * format --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-08-08chore: bump typescript-eslint to v8 (#11649)Gravatar Josh Goldberg ✨ 1-1/+1
2024-08-07Improve regex performance (#11635)Gravatar Bjorn Lu 1-2/+2
2024-08-05fix(deps): update all non-major dependencies (#11618)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-31fix(deps): update all non-major dependencies (#11565)Gravatar renovate[bot] 1-5/+5
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-23fix(deps): update all non-major dependencies (#11522)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-07-17fix(deps): update all non-major dependencies (#11426)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-07-01fix(deps): update all non-major dependencies (#11383)Gravatar renovate[bot] 1-5/+5
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-06-24fix(deps): update all non-major dependencies (#11318)Gravatar renovate[bot] 1-3/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-06-24fix(deps): update dependency vite-svg-loader to v5 (#11322)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-17[ci] release (#11233)astro@4.10.3@astrojs/vue@4.5.0@astrojs/vercel@7.7.1@astrojs/svelte@5.6.0@astrojs/solid-js@4.4.0@astrojs/sitemap@3.1.6@astrojs/react@3.6.0@astrojs/preact@3.5.0@astrojs/node@8.3.1@astrojs/mdx@3.1.1@astrojs/lit@4.3.0@astrojs/db@0.11.6Gravatar Houston (Bot) 2-1/+38
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-17chore(deps): update all non-major dependencies (#11269)Gravatar renovate[bot] 1-4/+4
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-17fix(deps): update dependency @vitejs/plugin-vue-jsx to v4 (#11270)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-14feat: refine container APIs for renderers (#11251)Gravatar Emanuele Stoppa 3-1/+8
2024-06-11fix(deps): update all non-major dependencies (#11222)Gravatar renovate[bot] 1-3/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-06[ci] release (#11186)astro@4.10.0@astrojs/vue@4.4.0@astrojs/svelte@5.5.0@astrojs/solid-js@4.3.0@astrojs/react@3.5.0@astrojs/preact@3.4.0@astrojs/mdx@3.1.0@astrojs/lit@4.2.0Gravatar Houston (Bot) 2-1/+25
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-05feat(container): provide a virtual module to load renderers (#11144)Gravatar Emanuele Stoppa 1-1/+8
* feat(container): provide a virtual module to load renderers * address feedback * chore: restore some default to allow to have PHP prototype working * Thread through renderers and manifest * Pass manifest too * update changeset * add diff * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fix diff * rebase and update lock --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-05-30fix(deps): update all non-major dependencies (#11151)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-05-23[ci] release (#11116)astro@4.9.0@astrojs/web-vitals@0.2.1@astrojs/vue@4.3.0@astrojs/react@3.4.0Gravatar Houston (Bot) 2-1/+23
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-22[ci] formatGravatar Jan-Niklas W 1-4/+4
2024-05-22feat(vue): add support vue devtools options (#11055)Gravatar Jan-Niklas W 2-3/+6
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Jan-Niklas Wortmann <jan-niklas.wortmann@jetbrains.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>