Skip to content

Commit 0561e99

Browse files
author
pstockley
committed
Support React Router 2.4.1 and GWT 2.8 final release
1 parent 6450261 commit 0561e99

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ GWT Java bindings for React Router
44
##Introduction
55

66
gwt-react-router provides Java [GWT](http://www.gwtproject.org/) bindings based on the
7-
new JsInterop capabilities introduced in GWT 2.8 for [react-router 2.3.0](https://github.com/reactjs/react-router)
7+
new JsInterop capabilities introduced in GWT 2.8 for [react-router 2.4.1](https://github.com/reactjs/react-router)
88

99
This project depends on [gwt-react](https://github.com/GWTReact/gwt-react)
1010

11-
***Please note: the project currently only works with a Snapshot build of GWT 2.8. Consider this project a preview. The API is only partially complete at this point and is highly likely to change.***
11+
***Consider this project a preview. The API is only partially complete at this point and is highly likely to change.***
1212

1313
##Getting Started
1414

@@ -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.2.0
22+
* **version**    0.3.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+
| 6/18/2016 | 0.3.0 | Support React Router 2.4.1 and GWT 2.8 final release |
3334
| 6/18/2016 | 0.2.0 | Update to use gwt-interop-utils library |
3435
| 5/25/2016 | 0.1.1 | Fix incorrect inherits |
3536
| 5/13/2016 | 0.1.0 | Initial preview release to Maven Central |

0 commit comments

Comments
 (0)