## 1.3.12 (2025-09-26)
### Bug fixes
Emit tokens for `<` characters without tag name, so that autocompletion can work with them.
## 1.3.11 (2025-09-25)
### Bug fixes
Don't parse `<` followed by whitespace as the start of a tag.
## 1.3.10 (2024-05-29)
### Bug fixes
Fix an issue that broke attribute reading when defining a nested language on a tag that isn't a `style`, `textearea`, or `script` tag.
## 1.3.9 (2024-02-21)
### Bug fixes
When using the "selfClosing" dialect, fix parse errors for ` ` (tags that implicitly self-close) and `` (special tags).
## 1.3.8 (2023-12-28)
### Bug fixes
Add `bidiIsolate` node props for tags, comments, and attributes.
Mark tags, attributes, and comments as isolating for bidirectional text.
## 1.3.7 (2023-11-23)
### Bug fixes
Fix a bug that caused the parser to not properly recognize empty HTML comments. Don't emit nested parses for empty elements in configureNesting
Fix an issue where `configureNesting` could emit empty overlay ranges for empty elements.
## 1.3.6 (2023-07-12)
### Bug fixes
Improve parsing of multiple unfinished opening tags by disallowing less-than characters in attribute names.
## 1.3.5 (2023-07-03)
### Bug fixes
Make the package work with new TS resolution styles.
## 1.3.4 (2023-03-27)
### Bug fixes
Fix a bug that caused mixed parsing of non-style/script elements to attach the nested parse tree to the incorrect node.
## 1.3.3 (2023-02-21)
### Bug fixes
Make sure build output is strictly ES6 again.
## 1.3.2 (2023-02-16)
### Bug fixes
Fix a crash caused by nexted parsing of attributes returning invalid ranges for attributes missing their closing quote.
## 1.3.1 (2023-02-11)
### Bug fixes
Always allow self-closing tags in `