This repository was archived by the owner on Jun 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3- ## TBD
3+ ## 1.6.4 (01-06-2021)
44
55- Guard insert colon with when clause. Thanks @phyllisstein ! [ 297] ( https://github.com/styled-components/vscode-styled-components/pull/297 )
66- Cursor control has returned but only with CSS Functions
77- Fix color matching issues, match multiple colors per-line and reduce false-positives on named color matches
8+ - Revert styled plugin back to v0.16 so keyframes errors are supressed
89
910## 1.6.3 (21-05-2021)
1011
Original file line number Diff line number Diff line change 22 "name" : " vscode-styled-components" ,
33 "displayName" : " vscode-styled-components" ,
44 "description" : " Syntax highlighting for styled-components" ,
5- "version" : " 1.6.3 " ,
5+ "version" : " 1.6.4 " ,
66 "publisher" : " jpoissonnier" ,
77 "icon" : " logo.png" ,
88 "license" : " MIT" ,
8787 },
8888 "dependencies" : {
8989 "d3-color" : " ^2.0.0" ,
90- "typescript-styled-plugin" : " ^0.17 .0" ,
90+ "typescript-styled-plugin" : " 0.16 .0" ,
9191 "vscode-css-languageservice" : " ^5.1.1"
9292 },
9393 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -1895,10 +1895,10 @@ tslib@^1.9.0:
18951895 resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
18961896 integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
18971897
1898- typescript-styled-plugin@^0.17 .0 :
1899- version "0.17 .0"
1900- resolved "https://registry.yarnpkg.com/typescript-styled-plugin/-/typescript-styled-plugin-0.17 .0.tgz#00f10d7291b2a359c0c7c054cc89ae41e6f4f4d5 "
1901- integrity sha512-w0wu8cjQcYDVLwQXDLhXhw6HWsZ6ALaR5nXKyvK0EGQ6ZpkUE2pp0q9/y3CEPiXnB+aCee3qQX59IPrGEG42cQ ==
1898+ typescript-styled-plugin@0.16 .0 :
1899+ version "0.16 .0"
1900+ resolved "https://registry.yarnpkg.com/typescript-styled-plugin/-/typescript-styled-plugin-0.16 .0.tgz#b1bde49e259c9dc312afbc3e683e9e7e413f24d0 "
1901+ integrity sha512-I3UfkGzdy1js95EDtYMatBzDINOCWAW4E0+sE4+MG8gy3gaUyQOSi5NhvVNkF3zqWXY+z43g6MnmYy8QzqFhVQ ==
19021902 dependencies :
19031903 typescript-template-language-service-decorator "^2.2.0"
19041904 vscode-css-languageservice "^5.1.1"
You can’t perform that action at this time.
0 commit comments