Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog for 0.27.0 #1570

Merged
merged 1 commit into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [0.27.0](https://github.com/eclipse/lemminx/milestone/43?closed=1) (August 3, 2023)

### Enhancements

* Provide a Progress support API for lemminx extension. See [#1562](https://github.com/eclipse/lemminx/issues/1562).
* Add `alignWithFirstAttr` option to `xml.format.splitAttributes` settings. See [#1560](https://github.com/eclipse/lemminx/pull/1560).
* Implement `itemDefaults` for `CompletionList`. See [#1561](https://github.com/eclipse/lemminx/issues/1561).

### Bug Fixes

* `XInclude` cannot be activated with binary mode. See [#1558](https://github.com/eclipse/lemminx/issues/1558).

### Build

* Bump JUnit version. See [#1559](https://github.com/eclipse/lemminx/pull/1559).

## [0.26.1](https://github.com/eclipse/lemminx/milestone/41?closed=1) (June 22, 2023)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lemminx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.lemminx</groupId>
<artifactId>lemminx-parent</artifactId>
<version>0.26.2-SNAPSHOT</version>
<version>0.27.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.lemminx</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lemminx</groupId>
<artifactId>lemminx-parent</artifactId>
<version>0.26.2-SNAPSHOT</version>
<version>0.27.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse LemMinX</name>
<description>LemMinX is a XML Language Server Protocol (LSP), and can be used with any editor that supports LSP, to offer an outstanding XML editing experience</description>
Expand Down