summaryrefslogtreecommitdiff
path: root/examples (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-07-19Improve docs theme (#717)Gravatar Nate Moore 1-1/+1
* Revert "Revert "New getting started guide (#715)"" This reverts commit dc4ba25b01254ed1c2088c081e8c861172ae58a4. * style: update docs theme * style: implement feedback * feat: remove FOUC * Update docs/src/pages/404.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * Fix 404 title prop * chore: implement feedback * fix: ul, ol styles * fix: center logo on mobile * fix: improve navbar header contrast * fix: improve logo overlap * fix: `.nav-link` radius * fix: small mobile tweaks * feat: improve nav styles * feat: improve embed styles * fix: feedback items * fix: make header sticky on mobile Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2021-07-18changed init example to correct template name (#744)Gravatar Mats 1-1/+1
The correct template name is "with-tailwindcss"
2021-07-18fix: fixes prop href of author component in example blog, was url (#734)Gravatar Guilherme Siquinelli 1-1/+1
2021-07-16Fix githubEditUrl variable in `examples/docs`Gravatar Caleb Jasik 1-1/+1
2021-07-16New getting started guideGravatar Fred K. Schott 1-0/+22
2021-07-16Revert "New getting started guide (#715)"Gravatar Fred K. Schott 2-23/+1
This reverts commit 2827f077baab6674a8ee47f3006e82ce991118b8.
2021-07-16New getting started guide (#715)Gravatar Fred K. Schott 2-1/+23
* New getting started guide * style: small style tweaks * style: theme updates * chore: add redirect * style: theme tweaks * fix: clamp logo height * style: fix sidebar width Co-authored-by: Nate Moore <nate@skypack.dev>
2021-07-16Update docs in compiler messages (#710)Gravatar Caleb Jasik 14-25/+25
* `github.com/snowpackjs/astro/blob/main/docs/*.md` -> `docs.astro.build/*/` * convert links to docs site links * Fix broken links that didn't work w/ the regex. * Add changeset * Delete five-weeks-destroy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-13Version Packages (next) (#678)Gravatar github-actions[bot] 16-17/+17
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-13Merge branch 'improve-lighthouse'Gravatar Fred K. Schott 30-31/+37
2021-07-13code review commentsGravatar Fred K. Schott 23-46/+23
2021-07-13Version Packages (next) (#663)Gravatar github-actions[bot] 16-17/+17
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-13[ci] yarn formatGravatar matthewp 2-9/+7
2021-07-13Adds support for a Lit renderer (#665)Gravatar Matthew Phillips 12-0/+248
* Adds support for a Lit renderer This adds `@astrojs/renderer-lit`. An experimental Lit renderer. * Removed cached submodule, mistake * Prevent globals clobbering * Add docs on globals
2021-07-13Add lang attribute to html tagsGravatar Shreesh Bhat 32-33/+62
2021-07-12Version Packages (#646)Gravatar github-actions[bot] 15-16/+16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-11Missing `firstPage` (#658)Gravatar outcastgeek 1-0/+1
2021-07-09Version Packages (#639)Gravatar github-actions[bot] 15-16/+16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-08Version Packages (#632)Gravatar github-actions[bot] 15-16/+16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-08Move hydration directives to special attributes (#618)Gravatar Tony Sullivan 11-31/+31
* feat: :recycle: updating hydration to work with the directive syntax * test: :white_check_mark: Updating tests for the hydration directive syntax * refactor: Updating example projects for the hydration directive syntax * test: :white_check_mark: Found a test fixture still needing an update to the hydration directive syntax * style: Prettier strikes again! Reverting code formatting changes * refactor: :recycle: moving directive matching to a Set * refactor: Updating syntax to `client:load` * refactor: :recycle: Simplifying the `client:` directive match Per PR feedback from @matthewp * chore: errant console.warn() snuck into the last commit * feat: :loud_sound: Adding a super fancy build warning to update to the directive syntax * refactor: :recycle: Removing unnecessary checks when matching supported hydration directives `val` isn't being used for now, but leaving it in the attr destructuring as a reminder since it'll be needed for `client:media` * test: :white_check_mark: Including the original hydration syntax in a test to make sure it builds * style: :memo: Adding a comment to make it clear why the old hydration syntax is included in a the test markup * fix: :bug: updating `head` logic to recognize hydration directive syntax * docs: Adding changeset * refactor: :fire: Removing unnecessary `!hasComponents` check * docs: :memo: Adding more detail to the changset Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-07-08fix: sorting key for blog posts (#629)Gravatar Jim Nielsen 1-1/+1
The posts use a `publishDate` key, not a `date` key, so this wasn't sorting on anything.
2021-07-07Version Packages (#626)Gravatar github-actions[bot] 15-16/+16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-07Version Packages (#622)Gravatar github-actions[bot] 15-16/+16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-07chore: update starter with magic commentsGravatar Nate Moore 1-0/+12
2021-07-07Add framework-specific prompt and setup to `create-astro` (#620)Gravatar Nate Moore 13-11/+170
* feat(create-astro): add framework-specific prompt and setup * chore: normalize example `astro.config.mjs` files
2021-07-01Version Packages (#602)Gravatar github-actions[bot] 15-16/+16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-01Version Packages (#597)Gravatar github-actions[bot] 15-16/+16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-01Remark and rehype plugins (#562)Gravatar Pavel Mineev 9-0/+215
* remark plugins * remove unused dependency * enable codeblocks * backward compatibility with remark-code-titles * add support for rehype plugins * add proper types for plugins * fixes after review - connect plugins by name - make plugins configurable - connect gfm and footnotes if no plugins provided from config - add more plugins to example * update and rename example * add documentation for markdown plugins * chore: rename with-markdown-plugins example * chore: restructure dependencies * feat: add back smartypants, fix mdx expressions * chore: remove log * test: add markdown plugin tests * chore: add changeset * docs: update markdown doc Co-authored-by: Nate Moore <nate@skypack.dev>
2021-07-01Version Packages (#596)Gravatar github-actions[bot] 14-15/+15
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-01Version Packages (#593)Gravatar github-actions[bot] 14-15/+15
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-01update example readmes (#591)Gravatar Fred K. Schott 12-11/+94
* update example readmes * Update README.md
2021-07-01update example astro inline docs (#592)Gravatar Fred K. Schott 13-28/+82
2021-06-30Version Packages (#589)Gravatar github-actions[bot] 14-15/+15
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-29Version Packages (#567)Gravatar github-actions[bot] 14-15/+15
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-29Fix `<Markdown {content} />` closing parent tag (#575)Gravatar Nate Moore 2-0/+18
* test(#494): add failing test * chore: update with-markdown example * fix(#494): avoid early close with <Markdown content /> * chore: add changeset
2021-06-29Fix changesets action (#576)Gravatar Nate Moore 14-24/+24
* chore: move examples to `@example/`, normalize `package.json` * chore: update lockfile * chore: add empty changeset
2021-06-28[ci] yarn formatGravatar FredKSchott 1-12/+11
2021-06-28update the blog example (#565)Gravatar Fred K. Schott 41-62/+1062
2021-06-28Restructure examples (#568)Gravatar Nate Moore 87-119/+243
* rename kitchen sink, pull out react example * split out the rest of the examples * align versions * chore: rename examples * chore: normalize gitignore * chore: update package versions * chore: move framework examples to `framework` namespace * docs: add README to examples Co-authored-by: Austin Crim <crim.austin@principal.com>
2021-06-28bug: changed initialization order of the author (#563)Gravatar Brian Hinton 1-1/+2
2021-06-28[ci] yarn formatGravatar natemoo-re 1-7/+7
2021-06-28Split out specific framework examples (#559)Gravatar Austin Crim 26-2/+306
* rename kitchen sink, pull out react example * split out the rest of the examples * align versions Co-authored-by: Austin Crim <crim.austin@principal.com>
2021-06-25Version Packages (#548)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-25Version Packages (#543)Gravatar github-actions[bot] 9-10/+10
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-24New Props API (#515)Gravatar Nate Moore 21-38/+65
* wip: update props api * feat(#139, #309): enable new props api * chore: migrate examples to new props API * docs: update syntax guide for new props API * chore: update examples to new props API * chore: update docs to new Props API * fix: hide __astroInternal from `Astro.props` consumers * chore: remove scratchpad file * chore: fix script error * test: fix failing collection tests * fix: set __astroInternal to `enumerable: false` * chore: add changeset * feat: warn users using old props api
2021-06-24[ci] yarn formatGravatar natemoo-re 5-41/+34
2021-06-24Added example of Astro usage with nanostores (#539)Gravatar Agustin Mulet 18-0/+392
* Adding astro-nanostores example * Changed package name and removed lock file
2021-06-24force pnpm to hoist packages inside astro #342 #190 (#530)Gravatar duncanhealy 8-0/+16
* force pnpm to hoist packages inside astro #342 #190 * Add changeset for hoisted packages #342
2021-06-23Version Packages (#517)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-22Version Packages (#513)Gravatar github-actions[bot] 8-9/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>