Skip to content

Commit

Permalink
Changelog for 0.27.0
Browse files Browse the repository at this point in the history
- Set XML language server to upcoming 0.28.0 release

Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber authored and datho7561 committed May 27, 2024
1 parent b14c064 commit f9e408d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Change Log

## [0.27.0](https://github.com/redhat-developer/vscode-xml/milestone/36?closed=1) (May 27, 2024)

### Enhancements

* Setting to specify which attributes should be treated as filepaths for the purpose of editor features. See [#945](https://github.com/redhat-developer/vscode-xml/issues/945).
* Align XML attributes when formatting. See [#272](https://github.com/redhat-developer/vscode-xml/issues/272).
* Provide a Progress support API for LemMinX extension. See [eclipse/lemminx#1562](https://github.com/eclipse/lemminx/issues/1562).
* Reduce size of completion items by implementing `itemDefaults` for `CompletionList`. See [eclipse/lemminx#1561](https://github.com/eclipse/lemminx/issues/1561).

### Bug Fixes

* `OpenQuoteExpected` error for `ATTLIST` breaks DTD validation. See [#943](https://github.com/redhat-developer/vscode-xml/issues/943).
* Error range for `src-annotation`. See [eclipse/lemminx#1276](https://github.com/eclipse/lemminx/issues/1276).
* XML support crashes when workspace folders are empty. See [#940](https://github.com/redhat-developer/vscode-xml/issues/940).
* "Surround" Commands are not shown in the Command Palette. See [#923](https://github.com/redhat-developer/vscode-xml/issues/923).
* `XInclude` cannot be activated with binary mode. See [#922](https://github.com/redhat-developer/vscode-xml/issues/922).
* Error when booting extension on Mac Silicon. See [#974](https://github.com/redhat-developer/vscode-xml/issues/974).
* Update @redhat-developer/vscode-redhat-telemetry to 0.8.0. See [#995](https://github.com/redhat-developer/vscode-xml/pull/995).
* Clarify source of indentation in documentation. See [#902](https://github.com/redhat-developer/vscode-xml/issues/902).

### Build

* Update GH Actions release workflow, and automate pre-releases. See [#933](https://github.com/redhat-developer/vscode-xml/pull/933).
* Add support for LemMinX binary natively on MacOS aarch64. See [#898](https://github.com/redhat-developer/vscode-xml/issues/898).
* Add support for Alpine Linux. See [#986](https://github.com/redhat-developer/vscode-xml/issues/986).
* Update to Node 18. See [#928](https://github.com/redhat-developer/vscode-xml/issues/928).

## [0.26.1](https://github.com/redhat-developer/vscode-xml/milestone/35?closed=1) (July 12, 2023)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-xml",
"displayName": "XML",
"description": "XML Language Support by Red Hat",
"version": "0.26.2",
"version": "0.27.0",
"author": "Red Hat",
"publisher": "redhat",
"icon": "icons/icon128.png",
Expand All @@ -22,7 +22,7 @@
"SVG"
],
"xmlServer": {
"version": "0.26.1"
"version": "0.28.0"
},
"binaryServerDownloadUrl": {
"linux": "https://github.com/redhat-developer/vscode-xml/releases/download/latest/lemminx-linux.zip",
Expand Down

0 comments on commit f9e408d

Please sign in to comment.