summaryrefslogtreecommitdiff
path: root/examples (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-01-14[ci] release (#2394)astro@0.22.13Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-14[ci] release (#2372)astro@0.22.12@astrojs/renderer-react@0.4.1@astrojs/renderer-lit@0.3.1Gravatar github-actions[bot] 24-25/+25
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-14Fixes for blog and docs examples (#2373)Gravatar Matthew Phillips 4-3/+9
* Fixes for blog and docs examples * Adds a changeset * Upgrade the compiler version * Use a global style tag * Skip on windows temporarily
2022-01-13[ci] release (#2366)astro@0.22.11Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-12Fix for shared CSS when using the static build (#2365)Gravatar Matthew Phillips 1-1/+1
* Fix for shared CSS when using the static build * Adds a changeset
2022-01-12[ci] release (#2340)astro@0.22.10@astrojs/renderer-solid@0.3.1Gravatar github-actions[bot] 24-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-12Normalize and cleanup examples projects (#2364)Gravatar Erika 30-24/+42
* Remove unused line in the examples .gitignore * Add missing .npmrc, .stackblitzrc and tsconfig.json files to a few examples * Removed unused file and link directive in the minimal example * Oops, added an accidental slash
2022-01-07[ci] release (#2339)astro@0.22.9Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-07Handle loading the Code package in the static build (#2337)Gravatar Matthew Phillips 1-1/+9
* Handle loading the Code package Fixes #2329 * Use Code the normal way * Adds a changeset * Only resolve browser path if there is no common ancestor * Update examples/fast-build/src/pages/index.astro Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-01-07[ci] release (#2333)astro@0.22.8Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-05[ci] release (#2320)Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-05[ci] release (#2307)astro@0.22.6Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-04[ci] yarn formatGravatar matthewp 1-9/+11
2022-01-04Remove rehype-add-classes (#2309)Gravatar Matthew Phillips 3-2/+18
* Remove rehype-add-classes * Fix the markdown plugin test
2022-01-04[ci] release (#2304)Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-04[ci] release (#2303)astro@0.22.4Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-04Only resolve inline script specifiers in the static build (#2302)Gravatar Matthew Phillips 4-6/+57
* Revert "Revert "Implement hydrated components in the static build (#2260)"" This reverts commit 17ac18e88c2b5a916c23ff7abc630fb98e313906. * Only resolve specifiers in the static build * Adding a changeset * Fix the client-only test
2021-12-30[ci] release (#2293)astro@0.22.3Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-30Revert "Implement hydrated components in the static build (#2260)" (#2292)Gravatar Matthew Phillips 4-57/+6
* Revert "Implement hydrated components in the static build (#2260)" This reverts commit ae5255dd25e36da2ce03f515af7b8f1ec6fcac91. * Adds a changeset
2021-12-30[ci] release (#2291)astro@0.22.2Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-30Implement hydrated components in the static build (#2260)Gravatar Matthew Phillips 4-6/+57
* Work on removing vite-postprocess * Gets hydration totally working * Formatting * Update based on PR comments * Bring back vite transform for non-static builds * Upgrade compiler version * Update the client-only test * Add debugging for windows * More debugging * Pass pathname into the markdown plugin as well * Include vite changes * Revert "Include vite changes" This reverts commit dee6348b233b6d6c6fea1e4dcc41c98c0452846c.
2021-12-26Adjust TSConfig example files to include compilerOptions (#2278)Gravatar Connor Adams 16-16/+48
2021-12-23[ci] release (#2264)Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-23[ci] release (#2219)Gravatar github-actions[bot] 24-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-23Revert "Revert "Revert "added prismic x astro example. (#2247)"" (#2252)" ↵Gravatar Jonathan Neal 72-16340/+0
(#2259) This reverts commit a6179d03991a01be04894ddf84178a4e0fd49d90.
2021-12-23Revert "Revert "added prismic x astro example. (#2247)"" (#2252)Gravatar Jonathan Neal 72-0/+16340
This reverts commit be36113b791094357f6259fe1419e9a19e1e5d0b.
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 159-4535/+4588
2021-12-22Revert "added prismic x astro example. (#2247)" (#2251)Gravatar Jonathan Neal 72-16340/+0
This reverts commit aac1d4e18d5ba3a948f623cd172303b85b2f3fec.
2021-12-22added prismic x astro example. (#2247)Gravatar Vin E. R. Yap 72-0/+16340
2021-12-21format (#2246)Gravatar Jonathan Neal 1-5/+3
2021-12-21chore(examples): add AlpineJS example (#2222)Gravatar Nate Moore 11-0/+146
2021-12-21Flagged static (performance optimized) build (#2168)Gravatar Matthew Phillips 7-0/+82
* Progress on build demo * Go back to ESM * Some more progress on the new build * More progress here * Add support for hot reload * Almost done * Remove debugging stuff * chore(lint): Prettier fix * Pass through the origin * Do not use ssr mode * Use the logger * chore(lint): Prettier fix * Update yarn lock * Fix types * Only build chunks that are astro pages * Debugging windows * Prevent compilation race condition * Read the file if not found in the cache * Give a better error message when we can't find a page * chore(lint): Prettier fix * Fix windows maybe * chore(lint): Prettier fix * Some more windows debugging * chore(lint): Prettier fix * Remove console logs * More debugging * chore(lint): Prettier fix * More debugging info * chore(lint): Prettier fix * Remove logging again * Try to prevent port conflicts Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-17Add Component Example (#2203)Gravatar Jonathan Neal 16-0/+251
* Add Component Example * chore(lint): Prettier fix * nit: improve implementation * nit: Update documentation Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-16chore: release @astrojs/renderer-svelte@0.2.3astro@0.21.13@astrojs/renderer-svelte@0.2.3Gravatar Nate Moore 20-20/+20
2021-12-16fix: pin with-vite-plugin-pwa exampleGravatar Nate Moore 1-1/+1
2021-12-16chore: update tailwind to v3 and update the readme (#2209)Gravatar Abdullah Mzaien 2-3/+2
using `.cjs` for file extensions chore: update tailwind to v3 and update the readme
2021-12-14Fix example path for init (#2194)Gravatar Robin Millette 1-2/+2
* Fix example path for init * Update examples/with-vite-plugin-pwa/README.md Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com> Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2021-12-13rebase (#2087)Gravatar Jonathan Neal 1-1/+1
2021-12-13Upgrade dependencies (#2085)Gravatar Jonathan Neal 1-3/+2
* yarn upgrade * yarn upgrade --latest yargs-parser * yarn upgrade --latest mime * yarn upgrade --latest execa * yarn upgrade --latest globby * yarn upgrade --latest @docsearch/react * yarn upgrade --latest es-module-lexer * yarn upgrade --latest fast-xml-parser * yarn upgrade --latest @astrojs/compiler @astrojs/language-server * yarn upgrade --latest acorn * clean yarn.lock * chore: put `@docsearch/react` back to v1 * chore: remove unused @snowpack/plugin-dotenv * Update yarn.lock * Patch tests based on newer versions of tooling * remove lerna * Update yarn.lock * Update yarn.lock * Pin @sveltejs/vite-plugin-svelte * update yarn.lock
2021-12-13[ci] yarn formatGravatar FredKSchott 4-4/+4
2021-12-13Adding Solid to with-nanostores example (#2079)Gravatar Agustin Mulet 9-28/+69
2021-12-09chore: release (#2149)create-astro@0.6.10astro@0.21.12Gravatar github-actions[bot] 20-20/+20
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-06chore: release (#2136)create-astro@0.6.9astro@0.21.11Gravatar github-actions[bot] 20-20/+20
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-03chore: release (#2118)astro@0.21.10Gravatar github-actions[bot] 20-20/+20
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-03chore: release (#2108)Gravatar github-actions[bot] 20-20/+20
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-02chore: release (#2098)astro@0.21.8Gravatar github-actions[bot] 20-20/+20
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-02[ci] release (#2071)astro@0.21.7@astrojs/renderer-vue@0.2.1@astrojs/renderer-svelte@0.2.2@astrojs/renderer-solid@0.2.1@astrojs/renderer-react@0.3.1@astrojs/renderer-preact@0.3.1Gravatar github-actions[bot] 20-23/+23
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-30[ci] release (#2059)astro@0.21.6Gravatar github-actions[bot] 20-20/+20
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-29Fix resolve of scss/css-file in Starter Example (#2020)Gravatar Stephan Bogner 1-2/+2
I can't find the section in the documentation anymore about resolving SCSS-files (maybe it's gone since v0.21) but the Starter Example doesn't load the SCSS/CSS file anymore. The change above fixes it.
2021-11-29Version Packages (#2047)astro@0.21.5Gravatar github-actions[bot] 20-20/+20
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>