Skip to content

Commit d1a3be9

Browse files
committed
LemMinX 0.21.0
1 parent a094094 commit d1a3be9

File tree

7 files changed

+17
-7
lines changed

7 files changed

+17
-7
lines changed

RELEASE_NOTES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
This page describes the noteworthy improvements provided by each release of Eclipse Wild Web Developer.
44

5+
## Next release: 0.15.0
6+
7+
* 📅 Release Date: ? 2022
8+
* All changes: https://github.com/eclipse/wildwebdeveloper/compare/0.13.6...master
9+
10+
#### Incompatibility: LemMinX 0.21.0
11+
12+
Wild Web Developer now includes LemMinX 0.21.0. This version has some API change that may break existing extensions. So if you do include a LemMinX extension via Wild Web Developer extension point, your extension will be likely failing. Remediation to to update your LemMinX extension to use LemMinX 0.21.0 and then include this new version of your extension in your Wild Web Developer extension plugin.
13+
14+
515
## 0.13.6
616

717
* 📅 Release Date: July 7th 2022

org.eclipse.wildwebdeveloper.xml.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.eclipse.wildwebdeveloper.xml.feature"
44
label="%name"
5-
version="0.14.0.qualifier"
5+
version="0.15.0.qualifier"
66
provider-name="Eclipse Wild Web Developer project"
77
license-feature="org.eclipse.license"
88
license-feature-version="0.0.0">

org.eclipse.wildwebdeveloper.xml.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>0.5.0-SNAPSHOT</version>
88
</parent>
99
<packaging>eclipse-feature</packaging>
10-
<version>0.14.0-SNAPSHOT</version>
10+
<version>0.15.0-SNAPSHOT</version>
1111
<build>
1212
<plugins>
1313
<plugin>

org.eclipse.wildwebdeveloper.xml/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.wildwebdeveloper.xml;singleton:=true
5-
Bundle-Version: 0.13.5.qualifier
5+
Bundle-Version: 0.15.0.qualifier
66
Bundle-Vendor: %providerName
77
Bundle-Localization: plugin
88
Automatic-Module-Name: org.eclipse.wildwebdeveloper.xml

org.eclipse.wildwebdeveloper.xml/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>0.5.0-SNAPSHOT</version>
88
</parent>
99
<packaging>eclipse-plugin</packaging>
10-
<version>0.13.5-SNAPSHOT</version>
10+
<version>0.15.0-SNAPSHOT</version>
1111

1212
<build>
1313
<plugins>
@@ -40,7 +40,7 @@
4040
<groupId>org.eclipse.lemminx</groupId>
4141
<artifactId>org.eclipse.lemminx</artifactId>
4242
<!-- Bumping to version with API breakage needs to bump bundle version at least by +0.1.0 -->
43-
<version>0.19.1</version>
43+
<version>0.21.0</version>
4444
<!-- classifier:uber includes all dependencies -->
4545
<classifier>uber</classifier>
4646
</artifactItem>

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
&lt;p&gt;
146146
See https://github.com/redhat-developer/vscode-xml#custom-xml-extensions for more information.
147147
&lt;/p&gt;
148-
&lt;p&gt;This extension points uses LemMinX 0.18.0, whose extension API is &lt;b&gt;not&lt;b&gt; 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.&lt;/p&gt;
148+
&lt;p&gt;This extension points uses LemMinX 0.21.0, whose extension API is &lt;b&gt;not&lt;b&gt; 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.&lt;/p&gt;
149149

150150
&lt;p&gt;
151151
In order to provide jars to the XML LS programmatically, contributing extensions must implement the &lt;b&gt;LemminxClasspathExtensionProvider&lt;/b&gt; interface.

repository/epp.product

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<product name="Eclipse IDE for JavaScript and Web Developers" uid="org.eclipse.wildwebdeveloper.product" id="org.eclipse.wildwebdeveloper.product.branding.product" application="org.eclipse.ui.ide.workbench" version="0.14.0.qualifier" useFeatures="true" includeLaunchers="true" autoIncludeRequirements="true">
4+
<product name="Eclipse IDE for JavaScript and Web Developers" uid="org.eclipse.wildwebdeveloper.product" id="org.eclipse.wildwebdeveloper.product.branding.product" application="org.eclipse.ui.ide.workbench" version="0.15.0.qualifier" useFeatures="true" includeLaunchers="true" autoIncludeRequirements="true">
55

66
<aboutInfo>
77
<image path="/org.eclipse.wildwebdeveloper.product.branding.product/eclipse_lg.png"/>

0 commit comments

Comments
 (0)