summaryrefslogtreecommitdiff
path: root/examples (follow)
AgeCommit message (Collapse)AuthorFilesLines
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>
2021-11-24Version Packages (#2009)astro@0.21.4Gravatar github-actions[bot] 20-20/+20
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-24move styles to src (#2003)Gravatar Fred K. Schott 27-180/+19
2021-11-23Version Packages (#1988)create-astro@0.6.8astro@0.21.3@astrojs/renderer-svelte@0.2.1Gravatar github-actions[bot] 20-20/+20
* Version Packages (next) * chore: update CHANGELOG * fix: merge conflict * fix: merge conflict * chore: remove pre.json * Version Packages * Version Packages Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <nate@skypack.dev>
2021-11-23update repo URL (#1994)Gravatar Fred K. Schott 26-37/+37
2021-11-23[ci] yarn formatGravatar natemoo-re 3-14/+14
2021-11-22Add `with-vite-plugin-pwa` example (#1829)Gravatar Nate Moore 13-0/+155
2021-11-22Version Packages (#1972)astro@0.21.2@astrojs/renderer-lit@0.2.1@astrojs/markdown-remark@0.5.0Gravatar github-actions[bot] 19-20/+20
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-22Markdown package improvements (#1954)Gravatar JuanM04 2-3/+4
* Re-add smartypants * Updated packages * Remove all the default plugins if there are either remark or rehype plugins * Replace deperecated remark-slug with rehype-slug * Added MarkdownParserResponse type * Update documentation * Removed type import from markdown package * Updated remark-smartypants * Changelog * Missed one change * Split changelogs * Upgraded some MDX dependencies * Fix typos in documentation * Changed CHANGELOG.md package name * Renamed smartypants
2021-11-22Clean up styling for framework-* examples (#1970)Gravatar Drew Powers 20-122/+149
2021-11-22Version Packages (#1967)astro@0.21.1Gravatar github-actions[bot] 19-19/+19
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-21Patch: Example Nanostores Update (#1955)Gravatar Withered Flowers 8-47/+46
* Mention astro.new in docs (#1935) * Fix - Deprecated nanostores functions createStore and getValue is deprecated in nanostores, changed it to atom and atom.get() * fix: change code to nanostores non-deprecated functions Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2021-11-19Version Packages (#1928)create-astro@0.6.7astro@0.21.0@astrojs/renderer-vue@0.2.0@astrojs/renderer-svelte@0.2.0@astrojs/renderer-solid@0.2.0@astrojs/renderer-react@0.3.0@astrojs/renderer-preact@0.3.0@astrojs/renderer-lit@0.2.0@astrojs/prism@0.3.0@astrojs/parser@0.20.3@astrojs/markdown-remark@0.4.0Gravatar github-actions[bot] 19-23/+23
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-19Doc improvements (#1929)Gravatar Jonathan Neal 1-1/+1
* Update astro & markdown code blocks for consistency * Add 'JSX in Frontmatter' note to Migration Guide
2021-11-19Version Packages (next) (#1923)astro@0.21.0-next.12Gravatar github-actions[bot] 19-19/+19
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-19Remove escape in blog example postGravatar Matthew Phillips 1-1/+1
2021-11-19[ci] yarn formatGravatar matthewp 1-1/+1
2021-11-19Fix blog example yet again (#1917)Gravatar Matthew Phillips 1-1/+1
2021-11-19Version Packages (next) (#1916)astro@0.21.0-next.11@astrojs/markdown-remark@0.4.0-next.2Gravatar github-actions[bot] 19-19/+19
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-19[ci] yarn formatGravatar matthewp 1-1/+1