File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
1
# vite-plugin-vue-inspector
2
2
3
+ ## 3.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - feat: close overlay when resizing the window (#71 )
8
+
9
+ - feat: introducing ` disableInspectorOnEditorOpen ` option (#77 )
10
+
11
+ - feat: support ` decorators ` and ` import-attributes ` syntax (#79 )
12
+
3
13
## 3.6.0
4
14
5
15
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vite-plugin-vue-inspector" ,
3
- "version" : " 3.6 .0" ,
3
+ "version" : " 3.7 .0" ,
4
4
"description" : " jump to local IDE source code while click the element of browser automatically." ,
5
5
"author" : " webfansplz" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
# unplugin-vue-inspector
2
2
3
+ ## 0.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - feat: close overlay when resizing the window (#71 )
8
+
9
+ - feat: introducing ` disableInspectorOnEditorOpen ` option (#77 )
10
+
11
+ - feat: support ` decorators ` and ` import-attributes ` syntax (#79 )
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
17
+
3
18
## 0.4.0
4
19
5
20
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unplugin-vue-inspector" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"description" : " jump to local IDE source code while click the element of browser automatically." ,
5
5
"author" : " webfansplz" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments