|
| 1 | +### 1.18 (Jan 25, 2019) |
| 2 | +* Added support for Django template (django-html). |
| 3 | + |
1 | 4 | ### 1.17.1 (Fev 18, 2018) |
2 | | -* Added support for "class" in TypeScript React, JavaScript and JavaScript React language modes. Previously only "className" was supported. |
| 5 | +* Added support for "class" in TypeScript React, JavaScript and JavaScript React language modes. Previously only "className" was supported; |
3 | 6 | * Added support for Emmet. |
4 | 7 |
|
5 | 8 | ### 1.16.2 (Fev 10, 2018) |
|
24 | 27 | * Added the "multi-root ready" keyword, it was a request from the VS Code team. |
25 | 28 |
|
26 | 29 | ### 1.11.0 (Out 14, 2017) |
27 | | -* Fix error that occurs when you try to get completion and the extension is loading. |
28 | | -* Add limitations to the concurrency in resource-intensive operations. |
29 | | -* Add progress indicator, useful for large projects. |
| 30 | +* Fix error that occurs when you try to get completion and the extension is loading; |
| 31 | +* Add limitations to the concurrency in resource-intensive operations; |
| 32 | +* Add progress indicator, useful for large projects; |
30 | 33 | * The `node_modules` will not be ignored. With those changes, it seems that there's no need to ignore it. |
31 | 34 |
|
32 | 35 | ### 1.10.2 (Out 12, 2017) |
33 | | -* Temporary fix to prevent high CPU usage. The `node_modules` will be ignored in the search for CSS class definitions. [Link to the issue containing detailed information.](https://github.com/Microsoft/vscode/issues/35996) |
| 36 | +* Temporary fix to prevent high CPU usage. The `node_modules` will be ignored in the search for CSS class definitions. [Link to the issue containing detailed information.](https://github.com/Microsoft/vscode/issues/35996); |
34 | 37 | * Fix possibility to run the caching process multiple times simultaneously. |
35 | 38 |
|
36 | 39 | ### 1.10.1 (Out 12, 2017) |
|
67 | 70 | * Rolling back a change that was causing node_modules to be ignored. |
68 | 71 |
|
69 | 72 | ### 1.2.0 (Mai 9, 2017) |
70 | | -* Now completion gets triggered when you open single quotes, double quotes or types a space character". Thanks to github.com/allevaton. |
| 73 | +* Now completion gets triggered when you open single quotes, double quotes or types a space character". Thanks to github.com/allevaton; |
71 | 74 | * Internal refactors. Thanks to github.com/allevaton. |
72 | 75 |
|
73 | 76 | ### 1.1.0 (Apr 14, 2017) |
|
0 commit comments