Skip to content

Commit

Permalink
updated CHANGELOG for 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Chen committed Jun 22, 2021
1 parent e1b1a9b commit a36a97f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## [0.17.0](https:/redhat-developer/vscode-xml/milestone/21?closed=1) (June 24, 2021)

### Enhancements
* Added `closingBracketNewLine` formatting option. See [#508](https:/redhat-developer/vscode-xml/pull/508).
* Support workspace trust. See [#506](https:/redhat-developer/vscode-xml/issues/506).
* Optimize images size. See [#497](https:/redhat-developer/vscode-xml/pull/497).
* Better handling of failed binary downloads. See [#492](https:/redhat-developer/vscode-xml/issues/492).
* Update to vscode language client 7. See [#478](https:/redhat-developer/vscode-xml/issues/478).
* Bind XSD, DTD with CodeLens. See [#395](https:/redhat-developer/vscode-xml/issues/395).
* Added Auto Rename Tag. See [#130](https:/redhat-developer/vscode-xml/issues/130).
* Promote features of `vscode-xml` in documentation. See [#475](https:/redhat-developer/vscode-xml/issues/475).
* Upgrade `@redhat-developer/vscode-redhat-telemetry` to 0.1.1. See [#504](https:/redhat-developer/vscode-xml/issues/504).
* Support for `textDocument/selectionRange`. See [eclipse/lemminx#1021](https:/eclipse/lemminx/issues/1021).

### Bug Fixes
* Error in show reference request when using binary. See [#513](https:/redhat-developer/vscode-xml/issues/513).
* Adapt `.vscodeignore` to the new path matching strategy. See [#510](https:/redhat-developer/vscode-xml/issues/510).
* Fixed internal documentation parent directory link support. See [#499](https:/redhat-developer/vscode-xml/issues/499).
* Automatically closing tags in multi-cursor mode only closes one tag. See [#225](https:/redhat-developer/vscode-xml/issues/225).
* Bump browserslist from 4.16.3 to 4.16.6 to fix security vulnerability. See [#482](https:/redhat-developer/vscode-xml/pull/482).
* Fixed 'Go To References' in binary. See [eclipse/lemminx#1059](https:/eclipse/lemminx/pull/1059).
* CodeLens does not work in binary. See [eclipse/lemminx#1046](https:/eclipse/lemminx/issues/1046).
* Error while saving file to cache on Windows OS (PosixFileAttributeView not supported). See [eclipse/lemminx#734](https:/eclipse/lemminx/issues/734).

## [0.16.1](https:/redhat-developer/vscode-xml/milestone/20?closed=1) (May 18, 2021)

### Enhancements
Expand Down

0 comments on commit a36a97f

Please sign in to comment.