|
1 | 1 | # Changelog
|
2 | 2 |
|
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 |
4 | 8 | - Update emmet. Thanks @jasonwilliams!
|
5 | 9 |
|
6 |
| -# 0.18.0 - June 03, 2021 |
| 10 | +## 0.18.0 - June 03, 2021 |
7 | 11 | - Enable IntelliSense in `keyframes`. Thanks @jasonwilliams!
|
8 | 12 |
|
9 |
| -# 0.17.0 - May 07, 2021 |
| 13 | +## 0.17.0 - May 07, 2021 |
10 | 14 | - Apply in `keyframes` by default. Thanks @jasonwilliams!
|
11 | 15 |
|
12 |
| -# 0.16.0 - April 28, 2021 |
| 16 | +## 0.16.0 - April 28, 2021 |
13 | 17 | - Pick up new language service version. Thanks @hantatsang and @jasonwilliams!
|
14 | 18 |
|
15 |
| -# 0.15.0 - October 16, 2019 |
| 19 | +## 0.15.0 - October 16, 2019 |
16 | 20 | - Pick up new language service version. Thanks @apust!
|
17 | 21 |
|
18 |
| -# 0.14.0 - February 26, 2019 |
| 22 | +## 0.14.0 - February 26, 2019 |
19 | 23 | - Pick up new language service version.
|
20 | 24 | - Support for dynamically changing configuration.
|
21 | 25 | - Only enable plugin for TS 3.0+ in order to support automatically enabling plugin for workspace TS versions.
|
22 | 26 |
|
23 |
| -# 0.13.0 - November 8, 2018 |
| 27 | +## 0.13.0 - November 8, 2018 |
24 | 28 | - Mark color completions with the `'color'` `kindModifier`. This allows editors to render the color previews inline.
|
25 | 29 | - Fix more false positive errors.
|
26 | 30 |
|
27 |
| -# 0.12.0 - October 15, 2018 |
| 31 | +## 0.12.0 - October 15, 2018 |
28 | 32 | - Pick up new decorator library version to fix a possible state corruption error.
|
29 | 33 |
|
30 |
| -# 0.11.0 - September 11, 2018 |
| 34 | +## 0.11.0 - September 11, 2018 |
31 | 35 | - Fixed some false positive errors when using a placeholder in a contexual selector. Thanks @lukyth!
|
32 | 36 | - Apply in `injectGlobal` or `createGlobalStyle` by default. Thanks @scf4!
|
33 | 37 |
|
34 |
| -# 0.10.0 - July 10, 2018 |
| 38 | +## 0.10.0 - July 10, 2018 |
35 | 39 | - Add folding support.
|
36 | 40 |
|
37 |
| -# 0.9.2 - July 9, 2018 |
| 41 | +## 0.9.2 - July 9, 2018 |
38 | 42 | - Remove TS as peerDep.
|
39 | 43 |
|
40 |
| -# 0.9.1 - July 9, 2018 |
| 44 | +## 0.9.1 - July 9, 2018 |
41 | 45 | - Allow language service to be consumed by other libraries.
|
42 | 46 |
|
43 |
| -# 0.8.1 - July 2, 2018 |
| 47 | +## 0.8.1 - July 2, 2018 |
44 | 48 | - Fix some false error reports around creative uses of placeholders.
|
45 | 49 |
|
46 |
| -# 0.8.0 - July 2, 2018 |
| 50 | +## 0.8.0 - July 2, 2018 |
47 | 51 | - Support for emotion style typescript declarations.
|
48 | 52 |
|
49 |
| -# 0.7.0 - June 25, 2018 |
| 53 | +## 0.7.0 - June 25, 2018 |
50 | 54 | - Picked up new CSS version. Brings improved suggestions and better documentation.
|
51 | 55 |
|
52 |
| -# 0.6.3 - April 20, 2018 |
| 56 | +## 0.6.3 - April 20, 2018 |
53 | 57 | - Fixed `width: ${1}%;` incorrectly reported as an error.
|
54 | 58 |
|
55 |
| -# 0.6.2 - April 18, 2018 |
| 59 | +## 0.6.2 - April 18, 2018 |
56 | 60 | - Fixed case where a placeholder that looked like a mixin was incorrectly reported as an error.
|
57 | 61 |
|
58 |
| -# 0.6.1 - April 16, 2018 |
| 62 | +## 0.6.1 - April 16, 2018 |
59 | 63 | - Fixed some cases where placeholder usage was incorrectly reported as an error.
|
60 | 64 |
|
61 |
| -# 0.6.0 - February 16, 2018 |
| 65 | +## 0.6.0 - February 16, 2018 |
62 | 66 | - Added emmet suggestions. Thanks @ramya-rao-a!
|
63 | 67 |
|
64 |
| -# 0.5.1 - February 13, 2018 |
| 68 | +## 0.5.1 - February 13, 2018 |
65 | 69 | - Small fix for suggestions inside of nested selectors.
|
66 | 70 |
|
67 |
| -# 0.5.0 - February 12, 2018 |
| 71 | +## 0.5.0 - February 12, 2018 |
68 | 72 | - Add quick fixes for misspelled property names.
|
69 | 73 |
|
70 |
| -# 0.4.1 - February 12, 2018 |
| 74 | +## 0.4.1 - February 12, 2018 |
71 | 75 | - Fixed false error when placeholder is used as a selector.
|
72 | 76 |
|
73 |
| -# 0.4.0 - January 16, 2018 |
| 77 | +## 0.4.0 - January 16, 2018 |
74 | 78 | - Fix suggestions inside of nested selectors. Thanks @aczekajski!
|
75 | 79 |
|
76 |
| -# 0.3.1 - January 11, 2018 |
| 80 | +## 0.3.1 - January 11, 2018 |
77 | 81 | - Cache completion entries so we don't recompute them as often.
|
78 | 82 |
|
79 |
| -# 0.3.0 - January 9, 2018 |
| 83 | +## 0.3.0 - January 9, 2018 |
80 | 84 | - Added basic support for completion entry details
|
81 | 85 |
|
82 |
| -# 0.2.2 - November 29, 2017 |
| 86 | +## 0.2.2 - November 29, 2017 |
83 | 87 | - Fix auto import completions not showing up when using plugin with TS 2.6.2+
|
84 | 88 |
|
85 |
| -# 0.2.1 - November 27, 2017 |
| 89 | +## 0.2.1 - November 27, 2017 |
86 | 90 | - Fix cases where placeholder is followed by a trailing semicolon. Thanks @kingdaro!
|
87 | 91 |
|
88 |
| -# 0.2.0 - November 9, 2017 |
| 92 | +## 0.2.0 - November 9, 2017 |
89 | 93 | - Do not take runtime dependecy on TypeScript.
|
90 | 94 |
|
91 |
| -# 0.1.2 — October 24, 2017 |
| 95 | +## 0.1.2 — October 24, 2017 |
92 | 96 | - Fix bug that could cause errors not to be reported when on the last line of a block.
|
93 | 97 |
|
94 |
| -# 0.1.1 — October 24, 2017 |
| 98 | +## 0.1.1 — October 24, 2017 |
95 | 99 | - Compile to ES5 to support regular Visual Studio
|
96 | 100 |
|
97 |
| -# 0.1.0 |
| 101 | +## 0.1.0 |
98 | 102 | - Support for nested classes. Thanks @asvetliakov!
|
99 | 103 | - Support for styled properties, such as `MyButton.extend...`. Thanks @asvetliakov!
|
100 | 104 | - Fix a bug that could cause errors to stop being reported.
|
101 | 105 |
|
102 |
| -## 0.0.5 - September 29, 2017 |
| 106 | +### 0.0.5 - September 29, 2017 |
103 | 107 | - Fix empty value error being showing when using placeholder for value in multiline template strings.
|
104 | 108 |
|
105 |
| -## 0.0.4 - September 29, 2017 |
| 109 | +### 0.0.4 - September 29, 2017 |
106 | 110 | - Fix multiline strings with placeholders.
|
107 | 111 |
|
108 |
| -## 0.0.3 - September 29, 2017 |
| 112 | +### 0.0.3 - September 29, 2017 |
109 | 113 | - Initial support for strings with placeholders.
|
110 | 114 |
|
111 |
| -## 0.0.2 - September 29, 2017 |
| 115 | +### 0.0.2 - September 29, 2017 |
112 | 116 | - Disable empty ruleset lint error by default
|
113 | 117 | - Fix styled completions showing on character immediately before start of string
|
114 | 118 | - Supprt `css` tag by default.
|
115 | 119 | - Remove a bunch of files from published npm package.
|
116 | 120 |
|
117 |
| -## 0.0.1 - September 28, 2017 |
| 121 | +### 0.0.1 - September 28, 2017 |
118 | 122 | - Initial release
|
0 commit comments