weml-monaco 0.4.0 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,43 @@ This package mirrors the language logic of the VS Code extension; entries below
8
8
  track the port catching up with the VS Code provider changes (see the root
9
9
  `CHANGELOG.md` for the extension).
10
10
 
11
+ ## [0.4.3] — 2026-09-07
12
+
13
+ Synced with VS Code extension `0.7.11`.
14
+
15
+ ### Changed
16
+ - Updated the shared V2 normalizer: remove comments and empty text wrappers
17
+ without IDs, preserve word separators, normalize Unicode attribute separators
18
+ and trim attribute values.
19
+ - Improved void-tag scanning and whitespace cleanup between blocks, while
20
+ retaining browser and HTML-parser compatibility.
21
+
22
+ ## [0.4.2] — 2026-08-30
23
+
24
+ Synced with VS Code extension `0.7.9`.
25
+
26
+ ### Added
27
+ - Added `w-color` completion, hover, snippets and validation, including the
28
+ requirement for at least one valid foreground/background color.
29
+ - Added color attributes to headings and paragraphs, text-block alignment, and
30
+ the `purchase-link`/`version-id` metadata fields.
31
+ - Metadata-name completion now reflects the fields generated from the docs.
32
+
33
+ ## [0.4.1] — 2026-08-30
34
+
35
+ Synced with VS Code extension `0.7.8`.
36
+
37
+ ### Changed
38
+ - Updated the shared V2 normalizer with deterministic attribute and token-list
39
+ sorting, full Unicode whitespace handling, additional HTML void elements and
40
+ inline custom-element normalization.
41
+
42
+ ### Fixed
43
+ - Added structured validation for missing, duplicate, nested and out-of-order
44
+ root document elements, plus BOM and additional entity-form handling.
45
+ - Preserved browser compatibility by keeping Node's `crypto` dependency lazy and
46
+ retained `node-html-parser`-compatible sibling insertion for inline whitespace.
47
+
11
48
  ## [0.4.0] — 2026-08-17
12
49
 
13
50
  Packaging only — the language logic is unchanged.