Skip to content

Commit 6995c63

Browse files
committed
update changelog
1 parent 56a71e2 commit 6995c63

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 0.4.0
4+
5+
- Added linting and quick fixes for both CSS and markup
6+
- Updated module resolution for compatibility with pnpm (#128)
7+
- The extension now ignores the `purge` option when extracting class names (#131)
8+
- Fixed hover offsets for class names which appear after interpolations
9+
10+
## 0.3.1
11+
12+
- Fixed class attribute completions not showing when using the following Pug syntax (#125):
13+
```
14+
div(class="")
15+
```
16+
- Fixed hover previews not showing when using a computed class attribute in Vue templates
17+
- Restore missing readme images
18+
- Update settings descriptions to use markdown
19+
320
## 0.3.0
421

522
### General

0 commit comments

Comments
 (0)