summaryrefslogtreecommitdiff
path: root/examples/integrations-playground/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-08Format astro files in examples (#3862)Gravatar Marcus Otterström 3-98/+148
2022-06-29Updates an error handler to expect updated `@astrojs/lit` behavior (#3766)Gravatar Tony Sullivan 3-12/+8
* fix: don't throw an error when the lit renderer doesn't provide a clientEntrypoint * updating the framework-lit example to match new behavior * fix: updating the playground example to latest lit syntax
2022-05-11Remove try/catch from solid component check (#3282)Gravatar Jonas Luebbers 3-6/+27
* Remove try/catch from solid component check * Move try/catch to renderComponent * Add solid to integrations-playground example
2022-04-03chore: updated examples to v0.26.0 (#2977)Gravatar Juan Martín Seery 1-1/+1
* New script behavior * Astro.request * Reverted `deno` to `node` * Updated subpath
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 6-0/+190
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback