Skip to content

Commit aaa84f1

Browse files
committed
Bumped version, updated CHANGELOG.md and README.md
1 parent 6b1a7f7 commit aaa84f1

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
### 1.18 (Jan 25, 2019)
2+
* Added support for Django template (django-html).
3+
14
### 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;
36
* Added support for Emmet.
47

58
### 1.16.2 (Fev 10, 2018)
@@ -24,13 +27,13 @@
2427
* Added the "multi-root ready" keyword, it was a request from the VS Code team.
2528

2629
### 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;
3033
* The `node_modules` will not be ignored. With those changes, it seems that there's no need to ignore it.
3134

3235
### 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);
3437
* Fix possibility to run the caching process multiple times simultaneously.
3538

3639
### 1.10.1 (Out 12, 2017)
@@ -67,7 +70,7 @@
6770
* Rolling back a change that was causing node_modules to be ignored.
6871

6972
### 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;
7174
* Internal refactors. Thanks to github.com/allevaton.
7275

7376
### 1.1.0 (Apr 14, 2017)

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A Visual Studio Code extension that provides CSS class name completion for the H
2424
* Embedded Ruby (.html.erb) [requires [rebornix.Ruby](https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby)]
2525
* Handlebars
2626
* EJS (.ejs)
27-
* Django Templates
27+
* Django template (django-html)
2828

2929
## Specific Support
3030
* "@apply" directive in CSS, SASS and SCSS Files for [Tailwind CSS](https://tailwindcss.com)
@@ -34,9 +34,8 @@ A Visual Studio Code extension that provides CSS class name completion for the H
3434
## Contributions
3535
You can request new features and contribute to the extension development on its [repository on GitHub](https://github.com/Zignd/HTML-CSS-Class-Completion/issues). Look for an issue you're interested in working on, comment on it to let me know you're working on it and submit your pull request! :D
3636

37-
## What's new in version 1.17.1 (February 18, 2018)
38-
* Added support for "class" in TypeScript React, JavaScript and JavaScript React language modes. Previously only "className" was supported.
39-
* Added support for Emmet.
37+
## What's new in version 1.18 (Jan 25, 2019)
38+
* Added support for Django template (django-html).
4039

4140
Check out the [changelog](https://github.com/zignd/HTML-CSS-Class-Completion/blob/master/CHANGELOG.md) for the current and previous updates.
4241

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
@@ -2,7 +2,7 @@
22
"name": "html-css-class-completion",
33
"displayName": "IntelliSense for CSS class names in HTML",
44
"description": "CSS class name completion for the HTML class attribute based on the definitions found in your workspace.",
5-
"version": "1.17.1",
5+
"version": "1.18.0",
66
"publisher": "Zignd",
77
"engines": {
88
"vscode": "^1.19.0"

0 commit comments

Comments
 (0)