Skip to content

Commit f7f8672

Browse files
committed
0.13.0 release notes
1 parent de5e3d2 commit f7f8672

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

RELEASE_NOTES.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@ This page describes the noteworthy improvements provided by each release of Ecli
55

66
### Next release...
77

8+
## 0.13.0
9+
10+
## 0.13.0
11+
12+
* 📅 Release Date: September 23rd, 2021
13+
* All changes: https://github.com/eclipse/wildwebdeveloper/compare/0.12.0...0.13.0
14+
15+
#### Fix XML catalog in case of schemas provided by plugins
16+
17+
The catalog now properly resolve schemas that were installed in WebTools from plugins. Under the hood, the `platform:/...` URIs are now resolved to `file:/...` URIs that the language server can understand.
18+
19+
This should allow better integration with WebTools catalog, and the multiple schemas provided by plugins like Java/Jakarta EE support.
20+
21+
#### IDE package for macos/aarch64
22+
23+
You can now find in the download area an IDE package dedicated to macos with aarch64 (M1) processors. This should perform more efficiently than the macos/x86_64 package on newer machines.
24+
25+
#### Use LemMinX 0.18.0
26+
27+
XML support was updated to use LemMinX 0.18.0 (was 0.16.2). As a consequence, plugins providing extension for Wild Web Developer XML support should consider moving their requirements to LemMinX 0.18 and `org.eclipse.wildwebdeveloper.xml` 0.13.0.
28+
29+
#### Other updates
30+
31+
* Node is now in version 14.17.1
32+
* Most npm-based language servers were updated to their latest release
33+
34+
35+
### Previous releases...
36+
837
## 0.12.0
938

1039
* 📅 Release Date: June 21st, 2021
@@ -14,8 +43,6 @@ This page describes the noteworthy improvements provided by each release of Ecli
1443

1544
XML support was updated to use LemMinX 0.16.2 (was 0.15.0). As a consequence, plugins providing extension for Wild Web Developer XML support should consider moving their requirements to LemMinX 0.16 and `org.eclipse.wildwebdeveloper.xml` 0.12.0.
1645

17-
### Previous releases...
18-
1946
## 0.11.6
2047

2148
* 📅 Release Date: March 29th, 2021

org.eclipse.wildwebdeveloper.xml/schema/lemminxExtension.exsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Jars can be contributed as an extension resource (by pointing to the path of the
145145
<p>
146146
See https://github.com/redhat-developer/vscode-xml#custom-xml-extensions for more information.
147147
</p>
148-
<p>Since 0.9.0, this extension points uses LemMinX 0.12.0, whose extension API is <b>not<b> backward-compatible with 0.11.0. So you may need to update your extension to newer LemMinX for your extension to work with newer Wild Web Developer.</p>
148+
<p>This extension points uses LemMinX 0.18.0, whose extension API is <b>not<b> backward-compatible prior releases. So you may need to update your extension to newer LemMinX for your extension to work with newer Wild Web Developer.</p>
149149

150150
<p>
151151
In order to provide jars to the XML LS programmatically, contributing extensions must implement the <b>LemminxClasspathExtensionProvider</b> interface.

0 commit comments

Comments
 (0)