summaryrefslogtreecommitdiff
path: root/examples (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2021-11-19Small fixes (#1911)Gravatar Matthew Phillips 1-1/+1
2021-11-19[ci] yarn formatGravatar matthewp 1-1/+1
2021-11-19Fix blog example (#1910)Gravatar Matthew Phillips 1-1/+1
2021-11-19Version Packages (next) (#1907)astro@0.21.0-next.10Gravatar github-actions[bot] 19-19/+19
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-19Version Packages (next) (#1904)astro@0.21.0-next.9Gravatar github-actions[bot] 19-19/+19
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-19Version Packages (next) (#1881)astro@0.21.0-next.8@astrojs/renderer-vue@0.2.0-next.2Gravatar github-actions[bot] 19-19/+19
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-17Version Packages (next) (#1873)create-astro@0.6.7-next.1astro@0.21.0-next.7Gravatar github-actions[bot] 19-19/+19
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-17Version Packages (next) (#1863)Gravatar github-actions[bot] 19-19/+19
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-16Version Packages (next) (#1847)astro@0.21.0-next.5Gravatar github-actions[bot] 19-19/+19
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-16Version Packages (next) (#1796)astro@0.21.0-next.4@astrojs/renderer-vue@0.2.0-next.1@astrojs/renderer-svelte@0.2.0-next.1@astrojs/renderer-solid@0.2.0-next.1@astrojs/renderer-react@0.3.0-next.1@astrojs/renderer-preact@0.3.0-next.1Gravatar github-actions[bot] 19-22/+22
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-15[ci] yarn formatGravatar matthewp 3-5/+5
2021-11-15Support for using a subpath (#1801)Gravatar Matthew Phillips 10-0/+132
* Support for using a subpath * Update the readme * Fix the package name * Adds a changeset * Ensure that public/ must be loaded from the subpath * Update preview to use the new paths * Use exact compiler version * Use the newest version * Use range again * Use newer range
2021-11-11Tell tailwind to purge from the src folder (#1797)Gravatar Matthew Phillips 1-1/+1
2021-11-11Allow inline code blocks to wrap lines (#1799)Gravatar Ian VanSchooten 2-0/+2