summaryrefslogtreecommitdiff
path: root/examples/snowpack/src/components (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-04Reduce meta viewport tag (#1006)Gravatar Jonathan Neal 1-1/+1
2021-07-20[ci] yarn formatGravatar FredKSchott 1-4/+4
2021-06-24New Props API (#515)Gravatar Nate Moore 5-9/+21
* 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-11Remove second snowpack instance (#368)Gravatar Matthew Phillips 1-1/+1
* Remove second snowpack instance * Document import.meta.env.SSR * Remove unnecessary Promise.all
2021-05-07Improve Snowpack docs styling (#180)Gravatar Drew Powers 10-94/+187
2021-05-03Format (#167)Gravatar Drew Powers 3-16/+23
2021-04-26Update defaults directory structure to `src` and `dist` (#132)Gravatar Nate Moore 19-0/+1301
* chore: update defaults in docs * chore: update config defaults * test: update tests to config defaults * chore: update gitignore to new defaults * docs: update readme to new defaults * chore: update examples to new defaults * chore: update default exclude in lang server * chore: update tests * test: fix failing tests * chore: update www defaults