summaryrefslogtreecommitdiff
path: root/examples/snowpack (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-07-21Version Packages (next) (#796)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-21Version Packages (next) (#794)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-21Revert "Version Packages (next) (#692)"Gravatar Fred K. Schott 1-2/+2
This reverts commit 790bd89ead10ababe7010b9b72ea6e6a23e93fed.
2021-07-21Version Packages (next) (#692)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-21replace `npm run start` with `npm start` (#791)Gravatar Kyosuke 5-6/+6
2021-07-20[ci] yarn formatGravatar FredKSchott 4-21/+65
2021-07-19tsconfig fix (#752)Gravatar Fred K. Schott 3-3/+3
2021-07-13Version Packages (next) (#678)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-13Merge branch 'improve-lighthouse'Gravatar Fred K. Schott 9-10/+9
2021-07-13code review commentsGravatar Fred K. Schott 6-12/+6
2021-07-13Version Packages (next) (#663)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-13Add lang attribute to html tagsGravatar Shreesh Bhat 9-10/+15
2021-07-12Version Packages (#646)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-09Version Packages (#639)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-08Version Packages (#632)Gravatar github-actions[bot] 1-2/+2
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 2-2/+2
* 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-07Version Packages (#626)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-07Version Packages (#622)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-01Version Packages (#602)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-01Version Packages (#597)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-01Version Packages (#596)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-01Version Packages (#593)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-30Version Packages (#589)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-29Version Packages (#567)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-29Fix changesets action (#576)Gravatar Nate Moore 1-2/+2
* chore: move examples to `@example/`, normalize `package.json` * chore: update lockfile * chore: add empty changeset
2021-06-28Restructure examples (#568)Gravatar Nate Moore 2-4/+18
* 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-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] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-24New Props API (#515)Gravatar Nate Moore 8-12/+24
* 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-24force pnpm to hoist packages inside astro #342 #190 (#530)Gravatar duncanhealy 1-0/+2
* 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] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-21Version Packages (#484)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-16Version Packages (#470)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-16Version Packages (#466)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-16Version Packages (#450)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-15Version Packages (#446)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-14Version Packages (#431)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-14Version Packages (#428)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-14Version Packages (#425)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-14Version Packages (#418)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-12Version Packages (#402)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-11Version Packages (#386)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-11Version Packages (#381)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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-06-08Version Packages (#337)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-08Version Packages (#330)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-08Version Packages (#328)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-08Version Packages (#325)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-07Version Packages (#323)Gravatar github-actions[bot] 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>