File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # 0.2.2 - November 29, 2017
4
+ - Fix auto import completions not showing up when using plugin with TS 2.6.2+
5
+
3
6
# 0.2.1 - November 27, 2017
4
7
- Fix cases where placeholder is followed by a trailing semicolon. Thanks @kingdaro !
5
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typescript-styled-plugin" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " TypeScript language service plugin that adds IntelliSense for styled components" ,
5
5
"keywords" : [
6
6
" TypeScript" ,
20
20
"url" : " https://github.com/Microsoft/typescript-styled-plugin/issues"
21
21
},
22
22
"dependencies" : {
23
- "typescript-template-language-service-decorator" : " ^1.0.1 " ,
23
+ "typescript-template-language-service-decorator" : " ^1.0.3 " ,
24
24
"vscode-css-languageservice" : " ^2.1.10" ,
25
25
"vscode-languageserver-types" : " ^3.4.0"
26
26
},
33
33
"glob" : " ^7.1.2" ,
34
34
"mocha" : " ^3.5.3" ,
35
35
"tslint" : " ^5.3.2" ,
36
- "typescript" : " ^2.5.3 "
36
+ "typescript" : " ^2.6.2 "
37
37
},
38
38
"peerDependencies" : {
39
39
"typescript" : " ^2.3.0"
You can’t perform that action at this time.
0 commit comments