Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-13 | fix(deps): update all non-major dependencies (#11015) | 3 | -3/+3 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com> | |||||
2024-05-09 | [ci] release (#10944)astro@4.8.0@astrojs/web-vitals@0.1.1@astrojs/vue@4.2.0@astrojs/vercel@7.6.0@astrojs/solid-js@4.2.0@astrojs/react@3.3.3@astrojs/preact@3.3.0@astrojs/mdx@3.0.0@astrojs/db@0.11.1 | 2 | -1/+18 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-05-09 | chore(deps): update all non-major dependencies (#10958) | 1 | -3/+3 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com> | |||||
2024-05-06 | feat(vue): add support for devtools (#10929) | 2 | -12/+26 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2024-05-01 | Fix typos (#10923) | 1 | -1/+1 | ||
2024-04-30 | fix(deps): update all non-major dependencies (#10901) | 1 | -2/+2 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2024-04-22 | chore(deps): update all non-major dependencies (#10833) | 1 | -4/+4 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com> | |||||
2024-04-20 | Update major deps (#10823) | 1 | -1/+0 | ||
2024-04-17 | [ci] format | 4 | -4/+4 | ||
2024-04-11 | [ci] release (#10739)create-astro@4.8.0astro@4.6.0@astrojs/vue@4.1.0@astrojs/upgrade@0.3.0@astrojs/telemetry@3.1.0@astrojs/svelte@5.4.0@astrojs/solid-js@4.1.0@astrojs/react@3.3.0@astrojs/prism@3.1.0@astrojs/preact@3.2.0@astrojs/mdx@2.3.0@astrojs/markdown-remark@5.1.0@astrojs/markdoc@0.10.0 | 2 | -1/+9 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-04-10 | feat: upgrade the minimum Node.js maintainance LTS version (#10689) | 1 | -1/+1 | ||
* feat: upgrade the minimum Node.js maintainance LTS version * chore: update minimum npm version * chore: revert npm change * chore: address Erika's feedback * chore: apply further suggestions * Update .changeset/empty-rules-type.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2024-04-09 | [ci] release (#10680)astro@4.5.17@astrojs/vue@4.0.11@astrojs/react@3.2.0@astrojs/db@0.10.2 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-04-08 | Fix vue-jsx change (#10716) | 1 | -0/+11 | ||
2024-04-08 | Remove unused config in Vue JSX integration (#10687) | 2 | -19/+0 | ||
2024-04-02 | [ci] release (#10603)astro@4.5.13@astrojs/vue@4.0.10@astrojs/vercel@7.5.1@astrojs/preact@3.1.2@astrojs/mdx@2.2.3@astrojs/markdown-remark@5.0.0@astrojs/markdoc@0.9.4@astrojs/db@0.9.9 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-03-29 | Remove the ssr external for vue (#10601) | 1 | -1/+0 | ||
* remove the ssr external for vue * Remove the external line vs comment it out * add a changeset | |||||
2024-03-14 | [ci] release (#10430)astro@4.5.4@astrojs/vue@4.0.9@astrojs/db@0.8.3 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-03-14 | fix(vue): Add default options to not transform assets (#10419) | 6 | -3/+28 | ||
* fix(vue): Add default options to not transform assets * fix: oops merge correctly * chore: changeset * nit: address feedback | |||||
2024-03-13 | Revert "[ci] format" (#10417) | 4 | -4/+4 | ||
* Revert "[ci] format" This reverts commit 1863727215e87e20c6f5aebe5f9ee0f2783bc788. * pin dependency * update lock | |||||
2024-03-13 | [ci] format | 4 | -4/+4 | ||
2024-03-05 | [ci] format | 1 | -13/+19 | ||
2024-03-05 | fix: fixed an error in the vue component editor (#10293) | 2 | -4/+49 | ||
* fix: fixed an error in the vue component editor(https://github.com/withastro/language-tools/issues/758) * chore: format code * chore: change import path | |||||
2024-02-28 | Update Vite to latest (#10259) | 1 | -1/+1 | ||
2024-02-27 | chore: import sort source code, exception for the `astro` package (#10242) | 4 | -6/+6 | ||
* chore: import sort source code, exception for the `astro` package * fix import sorting bug * Update packages/integrations/lit/server.js Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> | |||||
2024-02-22 | chore: import sorting for test folder and e2e folder (#10190) | 8 | -8/+8 | ||
2024-02-21 | chore: use biome to sort imports - only test files (#10180) | 3 | -6/+6 | ||
* chore: use biome to sort imports * do the sorting * Update package.json Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> | |||||
2024-02-15 | Update to Vite 5.1 (#10120) | 1 | -1/+1 | ||
2024-02-07 | Use eslint-plugin-regexp (#9993) | 2 | -6/+6 | ||
2024-01-31 | chore(`@astrojs/vue`): use Node.js for testing (#9901) | 4 | -43/+42 | ||
* chore: migrate vue tests to node * chore: prune chai/mocha from package-lock | |||||
2024-01-23 | fix: vite security issue (#9773) | 1 | -1/+1 | ||
2024-01-06 | [ci] release (#9609)astro@4.1.1@astrojs/vue@4.0.8@astrojs/vercel@6.1.3@astrojs/solid-js@4.0.1 | 2 | -1/+9 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-01-05 | Fix class property Vue hydration error (#9620) | 1 | -1/+0 | ||
2024-01-05 | [ci] format | 2 | -9/+9 | ||
2024-01-05 | Ensure `appEntrypoint` is referenced in Vue components (#9490) | 10 | -5/+146 | ||
* fix(#6827): ensure `appEntrypoint` is referenced in Vue components * chore: add test * chore: add changeset * fix: windows handling * Update packages/integrations/vue/src/index.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * chore: address review feedback * chore: update lockfile --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> | |||||
2024-01-02 | [ci] release (#9541)astro@4.0.9@astrojs/vue@4.0.7@astrojs/vercel@6.1.2@astrojs/upgrade@0.2.2@astrojs/node@7.0.4 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-01-01 | Fix asynchronous `appEntrypoint` support (#9558) | 9 | -2/+84 | ||
2023-12-27 | [ci] release (#9491)astro@4.0.8@astrojs/vue@4.0.6@astrojs/vercel@6.1.1@astrojs/tailwind@5.1.0@astrojs/svelte@5.0.3@astrojs/solid-js@3.0.3@astrojs/sitemap@3.0.4@astrojs/react@3.0.9@astrojs/preact@3.0.2@astrojs/partytown@2.0.3@astrojs/node@7.0.3@astrojs/mdx@2.0.3@astrojs/markdoc@0.8.2@astrojs/lit@4.0.1@astrojs/alpinejs@0.3.2 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-27 | [ci] format | 1 | -1/+1 | ||
2023-12-21 | [ci] format | 1 | -1/+1 | ||
2023-12-21 | [docs] minimal integration READMEs (#9479) | 1 | -143/+21 | ||
Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com> Co-authored-by: Elian <15145918+ElianCodes@users.noreply.github.com> Co-authored-by: Alexander Niebuhr <45965090+alexanderniebuhr@users.noreply.github.com> | |||||
2023-12-20 | [ci] release (#9457)astro@4.0.7@astrojs/vue@4.0.5@astrojs/tailwind@5.0.4@astrojs/svelte@5.0.2@astrojs/react@3.0.8@astrojs/node@7.0.2@astrojs/mdx@2.0.2@astrojs/markdoc@0.8.1 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-20 | chore: upgrade vite to latest (close #9443) (#9452) | 1 | -1/+1 | ||
* chore: upgrade vite to latest * chore: add changeset * fix: enforce type * fix: postcss * chore: log messages * fix: take vite re-optimizing message into account --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> | |||||
2023-12-15 | [ci] release (#9432)create-astro@4.6.0astro@4.0.6@astrojs/vue@4.0.4 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-15 | [ci] format | 1 | -1/+3 | ||
2023-12-15 | Simplify vue appEntrypoint handling (#9362) | 1 | -62/+38 | ||
* Simplify vue appEntrypoint handling * Try fix windows --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-12-11 | [ci] release (#9365)astro@4.0.4@astrojs/vue@4.0.3@astrojs/vercel@6.0.2@astrojs/svelte@5.0.1@astrojs/node@7.0.1@astrojs/mdx@2.0.1@astrojs/markdown-remark@4.0.1 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-07 | chore: update peer dependencies (#9366) | 1 | -1/+1 | ||
2023-12-05 | [ci] release (#9332)astro@4.0.2@astrojs/vue@4.0.2 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-06 | [ci] format | 2 | -4/+4 | ||
2023-12-05 | Vue: Remove `hasDefaultExport` check from `appEntrypoint` logic (#9333) | 10 | -6/+135 | ||