summaryrefslogtreecommitdiff
path: root/examples (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-12-12[ci] release (#5561)astro@1.6.15@astrojs/vue@1.2.2@astrojs/node@3.1.1@astrojs/mdx@0.12.2Gravatar Fred K. Bot 26-35/+35
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-12-08[ci] release (#5544)astro@1.6.14@astrojs/rss@1.1.0@astrojs/netlify@1.2.2@astrojs/deno@2.0.1@astrojs/cloudflare@4.1.1Gravatar Fred K. Bot 26-30/+30
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-12-06[ci] release (#5507)astro@1.6.13@astrojs/vercel@2.3.5@astrojs/mdx@0.12.1@astrojs/image@0.12.1Gravatar Fred K. Bot 26-31/+31
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-30[ci] release (#5485)astro@1.6.12@astrojs/image@0.12.0Gravatar Fred K. Bot 26-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-24[ci] release (#5432)astro@1.6.11@astrojs/tailwind@2.1.3@astrojs/partytown@1.0.2@astrojs/mdx@0.12.0@astrojs/cloudflare@4.1.0Gravatar Fred K. Bot 26-32/+32
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-17[ci] release (#5419)astro@1.6.10@astrojs/node@3.1.0@astrojs/image@0.11.6Gravatar Fred K. Bot 26-30/+30
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-17fix: Docs Site - Table of contents highlight not working (#5411)Gravatar Rishi Raj Jain 4-40/+109
* fix: Docs Site - Table of contents highlight not working * Add html-escaper devDep * add html-escaper via pnpm
2022-11-16[ci] release (#5399)create-astro@1.2.3astro@1.6.9@astrojs/vercel@2.3.4@astrojs/image@0.11.5Gravatar Fred K. Bot 26-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-15fix(template): delete extra css. (#5403)Gravatar 李瑞丰 1-1/+0
2022-11-14[ci] release (#5365)astro@1.6.8@astrojs/solid-js@1.2.3Gravatar Fred K. Bot 26-30/+30
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-14Preserve reactivity in Solid example component (#5386)Gravatar Josh Wilson 1-2/+2
2022-11-10[ci] release (#5359)astro@1.6.7@astrojs/image@0.11.4Gravatar Fred K. Bot 26-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-10[ci] release (#5329)astro@1.6.6@astrojs/mdx@0.11.6@astrojs/image@0.11.3Gravatar Fred K. Bot 26-31/+31
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-10Fix `astro.config.mjs` in minimal example (#5350)Gravatar Chris Swithinbank 1-4/+1
2022-11-10Add “Open with CodeSandbox” buttons to example project READMEs (#5322)Gravatar Obinna Ekwuno 25-1/+26
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2022-11-08[ci] formatGravatar natemoo-re 1-4/+6
2022-11-08fix(examples): ts-check issue (#5332)Gravatar Nate Moore 1-6/+5
Co-authored-by: Nate Moore <nate@astro.build>
2022-11-08[ci] formatGravatar Princesseuh 16-158/+182
2022-11-08[ci] release (#5325)create-astro@1.2.2astro@1.6.5@astrojs/netlify@1.2.1@astrojs/image@0.11.2@astrojs/cloudflare@4.0.1Gravatar Fred K. Bot 26-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-07[ci] release (#5296)astro@1.6.4@astrojs/node@3.0.0@astrojs/deno@2.0.0@astrojs/cloudflare@4.0.0Gravatar Fred K. Bot 26-31/+31
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-04[ci] formatGravatar matthewp 1-1/+1
2022-11-04fix: fix bug #5267 (#5298)Gravatar wulinsheng123 1-1/+4
* fix: fix bug #5267 * fix: add changeset * fix: on frozen lockfile Co-authored-by: wuls <linsheng.wu@beantechs.com>
2022-11-03[ci] release (#5262)astro@1.6.3@astrojs/tailwind@2.1.2@astrojs/prism@1.0.2@astrojs/prefetch@0.1.1@astrojs/markdown-component@1.0.2@astrojs/image@0.11.1Gravatar Fred K. Bot 26-29/+29
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-01fix: consider trailing slashes when calculating current path in blog example ↵Gravatar Shoubhit Dash 1-1/+3
(#5272)
2022-11-01Adds a Hackernews example site (#5213)Gravatar Tony Sullivan 22-0/+845
* adds the hackernews example - TODO add readme content * refactor: moving styles from root.css into components * chore: add README content * chore: lint fixes + prettier-plugin-astro@0.4.0 * Update examples/hackernews/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * lint: remove unused variable * nit: adding check command to example Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-10-31[ci] release (#5239)Gravatar Fred K. Bot 25-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-28[ci] release (#5215)astro@1.6.1@astrojs/solid-js@1.2.2@astrojs/react@1.2.2@astrojs/cloudflare@3.1.2Gravatar Fred K. Bot 25-32/+32
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-27Fix unintentional change to minimal example (#5214)Gravatar Erika 1-2/+1
2022-10-27[ci] release (#5199)create-astro@1.2.0astro@1.6.0@astrojs/rss@1.0.3@astrojs/node@2.0.2@astrojs/cloudflare@3.1.1Gravatar Fred K. Bot 25-29/+29
* [ci] release * Update packages/integrations/cloudflare/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-10-26Add support for `--base` CLI argument (#4917)Gravatar Nate Moore 1-1/+2
* feat(cli): add support for `--base` CLI argument * chore: update CLI --help * Update wise-swans-live.md * Update wise-swans-live.md Co-authored-by: Nate Moore <nate@astro.build>
2022-10-26[ci] release (#5135)astro@1.5.3@astrojs/vercel@2.3.2@astrojs/mdx@0.11.5@astrojs/image@0.11.0Gravatar Fred K. Bot 25-30/+30
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-24[ci] formatGravatar Princesseuh 1-14/+11
2022-10-19[ci] release (#5117)astro@1.5.2@astrojs/vue@1.2.1@astrojs/vercel@2.3.1@astrojs/prefetch@0.1.0Gravatar Fred K. Bot 25-29/+29
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-19fix KNOWN_LANGUAGES option child element (#5118)Gravatar Antony R Mott 1-1/+1
2022-10-18[ci] release (#5078)astro@1.5.1@astrojs/vue@1.2.0@astrojs/vercel@2.3.0@astrojs/tailwind@2.1.1@astrojs/solid-js@1.2.1@astrojs/react@1.2.1@astrojs/node@2.0.1Gravatar Fred K. Bot 25-36/+36
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-18[ci] formatGravatar matthewp 1-7/+4
2022-10-18adding cookies to api route response [simple result] (#5060)Gravatar Daniel 9-27/+66
* adding cookies to the an api route response, also when returning a simple result * in dev server, convert a simple endpoint result into a response object Co-authored-by: AirBorne04 <unknown> Co-authored-by: AirBorne04 <> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-10-18update with-tailwind example to use mdx (#5104)Gravatar Yaroslav Lapin 4-12/+16
* add mdx since md is deprecated now * rename .md -> .mdx * fix component import * yarn format
2022-10-17Fix missing image src in config for examples docs (#5109)Gravatar Sujaykumar 1-1/+1
2022-10-13[ci] release (#5046)astro@1.5.0@astrojs/vercel@2.2.0@astrojs/tailwind@2.1.0@astrojs/svelte@1.0.2@astrojs/solid-js@1.2.0@astrojs/node@2.0.0@astrojs/netlify@1.2.0@astrojs/image@0.10.0@astrojs/deno@1.2.0@astrojs/cloudflare@3.1.0Gravatar Fred K. Bot 25-35/+35
* [ci] release * Update packages/integrations/node/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-10-12[ci] formatGravatar matthewp 1-1/+1
2022-10-12Node.js standalone mode + support for astro preview (#5056)Gravatar Matthew Phillips 3-46/+4
* wip * Deprecate buildConfig and move to config.build * Implement the standalone server * Stay backwards compat * Add changesets * correctly merge URLs * Get config earlier * update node tests * Return the preview server * update remaining tests * swap usage and config ordering * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/metal-pumas-walk.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/metal-pumas-walk.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/stupid-points-refuse.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/stupid-points-refuse.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Link to build.server config Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-10-12[ci] formatGravatar Princesseuh 1-1/+1
2022-10-12Run astro check on all examples in CI (#5022)Gravatar Erika 13-15/+56
* Run astro check on all examples in CI * Output stderr * Build Astro before running checks * Making things faster + colors * Fix errors inside examples * Add congrats message * Revert unentional change to tsconfigs * Remove more unneeded changes
2022-10-10Fix typo (#5042)Gravatar Oliver Davies 1-1/+1
2022-10-10[ci] release (#5019)astro@1.4.7@astrojs/vercel@2.1.1@astrojs/react@1.2.0@astrojs/preact@1.2.0@astrojs/image@0.9.3Gravatar Fred K. Bot 25-35/+35
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-10Revert "Revert preact signals support (#4843)" (#5015)Gravatar Matthew Phillips 3-8/+15
This reverts commit 25a5b9a89aee81c87affca64e1682ebc0c553eaf.
2022-10-07Adds an integration starter example (#4877)Gravatar Tony Sullivan 4-0/+80
* adding an integration starter example * chore: linter fixes * removing components from the integration example * removing the monorepo and demo project, adding links to docs and examples * chore: update lock file * typo fix
2022-10-07[ci] release (#5014)astro@1.4.6@astrojs/prefetch@0.0.8Gravatar Fred K. Bot 24-25/+25
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-06[ci] release (#4976)astro@1.4.5@astrojs/solid-js@1.1.1@astrojs/partytown@1.0.1@astrojs/image@0.9.2@astrojs/cloudflare@3.0.0Gravatar Fred K. Bot 24-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>