Skip to content

Commit b21c996

Browse files
dkwon17fbricon
authored andcommitted
Update CHANGELOG for 0.12.0 with additional lemminx issues
Signed-off-by: David Kwon <[email protected]>
1 parent 38ba7fa commit b21c996

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Improve formatting for processing instructions. See [#240](https://github.com/redhat-developer/vscode-xml/issues/240)
1111
* Provide `xml.symbols.maxItemsComputed` setting for outline. See [#237](https://github.com/redhat-developer/vscode-xml/issues/237)
1212
* Formatter expand/collapse/ignore empty XML tags. See [#219](https://github.com/redhat-developer/vscode-xml/issues/219)
13-
* Completion for xsd:enumeration inside of text node. See [#218](https://github.com/redhat-developer/vscode-xml/issues/218)
13+
* Completion for `xsd:enumeration` inside of text node. See [#218](https://github.com/redhat-developer/vscode-xml/issues/218)
1414
* Formatting of newlines at EOF. See [#196](https://github.com/redhat-developer/vscode-xml/issues/196)
1515
* Disable cdata autocompletion when typing period. See [#179](https://github.com/redhat-developer/vscode-xml/issues/179)
1616
* Provide more server/build info on startup. See [lemminx#755](https://github.com/eclipse/lemminx/pull/755)
@@ -23,6 +23,17 @@
2323
* Create hyperlink to DTD source on hover. See [lemminx#693](https://github.com/eclipse/lemminx/issues/693)
2424
* Add support for `textDocument/documentLink` for xs:include/schemaLocation. See [#689](https://github.com/eclipse/lemminx/issues/689)
2525
* Validate XML with DTD/XML Schema by using xml-model. See [lemminx#688](https://github.com/eclipse/lemminx/pull/688)
26+
* Remove spacing when formatting processing instruction. See [lemminx#670](https://github.com/eclipse/lemminx/pull/670)
27+
* Hover for referenced entities. See [lemminx#663](https://github.com/eclipse/lemminx/issues/663)
28+
* Completion for external declared entity. See [lemminx#660](https://github.com/eclipse/lemminx/issues/660)
29+
* Insert final newline depending on lsp4j formatting settings. See [lemminx#649](https://github.com/eclipse/lemminx/pull/649)
30+
* Hyperlink to open declared DTD files. See [lemminx#641](https://github.com/eclipse/lemminx/issues/641)
31+
* Manage snippet registry to write snippet in JSON. Adds new snippets. See [lemminx#640](https://github.com/eclipse/lemminx/issues/640)
32+
* Separate xsd:documentation and xsd:appinfo contents on hover and completion. See [lemminx#630](https://github.com/eclipse/lemminx/issues/630)
33+
* Find definition for locally declared entity. See [lemminx#625](https://github.com/eclipse/lemminx/issues/625)
34+
* CodeActions for RootElementTypeMustMatchDoctypedecl. See [lemminx#561](https://github.com/eclipse/lemminx/issues/561)
35+
* CodeAction for EntityNotDeclared. See [lemminx#532](https://github.com/eclipse/lemminx/issues/532)
36+
* Completion for locally declared entity. See [lemminx#520](https://github.com/eclipse/lemminx/issues/520)
2637

2738
### Bug Fixes
2839

@@ -42,7 +53,13 @@
4253
* Fix cache result of external grammar info. See [lemminx#696](https://github.com/eclipse/lemminx/pull/696)
4354
* Read the cached XSD, DTD grammar file with lazy mode. See [lemminx#687](https://github.com/eclipse/lemminx/pull/687)
4455
* NPE with Codelens in empty XSD file. See [lemminx#684](https://github.com/eclipse/lemminx/issues/684)
56+
* Range formatting inserts `<null>` when formatting inside DOCTYPE element. See [lemminx#682](https://github.com/eclipse/lemminx/issues/682)
57+
* NPE in ContentModelCodeActionParticipant.doCodeAction#L47. See [lemminx#671](https://github.com/eclipse/lemminx/issues/671)
58+
* Fix error range for `SemicolonRequiredInReference`. See [lemminx#664](https://github.com/eclipse/lemminx/issues/664)
59+
* Don't generate end element on apply completion if it exists. See [lemminx#651](https://github.com/eclipse/lemminx/issues/651)
60+
* Quickfix to close open tag doesn't deal with attributes. See [lemminx#646](https://github.com/eclipse/lemminx/issues/646)
4561
* NPE with TypeDefinition. See [lemminx#629](https://github.com/eclipse/lemminx/issues/629)
62+
* MSG_ATTRIBUTE_NOT_DECLARED must highlight attribute name instead of attribute value. See [lemminx#623](https://github.com/eclipse/lemminx/pull/634)
4663

4764
### Build
4865

0 commit comments

Comments
 (0)