From c8efb0b422e9031f10de8f0e9138f5af38128123 Mon Sep 17 00:00:00 2001
From: Mor Kadosh
Date: Sun, 14 Jul 2024 10:22:55 +0300
Subject: [PATCH 1/2] feat: add Lit to the supported frameworks by Virtual
---
app/routes/_libraries.virtual.$version.index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/routes/_libraries.virtual.$version.index.tsx b/app/routes/_libraries.virtual.$version.index.tsx
index eea4393a..cc5cb88b 100644
--- a/app/routes/_libraries.virtual.$version.index.tsx
+++ b/app/routes/_libraries.virtual.$version.index.tsx
@@ -162,7 +162,7 @@ export default function RouteComp() {
lg:text-xl lg:max-w-2xl"
>
Virtualize only the visible DOM nodes within massive scrollable
- elements at 60FPS in TS/JS, React, Vue, Solid & Svelte while retaining
+ elements at 60FPS in TS/JS, React, Vue, Solid, Svelte & Lit while retaining
100% control over markup and styles.
Date: Sun, 18 Aug 2024 13:48:02 +1200
Subject: [PATCH 2/2] style: prettier fixup
---
app/routes/_libraries.virtual.$version.index.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/routes/_libraries.virtual.$version.index.tsx b/app/routes/_libraries.virtual.$version.index.tsx
index cc5cb88b..8281b032 100644
--- a/app/routes/_libraries.virtual.$version.index.tsx
+++ b/app/routes/_libraries.virtual.$version.index.tsx
@@ -162,8 +162,8 @@ export default function RouteComp() {
lg:text-xl lg:max-w-2xl"
>
Virtualize only the visible DOM nodes within massive scrollable
- elements at 60FPS in TS/JS, React, Vue, Solid, Svelte & Lit while retaining
- 100% control over markup and styles.
+ elements at 60FPS in TS/JS, React, Vue, Solid, Svelte & Lit while
+ retaining 100% control over markup and styles.