File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -96,14 +96,20 @@ npm start
96
96
97
97
## Roadmap:
98
98
99
- | | |
100
- | -------- | --------------------------------------------- |
101
- | ☐ | Center windows by default |
102
- | ☐ | Create a taskbar and add support for minimize |
103
- | ☐ | Support maximize |
99
+ | | |
100
+ | -------- | ------------------------- |
101
+ | ☐ | Center windows by default |
102
+ | ✅ | Create a taskbar |
103
+ | ☐ | Add support for minimize |
104
+ | ☐ | Support maximize |
104
105
105
106
## Changelog:
106
107
108
+ ### v1.0.8
109
+
110
+ - Created a taskbar with focus and close functionality
111
+ - windowState renamed to windowStore
112
+
107
113
### v1.0.6-7
108
114
109
115
- Exported windowState for external control
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " solidjs-window-manager" ,
3
- "version" : " 1.0.7 " ,
3
+ "version" : " 1.0.8 " ,
4
4
"description" : " Create a window based UI that is persistent in localstorage." ,
5
5
"type" : " module" ,
6
6
"main" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments