File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ Fixed for any bug fixes.
9
9
Security to invite users to upgrade in case of vulnerabilities.
10
10
-->
11
11
12
+ ## [ 1.5.4] - 2022/07/08
13
+
14
+ ### Fixed
15
+
16
+ - react snippets are not working on JSX
17
+
12
18
## [ 1.5.3] - 2022/07/06
13
19
14
20
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " const-props-snippets" ,
3
3
"description" : " VS Code Const & Props snippets for JS and TS" ,
4
- "version" : " 1.5.3 " ,
4
+ "version" : " 1.5.4 " ,
5
5
"displayName" : " Const & Props Snippets" ,
6
6
"publisher" : " deinsoftware" ,
7
7
"icon" : " images/light-icon.png" ,
54
54
"language" : " javascript" ,
55
55
"path" : " ./snippets/var-js.json"
56
56
},
57
+ {
58
+ "language" : " javascript" ,
59
+ "path" : " ./snippets/react.json"
60
+ },
57
61
{
58
62
"language" : " javascriptreact" ,
59
63
"path" : " ./snippets/destructuring.json"
106
110
"language" : " typescript" ,
107
111
"path" : " ./snippets/elements.json"
108
112
},
113
+ {
114
+ "language" : " typescript" ,
115
+ "path" : " ./snippets/react.json"
116
+ },
109
117
{
110
118
"language" : " typescriptreact" ,
111
119
"path" : " ./snippets/var-ts.json"
You can’t perform that action at this time.
0 commit comments