summaryrefslogtreecommitdiff
path: root/packages/integrations/lit/server-shim.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-06-21[ci] formatGravatar matthewp 1-2/+2
2022-06-21Support re-exporting astro components containing client components (#3625)Gravatar Matthew Phillips 1-0/+6
* Support re-exporting astro components containing client components * Include metadata for markdown too * Fix ssr, probably * Inject post-build * Remove tagName custom element test * Allows using the constructor for lit elements * Fix hoisted script scanning * Pass through plugin context * Get edge functions working in the edge tests * Fix types for the edge function integration * Upgrade the compiler * Upgrade compiler version * Better release notes for lit * Update .changeset/unlucky-hairs-camp.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Properly test that the draft was not rendered * Prevent from rendering draft posts * Add a changeset about the build perf improvement. Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-06-02Patch Lit server shim to fix sass compatability (#3511)Gravatar Nate Moore 1-0/+2
* fix(#2623, #3508): patch lit server shim to allow sass compat * chore: add changeset
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-0/+5
* 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