Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-08 | Format astro files in examples (#3862) | 1 | -56/+104 | ||
2022-06-29 | Updates an error handler to expect updated `@astrojs/lit` behavior (#3766) | 2 | -8/+4 | ||
* 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 | |||||
2021-12-22 | Use accessible indentation (#2253) | 3 | -63/+90 | ||
2021-07-13 | [ci] yarn format | 2 | -9/+7 | ||
2021-07-13 | Adds support for a Lit renderer (#665) | 3 | -0/+86 | ||
* 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 |