Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 11, 2024
1 parent d4692a3 commit 025f07d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## next
## 1.2.0 (October 11, 2022)

- Enhanced the highlighting for warnings, such as unknown property, descriptor, or at-rule, to emphasize the entire identifier instead of just a single character
- Bumped csstree-validator version to 4.0.1 (css-tree 3.0.0)
- Added support for the `@container`, `@starting-style`, `@scope`, `@position-try` and `@layer` at-rules
- Added support for `layer`, `layer()` and `supports()` in the `@media` at-rule
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016-2020 Sergey Melyukov
Copyright (c) 2016-2024 Sergey Melyukov

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-csstree",
"displayName": "CSSTree validator",
"description": "Validate CSS according to W3C specs and browser implementations",
"version": "1.1.0",
"version": "1.2.0",
"keywords": [
"css",
"csstree",
Expand Down
2 changes: 1 addition & 1 deletion src/wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function wrapper({ code }) {
range,
severity,
message: `${message}`,
source: 'csstree-validator'
source: 'csstree'
});
}

Expand Down

0 comments on commit 025f07d

Please sign in to comment.