Skip to content

Commit bb72f21

Browse files
committed
Update CHANGELOG 0.21.0
Signed-off-by: azerr <azerr@redhat.com>
1 parent b7c0f67 commit bb72f21

2 files changed

Lines changed: 43 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Change Log
22

3+
## [0.21.0](https://github.com/redhat-developer/vscode-xml/milestone/29?closed=1) (June 29, 2022)
4+
5+
### Enhancements
6+
7+
* Add button to double heap size on OOM. See [#718](https://github.com/redhat-developer/vscode-xml/pull/718).
8+
* CodeAction for cvc-elt.1.a. See [#599](https://github.com/redhat-developer/vscode-xml/issues/599).
9+
* TextMate grammar for *.dtd files. See [#313](https://github.com/redhat-developer/vscode-xml/issues/313).
10+
* CodeAction for cvc-complex-type.2.4.b. See [lemminx#1218](https://github.com/eclipse/lemminx/issues/1218).
11+
* Support folding for <!DOCTYPE. See [lemminx#1213](https://github.com/eclipse/lemminx/issues/1213).
12+
* Added folding setting to keep displaying the closing tag after folding. See [lemminx#1209](https://github.com/eclipse/lemminx/pull/1209).
13+
* Provide basic experimental formatter which supports invalid XML. See [lemminx#1195](https://github.com/eclipse/lemminx/issues/1195), [lemminx#1041](https://github.com/eclipse/lemminx/issues/1041), [lemminx#1034](https://github.com/eclipse/lemminx/issues/1034), [lemminx#679](https://github.com/eclipse/lemminx/issues/679), [lemminx#675](https://github.com/eclipse/lemminx/issues/675), [lemminx#305](https://github.com/eclipse/lemminx/issues/305).
14+
* Format with xml:space. See [lemminx#826](https://github.com/eclipse/lemminx/issues/826).
15+
* Code action for `SemicolonRequiredInReference`. See [lemminx#665](https://github.com/eclipse/lemminx/issues/665).
16+
* Improve XML formatter (option to have Tags in the same line). See [lemminx#594](https://github.com/eclipse/lemminx/issues/594).
17+
18+
### Performance
19+
20+
* Cancel process of code action. See [lemminx#1220](https://github.com/eclipse/lemminx/issues/1220).
21+
* Parse of DOM document should be not done in a Thread. See [lemminx#1216](https://github.com/eclipse/lemminx/pull/1216).
22+
* Improve memory for DOM parser & XML scanner. See [lemminx#1211](https://github.com/eclipse/lemminx/pull/1211), [lemminx#1206](https://github.com/eclipse/lemminx/pull/1206).
23+
* Wait a bit after change before sending diagnostics. See [lemminx#1162](https://github.com/eclipse/lemminx/issues/1162).
24+
* Implement `codeAction/resolve` & `completionItem/resolve`. See [lemminx#941](https://github.com/eclipse/lemminx/issues/941), [lemminx#616](https://github.com/eclipse/lemminx/issues/616).
25+
26+
### Bug Fixes
27+
28+
* `externalXmlSettings.xmlFileAssociations` not used in `getXMLSettings`. See [#698](https://github.com/redhat-developer/vscode-xml/issues/698).
29+
* DOCTYPE entities interfering with hover annotation display of tags / attributes. See [lemminx#1212](https://github.com/eclipse/lemminx/pull/1212).
30+
* Incorrect error range for `cvc-identity-constraint.4.1`. See [lemminx#1210](https://github.com/eclipse/lemminx/issues/1210).
31+
* Resolve uri as system with XML catalog. See [lemminx#1199](https://github.com/eclipse/lemminx/issues/1199).
32+
33+
### Build
34+
35+
* Fix native image build on Windows builders. See [#721](https://github.com/redhat-developer/vscode-xml/pull/721).
36+
* Add LemMinX binary artifacts to release tab only on new changes. See [#706](https://github.com/redhat-developer/vscode-xml/pull/706).
37+
* Automatically publish latest snapshot build on Release page. See [#656](https://github.com/redhat-developer/vscode-xml/issues/656).
38+
39+
### Other
40+
41+
* Add DCO information to `CONTRIBUTING.md`. See [#723](https://github.com/redhat-developer/vscode-xml/issues/723).
42+
* Added permission check and window error message for LemMinx binary. See [#695](https://github.com/redhat-developer/vscode-xml/pull/695).
43+
* After a tag is collapsed, the content of the entire tag cannot be deleted. See [#690](https://github.com/redhat-developer/vscode-xml/issues/690).
44+
345
## [0.20.0](https://github.com/redhat-developer/vscode-xml/milestone/28?closed=1) (March 29, 2022)
446

547
### Enhancements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dtd"
1717
],
1818
"xmlServer": {
19-
"version": "0.20.0"
19+
"version": "0.21.0"
2020
},
2121
"binaryServerDownloadUrl": {
2222
"linux": "https://github.com/redhat-developer/vscode-xml/releases/download/latest/lemminx-linux.zip",

0 commit comments

Comments
 (0)