diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index f9cce825..2f6adcb0 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -171,7 +171,7 @@ jobs:
exit 1
if: ${{ steps.version-check.outputs.already-exists == 'true' }}
- name: Release
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
with:
body: Relase of version ${{ steps.project.outputs.version }}
tag_name: ${{ steps.project.outputs.version }}
diff --git a/README.md b/README.md
index 32e35ec3..8fd44798 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
![GWT3/J2CL compatible](https://img.shields.io/badge/GWT3/J2CL-compatible-brightgreen.svg)
[![Join the chat at https://gitter.im/Nalukit42/Lobby](https://badges.gitter.im/Nalukit42/Lobby.svg)](https://gitter.im/Nalukit42/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.nalukit/nalu.svg?colorB=44cc11)](https://central.sonatype.com/artifact/com.github.nalukit/nalu)
-[![Build & Deploy](https://github.com/NaluKit/nalu/actions/workflows/build.yaml/badge.svg?branch=dev)](https://github.com/NaluKit/nalu/actions/workflows/build.yaml)
+[![Build & Deploy](https://github.com/NaluKit/nalu/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/NaluKit/nalu/actions/workflows/build.yaml)
Nalu is a tiny framework that helps you to create GWT based applications quite easily. Using the HTML 5 history for routing and navigation, Nalu supports the browser's back-, forward-, and reload-button by default and without any need to implement anything.
@@ -136,12 +136,12 @@ To use Nalu add the following dependencies to your pom:
com.github.nalukit
nalu
- 2.20.0
+ 2.20.1
com.github.nalukit
nalu-processor
- 2.20.0
+ 2.20.1
provided
```
@@ -156,6 +156,7 @@ If the project uses a widget set based on **Elemental2**, **Elemento** or **Domi
com.github.nalukit
nalu-plugin-elemental2
2.10.1-gwt-2.8.2
+
```
* **GWT 2.9.0 (and newer) - SNAPSHOT**
@@ -164,6 +165,7 @@ If the project uses a widget set based on **Elemental2**, **Elemento** or **Domi
com.github.nalukit
nalu-plugin-elemental2
HEAD-SNAPSHOT
+
```
* **GWT 2.9.0 (and newer) - Release**
@@ -171,7 +173,7 @@ If the project uses a widget set based on **Elemental2**, **Elemento** or **Domi
com.github.nalukit
nalu-plugin-elemental2
- 2.20.0
+ 2.20.1
```
@@ -200,11 +202,29 @@ For Elemento there's a dedicated plugin which supports `org.jboss.gwt.elemento.c
com.github.nalukit
nalu-plugin-elemento
- 2.20.0
+ 2.20.1
```
-The **nalu-plugin-elemento** can also be used with Domino-ui.
+For Domino-UI Version 2 there's also a dedicated plugin which supports `org.dominokit.domino.ui.IsElement` as widget type:
+
+* **GWT 2.9.0 (and newer) - SNAPSHOT**
+```XML
+
+ com.github.nalukit
+ nalu-plugin-domino-v2
+ HEAD-SNAPSHOT
+
+```
+
+* **GWT 2.9.0 (and newer) - Release**
+```XML
+
+ com.github.nalukit
+ nalu-plugin-domino-v2
+ 2.20.1
+
+```
**(These plugins are ready to use with J2CL / GWT 3)**
@@ -245,12 +265,12 @@ If your project uses a widget set based on **GWT** 2.8.2 or newer, use the **Nal
com.github.nalukit
nalu-plugin-gwt
- 2.20.0
+ 2.20.1
com.github.nalukit
nalu-plugin-gwt-processor
- 2.20.0
+ 2.20.1
provided
```