Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-beta | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-07-15 | Roll back supported Node engines (#3937) | 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.6 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-07-13 | Rollback Nodejs Dependancy (#3914) | 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) | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-07-11 | More integration README fixes (#3885) | 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.4 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-07-11 | fix(#3071): update supported node versions (#3871) | 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.3 | 2 | -1/+9 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-07-08 | Add editor integrations to language integrations (#3864) | 2 | -2/+58 | ||
2022-07-08 | [astro add] Support adapters and third party packages (#3854) | 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) | 1 | -2/+2 | ||
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> | |||||
2022-06-27 | removed experimental warning from astro add command (#3727) | 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.0 | 2 | -1/+9 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-06-23 | Enable named slots in renderers (#3652) | 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-logs | 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.3 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-05-31 | [ci] format | 1 | -17/+18 | ||
2022-05-31 | Improve nested and `client:only` hydration (#3455) | 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) | 1 | -1/+1 | ||
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> | |||||
2022-05-19 | [ci] update lockfile (#3404) | 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.4 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-05-12 | [ci] update lockfile (#3287) | 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-11 | Fix peer deps issue in svelte and vue plugins (#3333) | 1 | -1/+2 | ||
* fix peer deps issue * add changeset * rebuild lockfile | |||||
2022-04-20 | [ci] update lockfile (#3153) | 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.1 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-04-19 | [ci] release (#3149) | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-04-19 | Support custom vue compiler options in @astrojs/vue (#3143) | 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.1 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-04-10 | fix up changelogs | 1 | -1/+1 | ||
2022-04-10 | [ci] release (#3061)astro@1.0.0-beta.6@astrojs/vue@0.1.0@astrojs/vercel@0.1.0@astrojs/turbolinks@0.1.0@astrojs/tailwind@0.1.1@astrojs/svelte@0.1.0@astrojs/solid-js@0.1.0@astrojs/renderer-solid@0.4.1@astrojs/preact@0.1.0@astrojs/partytown@0.1.1@astrojs/node@0.1.0@astrojs/netlify@0.2.0@astrojs/lit@0.1.0 | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-04-10 | revert release | 2 | -7/+1 | ||
2022-04-10 | [ci] release (#3060) | 2 | -1/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-04-02 | exit prerelease mode (#2967) | 1 | -1/+1 | ||
2022-03-25 | [ci] release (#2884)create-astro@0.8.0astro@0.25.0@astrojs/vue@0.0.2@astrojs/turbolinks@0.0.2@astrojs/tailwind@0.0.2@astrojs/svelte@0.0.2@astrojs/solid-js@0.0.2@astrojs/sitemap@0.0.2@astrojs/react@0.0.2@astrojs/prism@0.4.1@astrojs/preact@0.0.2@astrojs/partytown@0.0.2@astrojs/node@0.0.2@astrojs/netlify@0.0.2@astrojs/markdown-remark@0.7.0@astrojs/lit@0.0.2 | 2 | -1/+9 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-03-25 | Docs: READMEs for component framework integrations (#2880) | 1 | -0/+65 | ||
* docs: add base integration readme temp for Vue * docs: copy integration temp across renderers * feat: add get started with components section * feat: adapt comp integration docs for lit * nit: THERES TWO WAYS SPECIFICALLY * nit: there's more edits wait "there are" dangit | |||||
2022-03-23 | add build:ci command which skips `tsc` (#2869) | 1 | -0/+1 | ||
2022-03-21 | [ci] release (next) (#2851)create-astro@0.8.0-next.0astro@0.25.0-next.2@astrojs/vue@0.0.2-next.0@astrojs/turbolinks@0.0.2-next.0@astrojs/tailwind@0.0.2-next.0@astrojs/svelte@0.0.2-next.0@astrojs/solid-js@0.0.2-next.0@astrojs/sitemap@0.0.2-next.0@astrojs/react@0.0.2-next.0@astrojs/preact@0.0.2-next.0@astrojs/partytown@0.0.2-next.0@astrojs/lit@0.0.2-next.0 | 2 | -1/+8 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-03-21 | chore: integration keywords (#2847) | 1 | -0/+5 | ||
* updating integration package keywords * adding a changeset | |||||
2022-03-21 | [ci] update lockfile (#2841) | 1 | -2/+2 | ||
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> | |||||
2022-03-18 | Astro Integration System (#2820) | 6 | -0/+149 | ||
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback |