Skip to content

Commit 7891f1a

Browse files
author
pstockley
committed
Support react 15.3.2 and GWT 2.8 final release
1 parent 64b81f7 commit 7891f1a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ GWT Java bindings for React
33

44
##Introduction
55

6-
gwt-react provides Java [GWT](http://www.gwtproject.org/) bindings for [React v15.1.0](https://facebook.github.io/react/) based on the
7-
new JsInterop capabilities introduced in GWT 2.8
8-
9-
***Please note: the project currently depends on a Snapshot build of GWT 2.8 to work. Consider this project a preview. The API is highly likely to change.***
6+
gwt-react provides Java [GWT](http://www.gwtproject.org/) bindings for [React v15.3.2](https://facebook.github.io/react/) based on the new JsInterop capabilities introduced in GWT 2.8
107

118
##Prerequisites
129

@@ -25,7 +22,7 @@ You can download the latest release .jar from Maven Central using the following
2522

2623
* **groupId**    com.github.gwtreact
2724
* **artifactId**  gwt-react
28-
* **version**    0.2.0
25+
* **version**    0.3.0
2926

3027
##Documentation
3128

@@ -37,7 +34,6 @@ Once the project is stable we will be happy to except pull requests. If you find
3734

3835
##Roadmap
3936

40-
* Add facility to create factory interfaces like <code>React.DOM.xxx</code>
4137

4238
* Investigate writing an Annotation processor to create fluent prop classes
4339

@@ -47,6 +43,8 @@ Once the project is stable we will be happy to except pull requests. If you find
4743

4844
* Remove any dependencies on com.google.gwt.dom.*. Replace with Elemental 2 or something equivalent
4945

46+
* ~~Add facility to create factory interfaces like <code>React.DOM.xxx</code>~~, DONE
47+
5048
* ~~Add server implementation of Array and StringSet (to allow a JSON structure to be modelled on client/server with one class)~~, DONE
5149

5250
* ~~Investigate splitting ObjectLiteraL, Array, StringSet... into it's own project~~, DONE
@@ -63,6 +61,7 @@ Once the project is stable we will be happy to except pull requests. If you find
6361

6462
| Date | Version | Description |
6563
| :--- | :--- | :--- |
64+
| 10/28/2016 | 0.3.0 | Support react 15.3.2 and GWT 2.8 final release |
6665
| 6/18/2016 | 0.2.0 | Update to use gwt-interop-utils library |
6766
| 5/13/2016 | 0.1.0 | Initial preview release to Maven Central |
6867

0 commit comments

Comments
 (0)