From f3b5937b3a2798f5d175f31dceb99217b586dc33 Mon Sep 17 00:00:00 2001 From: Patrick Nelson Date: Tue, 3 Oct 2023 01:33:11 -0700 Subject: [PATCH] Issue #10: Tweak docs (flagging context as complete) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f8f866..6c050b9 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,8 @@ On the immediate horizon: for light DOM slots during initial parsing (see https://github.com/patricknelson/svelte-retag/issues/7) - [x] Support Lit-style lowercase props (see https://github.com/patricknelson/svelte-retag/pull/9) - [x] Svelte 4 support (tested) +- [x] Support context (see https://github.com/patricknelson/svelte-retag/issues/10, PR at https://github.com/patricknelson/svelte-retag/pull/18) - [x] Add demos (see https://github.com/patricknelson/svelte-retag/issues/11) -- [ ] ⏳ Support context (see https://github.com/patricknelson/svelte-retag/issues/10, PR at https://github.com/patricknelson/svelte-retag/pull/18) Milestones: