Skip to content

Commit edb04cf

Browse files
committed
Bump to 0.0.8: Nested slot bugs completed (fixed crisward/svelte-tag#7 via #5).
1 parent 265ddf1 commit edb04cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ On the immediate horizon:
8181

8282
- [x] Migrate to Vitest for unit testing
8383
- [x] Update logo
84-
- [ ] ⏳ Fix nested slot support (WIP @ https://github.com/patricknelson/svelte-retag/pull/5)
85-
- [ ] Support Lit-style lowercase props (see https://github.com/crisward/svelte-tag/issues/16)
86-
- [ ] Better support for slots during early execution of IIFE compiled packages (i.e. use `MutationObserver` to watch
84+
- [x] Fix nested slot support (https://github.com/patricknelson/svelte-retag/pull/5)
85+
- [ ] ⏳ Better support for slots during early execution of IIFE compiled packages (i.e. use `MutationObserver` to watch
8786
for light DOM slots during initial parsing)
87+
- [ ] Support Lit-style lowercase props (see https://github.com/crisward/svelte-tag/issues/16)
8888
- [ ] Support context (see https://github.com/crisward/svelte-tag/issues/8)
8989

9090
## Support & Contribution

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-retag",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "\"Light\" DOM custom element wrapper for Svelte 3 with Vite HMR support",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)