Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2023-12-05 | [ci] release (#9319)@astrojs/vue@4.0.1@astrojs/upgrade@0.2.1 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-05 | [ci] format | 1 | -3/+7 | ||
2023-12-05 | Improve Vue `appEntrypoint` handling (#8794) | 16 | -13/+219 | ||
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> Co-authored-by: Florian LEFEBVRE <contact@florian-lefebvre.dev> Co-authored-by: Nate Moore <nate@astro.build> | |||||
2023-12-05 | [ci] release (#9307)create-astro@4.5.2astro@4.0.0@astrojs/vue@4.0.0@astrojs/vercel@6.0.0@astrojs/upgrade@0.2.0@astrojs/svelte@5.0.0@astrojs/rss@4.0.0@astrojs/react@3.0.7@astrojs/node@7.0.0@astrojs/mdx@2.0.0@astrojs/markdown-remark@4.0.0@astrojs/markdoc@0.8.0 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-11-27 | [ci] release (beta) (#9114)create-astro@4.5.2-beta.0astro@4.0.0-beta.0@astrojs/vue@4.0.0-beta.0@astrojs/vercel@6.0.0-beta.0@astrojs/tailwind@6.0.0-beta.0@astrojs/svelte@5.0.0-beta.0@astrojs/rss@4.0.0-beta.0@astrojs/react@3.0.7-beta.0@astrojs/node@7.0.0-beta.0@astrojs/mdx@2.0.0-beta.0@astrojs/markdown-remark@4.0.0-beta.0 | 2 | -2/+11 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-11-21 | Update all dependencies (#9138) | 2 | -6/+6 | ||
Co-authored-by: delucis <delucis@users.noreply.github.com> | |||||
2023-11-17 | Support Vite 5 (#9122) | 1 | -4/+4 | ||
2023-11-08 | [ci] release (#8989)astro@3.4.4@astrojs/vue@3.0.4@astrojs/vercel@5.2.0 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-11-08 | fix(vue): vue regular script block exports not being recognized inside ↵ | 7 | -14/+97 | ||
editor (#8998) Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> | |||||
2023-11-01 | [ci] release (#8934)create-astro@4.5.0astro@3.4.1@astrojs/vue@3.0.3@astrojs/sitemap@3.0.3@astrojs/partytown@2.0.2@astrojs/markdoc@0.7.1 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-10-27 | [ci] format | 1 | -1/+0 | ||
2023-10-27 | Prevent passing slot names as props (#8930) | 7 | -1/+64 | ||
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Nate Moore <7118177+natemoo-re@users.noreply.github.com> | |||||
2023-10-26 | Fix examples smoke test fail (#8923) | 2 | -2/+2 | ||
2023-10-26 | Prevent bumping peer deps (#8893) | 1 | -1/+1 | ||
2023-10-24 | [ci] release (#8895)create-astro@4.4.0astro@3.3.4@astrojs/vercel@5.1.0@astrojs/telemetry@3.0.4@astrojs/react@3.0.4@astrojs/mdx@1.1.3@astrojs/markdoc@0.7.0 | 1 | -1/+1 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-10-23 | [ci] release (#8861)astro@3.3.3@astrojs/vue@3.0.2 | 2 | -2/+11 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-10-18 | Fix Vue HMR for script tags (#8860) | 1 | -9/+13 | ||
2023-10-18 | [ci] release (#8848)create-astro@4.3.0astro@3.3.2@astrojs/sitemap@3.0.2 | 1 | -1/+1 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-10-17 | [ci] release (#8820)astro@3.3.1@astrojs/lit@3.0.2 | 1 | -1/+1 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-10-12 | [ci] release (#8796)astro@3.3.0@astrojs/mdx@1.1.2@astrojs/markdown-remark@3.3.0@astrojs/markdoc@0.6.0@astrojs/cloudflare@7.5.3 | 1 | -1/+1 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-10-10 | [ci] release (#8768)astro@3.2.4@astrojs/tailwind@5.0.2@astrojs/cloudflare@7.5.2 | 1 | -1/+1 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-10-05 | [ci] release (#8738) | 2 | -2/+11 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-10-03 | feat: add provenance to packages (#8737) | 1 | -0/+3 | ||
2023-10-02 | [ci] release (#8722)astro@3.2.2@astrojs/markdoc@0.5.1@astrojs/cloudflare@7.5.0 | 1 | -1/+1 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-10-02 | [ci] release (#8699)astro@3.2.1@astrojs/node@6.0.2@astrojs/cloudflare@7.4.0 | 1 | -1/+1 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-09-28 | [ci] release (#8695)astro@3.2.0@astrojs/cloudflare@7.3.1 | 1 | -1/+1 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-09-28 | Revert "[ci] release (#8671)" (#8696) | 1 | -1/+1 | ||
This reverts commit eada8ab8fa0d291586f30c010edaa56905351064. | |||||
2023-09-28 | [ci] release (#8671) | 1 | -1/+1 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> | |||||
2023-09-28 | update all the readme's for expressive code (#8691) | 1 | -9/+10 | ||
Co-authored-by: HiDeoo <HiDeoo@users.noreply.github.com> Co-authored-by: Genteure <Genteure@users.noreply.github.com> Co-authored-by: Bryce Russell <brycetrussell@gmail.com> Co-authored-by: Reuben Tier <TheOtterlord@users.noreply.github.com> Co-authored-by: Hippo <hippotastic@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Kevin Zuniga Cuellar <kevinzunigacuellar@users.noreply.github.com> |