summaryrefslogtreecommitdiff
path: root/examples/component/demo/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-07chore: update component template (#4540)Gravatar Dan Jutan 1-25/+0
Co-authored-by: Nate Moore <nate@astro.build>
2022-08-08Add Astro.generator (#4012)Gravatar Nate Moore 1-0/+1
* feat: add generator property and component * chore: remove `Generator` component * chore: update generator description * chore: include generator in examples * chore: update lockfile * chore: format * fix: do not reference core from server runtime * chore: remove component test Co-authored-by: Nate Moore <nate@astro.build>
2022-08-06[ci] formatGravatar FredKSchott 1-1/+1
2022-07-08Format astro files in examples (#3862)Gravatar Marcus Otterström 1-1/+1
2022-04-02Implement new default `script` behavior, `style is:global` (#2961)Gravatar Nate Moore 1-1/+1
* feat: implement RFC0016 * chore: update to latest compiler * chore: update compiler * test: fix script tests * test: update public tests * feat: throw a warning when referencing scripts in `public/` without `is:inline`
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 1-25/+20
2021-12-17Add Component Example (#2203)Gravatar Jonathan Neal 1-0/+29
* 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>