summaryrefslogtreecommitdiff
path: root/packages/integrations/lit/client-shim.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 1-1/+1
2023-02-01[ci] formatGravatar matthewp 1-3/+7
2023-02-01[Lit] Forwards compatiblity for streaming Declarative Shadow DOM (#6055)Gravatar Elliott Marquez 1-1/+1
* Forwards compatiblity for streaming DSD * add shadowrootmode * update tests * add changeset
2022-05-31[ci] formatGravatar matthewp 1-1/+3
2022-05-31Lit polyfill - wait to polyfill on DOMContentLoaded (#3484)Gravatar Matthew Phillips 1-1/+1
* Lit polyfill - wait to polyfill on DOMContentLoaded * Adds changeset
2022-04-02update prettier width (#2968)Gravatar Fred K. Schott 1-2/+8
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-0/+10
* 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