Skip to content

Commit 76df6b4

Browse files
committed
solution: release v0.5.0
1 parent ce5b9a5 commit 76df6b4

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Double View - React SSR Views for Java
2-
:lib-version: 0.4.0
2+
:lib-version: 0.5.0
33

44
image:https://github.com/emeraldpay/double-view/workflows/Tests/badge.svg["Unit Tests"]
55
image:https://img.shields.io/github/license/emeraldpay/double-view.svg?maxAge=2592000["License",link="https://github.com/emeraldpay/double-view/blob/master/LICENSE"]
@@ -10,7 +10,12 @@ image:https://img.shields.io/github/license/emeraldpay/double-view.svg?maxAge=25
1010
- Almost any standard React components can be used on the server side
1111
- Server provides standard HTML rendered from the React components
1212
- This HTML can be attached to the same React code on the client side (the _Hydration_)
13-
- Compatible with Spring Web MVC and Spring WebFlux
13+
14+
15+
.Provides integration with:
16+
- Spring Web MVC
17+
- Spring WebFlux
18+
- Ktor
1419
1520
Double View allows to use standard React (and possible other JS frameworks, such as Vue) seamlessly with Java backend frameworks.
1621
Once the React View has rendered on the server (SSR) it can be "hydrated" back to the same React code on the client side and continue dynamic interaction without any change to the original React code.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ subprojects {
1919
apply plugin: "com.google.cloud.artifactregistry.gradle-plugin"
2020

2121
group = 'io.emeraldpay.doubleview'
22-
version = '0.5.0-SNAPSHOT'
22+
version = '0.5.0'
2323

2424
java {
2525
sourceCompatibility = org.gradle.api.JavaVersion.VERSION_21

doubleview-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emeraldpay/doubleview-react",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Common utilities for Doubleview in React",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)