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
* XML Minify support. See [#1139](https://github.com/redhat-developer/vscode-xml/issues/pull/1139).
7
+
* Support XPath predicates with wildcards. See [lemminx#1762](https://github.com/eclipse-lemminx/lemminx/pull/1762).
8
+
9
+
### Bug Fixes
10
+
* Error: Illegal argument: range. See [#1110](https://github.com/redhat-developer/vscode-xml/issues/1110).
11
+
* Incorrectly formatting inside `<style>` tags. See [#1104](https://github.com/redhat-developer/vscode-xml/issues/1104).
12
+
* Do not create document links with zero length range. See [lemminx##1761](https://github.com/eclipse-lemminx/lemminx/pull/1761).
13
+
* Check for dynamic registration in textDocument/typeDefinition and workspace/executeCommand. See [lemminx#1748](https://github.com/eclipse-lemminx/lemminx/pull/1748).
14
+
* Do not format text content of `<style>` and `<script>`. See [lemminx#1755](https://github.com/eclipse-lemminx/lemminx/pull/1755).
15
+
* DOM Memory improvement. See [lemminx#1770](https://github.com/eclipse-lemminx/lemminx/pull/1770)
16
+
17
+
### Performance
18
+
* Improve formatting memory. See [lemminx#1768](https://github.com/eclipse-lemminx/lemminx/pull/1768).
19
+
20
+
### Build
21
+
* Use npx. See [#1125](https://github.com/redhat-developer/vscode-xml/pull/1125).
22
+
* linux-aarch64 build. See [#1112](https://github.com/redhat-developer/vscode-xml/pull/1112).
23
+
24
+
### Other
25
+
* Use `ProcessHandle` instead of shell script to check for parent process. See [lemminx#1753](https://github.com/eclipse-lemminx/lemminx/pull/1753).
26
+
* docs: complete system properties. See [#1102](https://github.com/redhat-developer/vscode-xml/pull/1102).
0 commit comments