From fe8ec06af92360b5fcf97dcba21906732d2fd039 Mon Sep 17 00:00:00 2001 From: Christian Alfoni Date: Sun, 12 Apr 2015 13:23:28 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4744bb6..a4ebcef 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A form input builder and validator for React JS ## Running with React 0.13.x In development you will get a warning about Formsy overriding `props`. This is due to a change in the React API. A new solution has been developed for next Formsy release, though it will not be available until React 0.14.0 is ready. So please just ignore the warning for now and when React 0.14.0 is here, they will be gone! +[Read more about Formsy release v1.0.0](https://github.com/christianalfoni/formsy-react/issues/83) + - [Background](#background) - [What you can do](#whatyoucando) - [Install](#install)