summaryrefslogtreecommitdiff
path: root/packages/integrations/lit/client-shim.min.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-08-19Remove @astrojs/lit (#11680)Gravatar Matthew Phillips 1-85/+0
* Remove @astrojs/lit This removes the Lit integration as an official integration. The reasons for doing so in 5.0: - Only 1% of Astro users use this integration. - SSR support in Lit is at a lower-level of support due to be a Labs project: https://lit.dev/docs/libraries/labs/, and has been in this state since we added support a couple of years ago. - The maintenance cost of fixing bugs in this integration is too high given the low usage. Some PRs for upgrading Lit versions have taken quite a long time. We can't justify the core team being responsible for this going forward. - There used to be community contributions to fix bugs but this has fallen off for various reasons. Given that, this PR removes the integration as one that is officially supported by the Astro core team. Interested community members are encouraged to fork the integration and continue the development in another repository. * Remove e2e tests and examples * Update lockfile * Remove ssr-lit.test.js * Remove error for no client entrypoint * Remove auto selection of the Lit renderer * Remove lit package.json * Remove lit fixture
2024-08-08update formatter config (#11640)Gravatar Darius 1-1/+1
* update formatter config * format --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-05-29[ci] formatGravatar Scott Nath 1-2/+3
2024-05-29:bug: removed deprecated items from lit integration (#11164)Gravatar Scott Nath 1-9/+2
* :bug: removed deprecated items from lit integration * :rocket: update minified * :bug: need `Document`
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-2/+2
* Forwards compatiblity for streaming DSD * add shadowrootmode * update tests * add changeset
2022-05-31[ci] formatGravatar matthewp 1-1/+1
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-4/+12
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-0/+79
* 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