Skip to content

Commit 303a3f3

Browse files
author
Paul Stockley
committed
Refactored to use more future proof ES6 styled stateful components and added Preact support
1 parent 9ee8bce commit 303a3f3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can download the latest release .jar from Maven Central using the following
1919

2020
* **groupId**    com.github.gwtreact
2121
* **artifactId**  gwt-react-router
22-
* **version**    0.3.0
22+
* **version**    0.4.0
2323

2424
##Roadmap
2525

@@ -30,6 +30,7 @@ You can download the latest release .jar from Maven Central using the following
3030

3131
| Date | Version | Description |
3232
| :--- | :--- | :--- |
33+
| 3/18/2017 | 0.4.0 | Refactored to use more future proof ES6 styled stateful components and added Preact support |
3334
| 6/18/2016 | 0.3.0 | Support React Router 2.4.1 and GWT 2.8 final release |
3435
| 6/18/2016 | 0.2.0 | Update to use gwt-interop-utils library |
3536
| 5/25/2016 | 0.1.1 | Fix incorrect inherits |

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'signing'
66

77
group = 'com.github.gwtreact'
88
archivesBaseName = 'gwt-react-router'
9-
version = "0.3.0"
9+
version = "0.4.0"
1010

1111
buildscript {
1212
repositories {
@@ -55,7 +55,7 @@ gwt {
5555

5656
dependencies {
5757
gwt group: 'com.github.gwtreact', name: 'gwt-interop-utils', version: '0.2.+'
58-
gwt group: 'com.github.gwtreact', name: 'gwt-react', version: '0.3.+'
58+
gwt group: 'com.github.gwtreact', name: 'gwt-react', version: '0.5.+'
5959
}
6060
}
6161

0 commit comments

Comments
 (0)