Skip to content

Commit 4f6ad2a

Browse files
committed
0.18.2
1 parent 3508822 commit 4f6ad2a

File tree

3 files changed

+42
-38
lines changed

3 files changed

+42
-38
lines changed

CHANGELOG.md

Lines changed: 40 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,118 +1,122 @@
11
# Changelog
22

3-
# 0.18.1 - August 05, 2021
3+
## 0.18.2 - December 06, 2021
4+
- Include completion spans in responses. Thanks @jasonwilliams!
5+
- Don't trigger completions when opening template tags. Thanks @jasonwilliams!
6+
7+
## 0.18.1 - August 05, 2021
48
- Update emmet. Thanks @jasonwilliams!
59

6-
# 0.18.0 - June 03, 2021
10+
## 0.18.0 - June 03, 2021
711
- Enable IntelliSense in `keyframes`. Thanks @jasonwilliams!
812

9-
# 0.17.0 - May 07, 2021
13+
## 0.17.0 - May 07, 2021
1014
- Apply in `keyframes` by default. Thanks @jasonwilliams!
1115

12-
# 0.16.0 - April 28, 2021
16+
## 0.16.0 - April 28, 2021
1317
- Pick up new language service version. Thanks @hantatsang and @jasonwilliams!
1418

15-
# 0.15.0 - October 16, 2019
19+
## 0.15.0 - October 16, 2019
1620
- Pick up new language service version. Thanks @apust!
1721

18-
# 0.14.0 - February 26, 2019
22+
## 0.14.0 - February 26, 2019
1923
- Pick up new language service version.
2024
- Support for dynamically changing configuration.
2125
- Only enable plugin for TS 3.0+ in order to support automatically enabling plugin for workspace TS versions.
2226

23-
# 0.13.0 - November 8, 2018
27+
## 0.13.0 - November 8, 2018
2428
- Mark color completions with the `'color'` `kindModifier`. This allows editors to render the color previews inline.
2529
- Fix more false positive errors.
2630

27-
# 0.12.0 - October 15, 2018
31+
## 0.12.0 - October 15, 2018
2832
- Pick up new decorator library version to fix a possible state corruption error.
2933

30-
# 0.11.0 - September 11, 2018
34+
## 0.11.0 - September 11, 2018
3135
- Fixed some false positive errors when using a placeholder in a contexual selector. Thanks @lukyth!
3236
- Apply in `injectGlobal` or `createGlobalStyle` by default. Thanks @scf4!
3337

34-
# 0.10.0 - July 10, 2018
38+
## 0.10.0 - July 10, 2018
3539
- Add folding support.
3640

37-
# 0.9.2 - July 9, 2018
41+
## 0.9.2 - July 9, 2018
3842
- Remove TS as peerDep.
3943

40-
# 0.9.1 - July 9, 2018
44+
## 0.9.1 - July 9, 2018
4145
- Allow language service to be consumed by other libraries.
4246

43-
# 0.8.1 - July 2, 2018
47+
## 0.8.1 - July 2, 2018
4448
- Fix some false error reports around creative uses of placeholders.
4549

46-
# 0.8.0 - July 2, 2018
50+
## 0.8.0 - July 2, 2018
4751
- Support for emotion style typescript declarations.
4852

49-
# 0.7.0 - June 25, 2018
53+
## 0.7.0 - June 25, 2018
5054
- Picked up new CSS version. Brings improved suggestions and better documentation.
5155

52-
# 0.6.3 - April 20, 2018
56+
## 0.6.3 - April 20, 2018
5357
- Fixed `width: ${1}%;` incorrectly reported as an error.
5458

55-
# 0.6.2 - April 18, 2018
59+
## 0.6.2 - April 18, 2018
5660
- Fixed case where a placeholder that looked like a mixin was incorrectly reported as an error.
5761

58-
# 0.6.1 - April 16, 2018
62+
## 0.6.1 - April 16, 2018
5963
- Fixed some cases where placeholder usage was incorrectly reported as an error.
6064

61-
# 0.6.0 - February 16, 2018
65+
## 0.6.0 - February 16, 2018
6266
- Added emmet suggestions. Thanks @ramya-rao-a!
6367

64-
# 0.5.1 - February 13, 2018
68+
## 0.5.1 - February 13, 2018
6569
- Small fix for suggestions inside of nested selectors.
6670

67-
# 0.5.0 - February 12, 2018
71+
## 0.5.0 - February 12, 2018
6872
- Add quick fixes for misspelled property names.
6973

70-
# 0.4.1 - February 12, 2018
74+
## 0.4.1 - February 12, 2018
7175
- Fixed false error when placeholder is used as a selector.
7276

73-
# 0.4.0 - January 16, 2018
77+
## 0.4.0 - January 16, 2018
7478
- Fix suggestions inside of nested selectors. Thanks @aczekajski!
7579

76-
# 0.3.1 - January 11, 2018
80+
## 0.3.1 - January 11, 2018
7781
- Cache completion entries so we don't recompute them as often.
7882

79-
# 0.3.0 - January 9, 2018
83+
## 0.3.0 - January 9, 2018
8084
- Added basic support for completion entry details
8185

82-
# 0.2.2 - November 29, 2017
86+
## 0.2.2 - November 29, 2017
8387
- Fix auto import completions not showing up when using plugin with TS 2.6.2+
8488

85-
# 0.2.1 - November 27, 2017
89+
## 0.2.1 - November 27, 2017
8690
- Fix cases where placeholder is followed by a trailing semicolon. Thanks @kingdaro!
8791

88-
# 0.2.0 - November 9, 2017
92+
## 0.2.0 - November 9, 2017
8993
- Do not take runtime dependecy on TypeScript.
9094

91-
# 0.1.2 — October 24, 2017
95+
## 0.1.2 — October 24, 2017
9296
- Fix bug that could cause errors not to be reported when on the last line of a block.
9397

94-
# 0.1.1 — October 24, 2017
98+
## 0.1.1 — October 24, 2017
9599
- Compile to ES5 to support regular Visual Studio
96100

97-
# 0.1.0
101+
## 0.1.0
98102
- Support for nested classes. Thanks @asvetliakov!
99103
- Support for styled properties, such as `MyButton.extend...`. Thanks @asvetliakov!
100104
- Fix a bug that could cause errors to stop being reported.
101105

102-
## 0.0.5 - September 29, 2017
106+
### 0.0.5 - September 29, 2017
103107
- Fix empty value error being showing when using placeholder for value in multiline template strings.
104108

105-
## 0.0.4 - September 29, 2017
109+
### 0.0.4 - September 29, 2017
106110
- Fix multiline strings with placeholders.
107111

108-
## 0.0.3 - September 29, 2017
112+
### 0.0.3 - September 29, 2017
109113
- Initial support for strings with placeholders.
110114

111-
## 0.0.2 - September 29, 2017
115+
### 0.0.2 - September 29, 2017
112116
- Disable empty ruleset lint error by default
113117
- Fix styled completions showing on character immediately before start of string
114118
- Supprt `css` tag by default.
115119
- Remove a bunch of files from published npm package.
116120

117-
## 0.0.1 - September 28, 2017
121+
### 0.0.1 - September 28, 2017
118122
- Initial release

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-styled-plugin",
3-
"version": "0.18.1",
3+
"version": "0.18.2",
44
"description": "TypeScript language service plugin that adds IntelliSense for styled components",
55
"keywords": [
66
"TypeScript",

0 commit comments

Comments
 (0)