Skip to content

Commit 9b8a0ab

Browse files
committed
prepare for v0.6.2
1 parent 01ddd1d commit 9b8a0ab

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .superhtml,
3-
.version = "0.6.1",
3+
.version = "0.6.2",
44
.fingerprint = 0xc5e9aede3c1db363,
55
.minimum_zig_version = "0.15.1",
66
.dependencies = .{

editors/vscode/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to the "super" extension will be documented in this file.
44

5+
## [v0.6.2]
6+
- The "boolean attributes cannot have a value" error now puts squigglies under the attribute name instead of the value.
7+
- Improved validation for `<link>` `[crossorigin]`, it previously used its own implementation of CORS validation, while now it uses one central implementation shared by all other similar attributes.
8+
- `[lang]` (and similar attributes) now accept the empty string as value, used to signify that the language is unknown.
9+
- Fixed a condition that would cause the language server to attempt to detect html elements inside of svg elements.
10+
511
## [v0.6.1]
612
Fixes two bugs:
713

editors/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Language Server for HTML and SuperHTML Templates.",
55
"repository": "https://github.com/kristoff-it/superhtml/",
66
"publisher": "LorisCro",
7-
"version": "0.6.1",
7+
"version": "0.6.2",
88
"engines": {
99
"vscode": "^1.92.0"
1010
},

0 commit comments

Comments
 (0)