From 8e6e9f2cc1306033d5b2a946264b675138e6b493 Mon Sep 17 00:00:00 2001 From: Patrick Nelson Date: Fri, 29 Sep 2023 21:36:08 -0700 Subject: [PATCH] Docs: Noting that context support is now a WIP (and flagging demos as completed, forgot to flag that as done long ago). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70c004c..5b8d2ff 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,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) -- [ ] Add demos (see https://github.com/patricknelson/svelte-retag/issues/11) -- [ ] Lower priority: Support context (see https://github.com/patricknelson/svelte-retag/issues/10) +- [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: