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