You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.3.10
### 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.
Version 1.3.9
### Bug fixes
When using the "selfClosing" dialect, fix parse errors for `<br/>` (tags that implicitly self-close) and `<script/>` (special tags).
Version 1.3.8
### Bug fixes
Add `bidiIsolate` node props for tags, comments, and attributes.
Mark tags, attributes, and comments as isolating for bidirectional text.
Version 1.3.7
### 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.