summaryrefslogtreecommitdiff
path: root/packages/integrations/lit/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-06 [Lit] add `client:only` functionality to Lit integration (#6111)Gravatar Elliott Marquez 1-19/+70
* [Lit] add `client:only` functionality to Lit integration * add changeset * update lit changeset to minor
2023-02-01[ci] formatGravatar matthewp 1-21/+17
2023-02-01[Lit] Fix hydration not having the same reactive values as server (#6080)Gravatar Elliott Marquez 2-0/+27
* Fix lit hydration not having the same reactive values * add changeset * add clientEntrypoint to package exports * update tests * add changeset * only add defer-hydration when strictly necessary * remove second changest * fix test typos
2022-08-29Configures Lit to work with its decorators (#4503)Gravatar Matthew Phillips 1-1/+1
* Configures Lit to work with its decorators * Remove comment
2022-07-21[ci] formatGravatar matthewp 1-5/+1
2022-07-21Make the Lit integration be compat with Vite 3.0.1 (#4009)Gravatar Matthew Phillips 1-5/+3
* Make the Lit integration be compat with Vite 3.0.1 * Changeset * Pin Vite version * Update lockfile
2022-06-21[ci] formatGravatar matthewp 1-1/+1
2022-06-21Support re-exporting astro components containing client components (#3625)Gravatar Matthew Phillips 1-0/+1
* 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-06[ci] formatfix/map-file-404-logsGravatar FredKSchott 1-1/+1
2022-04-21[ci] formatGravatar matthewp 1-4/+4
2022-04-21Make 'lit' always be bundled in SSR (#3164)Gravatar Matthew Phillips 1-1/+14
* Make 'lit' always be bundled in SSR * Adds a changeset
2022-04-02update prettier width (#2968)Gravatar Fred K. Schott 1-2/+10
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-0/+42
* 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