|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [0.7.0](https://github.com/redhat-developer/vscode-xml/milestone/8?closed=1) (June 11, 2019) |
| 4 | + |
| 5 | +### Enhancements |
| 6 | + |
| 7 | +* Display Java runtime used to launch the server (See Output view). See [lsp4xml#415](https://github.com/angelozerr/lsp4xml/pull/415). |
| 8 | +* Added `xml.symbols.enabled` preference, to enable/disable Document Symbols. See [#151](https://github.com/redhat-developer/vscode-xml/pull/151). |
| 9 | +* Added `xml.java.home` preference, to set the Java path. See [#145](https://github.com/redhat-developer/vscode-xml/issues/145). |
| 10 | +* File completion in attribute value. See [lsp4xml#345](https://github.com/angelozerr/lsp4xml/issues/345). |
| 11 | +* Support for JRE's. See [#152](https://github.com/redhat-developer/vscode-xml/pull/152). |
| 12 | +* Validation when editing an XML Schema. See [lsp4xml#190](https://github.com/angelozerr/lsp4xml/issues/190). |
| 13 | +* Added XML Prolog completion in DTD files. See [lsp4xml#267](https://github.com/angelozerr/lsp4xml/issues/267). |
| 14 | +* Ability to rename a namespace/namespace renaming improvements. See [lsp4xml#366](https://github.com/angelozerr/lsp4xml/issues/366). |
| 15 | +* Startup time for SVG DTD file completion was too slow. See [lsp4xml#397](https://github.com/angelozerr/lsp4xml/issues/397). |
| 16 | +* Mark element source coming from XML Schema/DTD for completion. See [lsp4xml#210](https://github.com/angelozerr/lsp4xml/issues/210). |
| 17 | +* Added Webpack support. See [#122](https://github.com/redhat-developer/vscode-xml/issues/122). |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* Memory usage improvements. See [lsp4xml#389](https://github.com/angelozerr/lsp4xml/issues/389). |
| 22 | +* Fix completion source crash on Windows OS. See [lsp4xml#408](https://github.com/angelozerr/lsp4xml/pull/408). |
| 23 | +* Fix error range for `ETagRequired`. See [lsp4xml#387](https://github.com/angelozerr/lsp4xml/issues/387). |
| 24 | +* Fix error range for `cos-all-limited.2`. See [lsp4xml#407](https://github.com/angelozerr/lsp4xml/issues/407). |
| 25 | +* Document Symbols only returns the 1st `ATTLIST` value. See [lsp4xml#265](https://github.com/angelozerr/lsp4xml/issues/265). |
| 26 | +* Completion in SVG DTD file proposed duplicate completions. See [#141](https://github.com/redhat-developer/vscode-xml/issues/141). |
| 27 | +* Indentation wasn't working properly on a certain case. See [#137](https://github.com/redhat-developer/vscode-xml/issues/137). |
| 28 | +* Fix excessive autoclose calls. See [#153](https://github.com/redhat-developer/vscode-xml/pull/153). |
| 29 | +* Fixed formatting range issues. See [lsp4xml#76](https://github.com/angelozerr/lsp4xml/issues/76). |
| 30 | + |
3 | 31 | ## [0.6.0](https://github.com/redhat-developer/vscode-xml/milestone/7?closed=1) (May 22, 2019) |
4 | 32 |
|
5 | 33 | ### Enhancements |
|
0 commit comments