summaryrefslogtreecommitdiff
path: root/examples (follow)
AgeCommit message (Collapse)AuthorFilesLines
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 29-62/+62
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-11fix: portfolio example JSX error (#3886)Gravatar Tom Lienard 1-2/+2
* fix: portfolio example JSX error * chore: add changeset * chore: update description
2022-07-11Move client types into Astro (#3851)Gravatar Matthew Phillips 28-55/+55
* Move client types into Astro * Adds a changeset * Fix path to local client * Reference vite/client in our HMR types * Add back in the expect-error * Update types comment
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 29-68/+68
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-08Format astro files in examples (#3862)Gravatar Marcus Otterström 73-694/+957
2022-07-06[ci] release (#3818)astro@1.0.0-beta.64@astrojs/telemetry@0.2.4@astrojs/node@0.1.4Gravatar Fred K. Bot 29-30/+30
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-05Fix portfolio example to use lowercase srcset (#3829)Gravatar Matthew Phillips 1-1/+1
2022-07-01[ci] release (#3800)astro@1.0.0-beta.63Gravatar Fred K. Bot 29-29/+29
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-01[ci] formatGravatar natemoo-re 2-7/+2
2022-07-01Update MDX example to address failure (#3799)Gravatar Nate Moore 2-4/+9
* fix: do not use symbol in JSX runtime * chore: update MDX example Co-authored-by: Nate Moore <nate@astro.build>
2022-07-01[ci] release (#3789)astro@1.0.0-beta.62@astrojs/image@0.0.2Gravatar Fred K. Bot 29-29/+29
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-01[ci] release (#3783)Gravatar Fred K. Bot 29-29/+29
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-30[ci] release (#3774)astro@1.0.0-beta.60@astrojs/vercel@0.2.4@astrojs/telemetry@0.2.3@astrojs/sitemap@0.2.4@astrojs/prefetch@0.0.3@astrojs/partytown@0.1.6@astrojs/node@0.1.3@astrojs/netlify@0.4.8@astrojs/mdx@0.0.2@astrojs/deno@0.1.8Gravatar Fred K. Bot 29-34/+34
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-30[ci] formatGravatar natemoo-re 2-14/+9
2022-06-30MDX support (#3706)Gravatar Nate Moore 14-0/+149
* feat: first pass at MDX support * fix: move built-in JSX renderer to come first * chore: remove jsx example * chore: update lockfile * chore: cleanup example * fix: missing deps * refactor: move component render logic to `renderPage` * chore: update HMR script * chore: update MDX example * refactor: prefer unshit * refactor: remove TODO comment * fix: remove duplicate identifier * refactor: cleanup mdx entrypoint * fix: better html handling * fix: add tsconfig to mdx package * chore: update lockfile * fix: do not sort plugins unless mdx is enabled * chore: update compiler * fix(hmr): maybe render head for non-Astro pages * fix: set initial pageExtensions * refactor: cleanup addPageExtension * refactor: remove addPageExtensions from types * refactor: expose HookParameters type * fix: only default to astro for MDX * test: pick up jsx support in test fixtures * refactor: simplify mdx entrypoint * test: add basic MDX tests * test(e2e): add mdx + framework tests * chore: update lockfile * test(e2e): fix preact mdx e2e test * fix(mdx): disable .md support * test(e2e): fix vue-component test missing mdx * test(e2e): fix solid component needing import * fix: allow `client:only="solid"` as an alias to `solid-js` * chore: move to with-mdx example * chore: update MDX readme * chore: update example readme * chore: bump astro version * chore: update lockfile * Update mod.d.ts * feat: support `export const components` in MDX pages * chore: update mdx example * fix: update jsx-runtime with better slot support * refactor: remove object style support * chore: cleanup package exports * chore: add todo comment * refactor: improve isPage function, move to utils * refactor: dry up manual HMR updates * chore: add dev tests for MDX * chore: prefer set to array * chore: add changesets * fix(hmr): flip public/private route Co-authored-by: Nate Moore <nate@astro.build>
2022-06-30[ci] release (#3772)@astrojs/preact@0.3.1Gravatar Fred K. Bot 8-8/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-29[ci] release (#3759)astro@1.0.0-beta.59@astrojs/telemetry@0.2.2@astrojs/preact@0.3.0Gravatar Fred K. Bot 28-36/+36
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-29Updates an error handler to expect updated `@astrojs/lit` behavior (#3766)Gravatar Tony Sullivan 6-24/+16
* fix: don't throw an error when the lit renderer doesn't provide a clientEntrypoint * updating the framework-lit example to match new behavior * fix: updating the playground example to latest lit syntax
2022-06-28improve performance by adding another preconnect (#3737)Gravatar Rychardt Rothwërkz 1-1/+2
* improve performance by adding another preconnect This is the code Google Fonts officially provides. The reason for adding a secound url is that the link: https://fonts.googleapis.com/css2?family=Inter:wght@100&display=swap lists src urls like this: @font-face { font-family: 'Inter'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyeAZ9hiA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } so for better performance both urls needs to be preconnected. * Update examples/portfolio/src/components/MainHead.astro Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-06-28[ci] release (#3733)astro@1.0.0-beta.58@astrojs/telemetry@0.2.0@astrojs/tailwind@0.2.2@astrojs/sitemap@0.2.3@astrojs/prefetch@0.0.2@astrojs/netlify@0.4.7@astrojs/deno@0.1.7Gravatar Fred K. Bot 28-31/+31
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-28[ci] update lockfile (#3740)Gravatar Fred K. Bot 5-5/+5
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-06-27[ci] release (#3726)astro@1.0.0-beta.57Gravatar github-actions[bot] 28-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-24[ci] release (#3707)astro@1.0.0-beta.56Gravatar github-actions[bot] 28-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-24[ci] release (#3701)astro@1.0.0-beta.55@astrojs/cloudflare@0.2.1Gravatar github-actions[bot] 28-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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] 28-60/+60
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-23[ci] release (#3684)astro@1.0.0-beta.53@astrojs/svelte@0.1.5@astrojs/partytown@0.1.5Gravatar github-actions[bot] 28-34/+34
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-22[ci] release (#3683)astro@1.0.0-beta.52Gravatar github-actions[bot] 28-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-22[ci] release (#3666)astro@1.0.0-beta.51@astrojs/netlify@0.4.6@astrojs/deno@0.1.6Gravatar github-actions[bot] 28-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-22Fix react dependencies to improve test reliability (#3673)Gravatar hippotastic 1-2/+2
* Fix local react tests by unifying versions * Add missing dependencies to react tests * Add changeset * Fix lockfile Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-06-22Revert "add Astro Deno Example (#3645)" (#3674)Gravatar Matthew Phillips 15-3847/+0
This reverts commit e88b23ea5271369bcd26b0f011cc9146fc258b8c.
2022-06-21[ci] formatGravatar Jutanium 1-5/+5
2022-06-21add Astro Deno Example (#3645)Gravatar Elian ☕️ 15-0/+3847
* add Astro Deno Example * add changeset * update pnpm lock Co-authored-by: Dan Jutan <danjutan@gmail.com>
2022-06-21[ci] release (#3664)astro@1.0.0-beta.50Gravatar github-actions[bot] 28-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-21[ci] release (#3662)astro@1.0.0-beta.49@astrojs/sitemap@0.2.1Gravatar github-actions[bot] 28-29/+29
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-21chore(example): fix @types install type (#3656)Gravatar Jeff Mendez 1-2/+2
2022-06-21[ci] release (#3615)astro@1.0.0-beta.48@astrojs/telemetry@0.1.3@astrojs/sitemap@0.2.0@astrojs/netlify@0.4.5@astrojs/markdown-remark@0.11.3@astrojs/lit@0.2.0Gravatar github-actions[bot] 28-35/+35
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-06-16feat: improved sitemap (#3579)Gravatar Oleksii Tymoshenko 1-0/+1
* feat: extended sitemap functionality * docs: del samples * docs: readme * feat: new sitemap * feat: createLinkInHead removed * docs: updated changeset text * refactor: 'zod' function() instead of self made refine() * Revert "refactor: 'zod' function() instead of self made refine()" This reverts commit 036bac730d235b96b218e4d8c97527fa922b044f. undo function()
2022-06-16[ci] release (#3604)astro@1.0.0-beta.47@astrojs/netlify@0.4.4@astrojs/cloudflare@0.2.0Gravatar github-actions[bot] 28-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-15Update README.md (#3597)Gravatar Dan Jutan 1-12/+29
- Fix the tree to reflect the actual example contents - Remove RSS and Sitemap bullet points, since they aren't in the project
2022-06-14[ci] release (#3596)astro@1.0.0-beta.46Gravatar github-actions[bot] 28-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-14[ci] release (#3594)astro@1.0.0-beta.45Gravatar github-actions[bot] 28-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-13fix(examples): incorrect StackBlitz demo URLs (#3584)Gravatar Florens Verschelde 5-7/+7
2022-06-10[ci] release (#3569)astro@1.0.0-beta.44@astrojs/sitemap@0.1.2@astrojs/markdown-remark@0.11.2Gravatar github-actions[bot] 28-32/+32
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-10[ci] release (#3549)astro@1.0.0-beta.43@astrojs/sitemap@0.1.1@astrojs/markdown-remark@0.11.1Gravatar github-actions[bot] 28-32/+32
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-07[ci] release (#3534)astro@1.0.0-beta.42@astrojs/netlify@0.4.3@astrojs/deno@0.1.5Gravatar github-actions[bot] 28-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-06[ci] release (#3512)astro@1.0.0-beta.41@astrojs/markdown-remark@0.11.0@astrojs/lit@0.1.5Gravatar github-actions[bot] 28-34/+34
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-03[ci] update lockfile (#3515)Gravatar Fred K. Schott 4-4/+4
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-06-02[ci] release (#3509)astro@1.0.0-beta.40@astrojs/netlify@0.4.2@astrojs/deno@0.1.4Gravatar github-actions[bot] 28-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-02[ci] release (#3488)astro@1.0.0-beta.39@astrojs/solid-js@0.1.4Gravatar github-actions[bot] 28-32/+32
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-01[ci] update lockfile (#3495)Gravatar Fred K. Schott 10-10/+10
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>