Skip to content

Commit

Permalink
CHANGELOG v7 Client side
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolas Komonen <nikolaskomonen@gmail.com>
  • Loading branch information
NikolasKomonen authored and fbricon committed Jun 11, 2019
1 parent e3b0081 commit da472b3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## [0.7.0](https://github.com/redhat-developer/vscode-xml/milestone/8?closed=1) (June 11, 2019)

### Enhancements

* Display Java runtime used to launch the server (See Output view). See [lsp4xml#415](https://github.com/angelozerr/lsp4xml/pull/415).
* Added `xml.symbols.enabled` preference, to enable/disable Document Symbols. See [#151](https://github.com/redhat-developer/vscode-xml/pull/151).
* Added `xml.java.home` preference, to set the Java path. See [#145](https://github.com/redhat-developer/vscode-xml/issues/145).
* File completion in attribute value. See [lsp4xml#345](https://github.com/angelozerr/lsp4xml/issues/345).
* Support for JRE's. See [#152](https://github.com/redhat-developer/vscode-xml/pull/152).
* Validation when editing an XML Schema. See [lsp4xml#190](https://github.com/angelozerr/lsp4xml/issues/190).
* Added XML Prolog completion in DTD files. See [lsp4xml#267](https://github.com/angelozerr/lsp4xml/issues/267).
* Ability to rename a namespace/namespace renaming improvements. See [lsp4xml#366](https://github.com/angelozerr/lsp4xml/issues/366).
* Startup time for SVG DTD file completion was too slow. See [lsp4xml#397](https://github.com/angelozerr/lsp4xml/issues/397).
* Mark element source coming from XML Schema/DTD for completion. See [lsp4xml#210](https://github.com/angelozerr/lsp4xml/issues/210).
* Added Webpack support. See [#122](https://github.com/redhat-developer/vscode-xml/issues/122).

### Bug Fixes

* Memory usage improvements. See [lsp4xml#389](https://github.com/angelozerr/lsp4xml/issues/389).
* Fix completion source crash on Windows OS. See [lsp4xml#408](https://github.com/angelozerr/lsp4xml/pull/408).
* Fix error range for `ETagRequired`. See [lsp4xml#387](https://github.com/angelozerr/lsp4xml/issues/387).
* Fix error range for `cos-all-limited.2`. See [lsp4xml#407](https://github.com/angelozerr/lsp4xml/issues/407).
* Document Symbols only returns the 1st `ATTLIST` value. See [lsp4xml#265](https://github.com/angelozerr/lsp4xml/issues/265).
* Completion in SVG DTD file proposed duplicate completions. See [#141](https://github.com/redhat-developer/vscode-xml/issues/141).
* Indentation wasn't working properly on a certain case. See [#137](https://github.com/redhat-developer/vscode-xml/issues/137).
* Fix excessive autoclose calls. See [#153](https://github.com/redhat-developer/vscode-xml/pull/153).
* Fixed formatting range issues. See [lsp4xml#76](https://github.com/angelozerr/lsp4xml/issues/76).

## [0.6.0](https://github.com/redhat-developer/vscode-xml/milestone/7?closed=1) (May 22, 2019)

### Enhancements
Expand Down

0 comments on commit da472b3

Please sign in to comment.