File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ On the immediate horizon:
81
81
82
82
- [x] Migrate to Vitest for unit testing
83
83
- [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
87
86
for light DOM slots during initial parsing)
87
+ - [ ] Support Lit-style lowercase props (see https://github.com/crisward/svelte-tag/issues/16 )
88
88
- [ ] Support context (see https://github.com/crisward/svelte-tag/issues/8 )
89
89
90
90
## Support & Contribution
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte-retag" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"description" : " \" Light\" DOM custom element wrapper for Svelte 3 with Vite HMR support" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments