Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit cba12a5

Browse files
author
Julien Poissonnier
committed
Release 0.0.15
1 parent 00314c6 commit cba12a5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## 0.0.15
4+
5+
- Support @import rules in injectGlobal, thanks to @Cu3PO42
6+
- Update typescript-styled-plugin to 0.5.1, adding quick fixes for misspelled properties, thanks to @mbjvz
7+
38
## 0.0.14
49

510
- Replace the CSS grammar by one built on language-sass and language-css to ensure syntax highlighting works as in (S)CSS files, thanks to @Cu3PO42

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-styled-components",
33
"displayName": "vscode-styled-components",
44
"description": "Syntax highlighting for styled-components",
5-
"version": "0.0.14",
5+
"version": "0.0.15",
66
"publisher": "jpoissonnier",
77
"icon": "logo.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)