From f3f308ffaf23b98d2cf0ea34d7065a690a6560da Mon Sep 17 00:00:00 2001 From: Circle CI Date: Wed, 14 Jun 2017 16:18:51 -0700 Subject: [PATCH] Rebuild website --- blog/2017/06/13/react-v15.6.0.html | 11 +++++++++++ blog/index.html | 11 +++++++++++ docs/animation.html | 2 +- feed.xml | 11 +++++++++++ 4 files changed, 34 insertions(+), 1 deletion(-) diff --git a/blog/2017/06/13/react-v15.6.0.html b/blog/2017/06/13/react-v15.6.0.html index 53e48c153d..75664d647c 100644 --- a/blog/2017/06/13/react-v15.6.0.html +++ b/blog/2017/06/13/react-v15.6.0.html @@ -180,6 +180,17 @@ Minified build for production: @chrisui in #9451) +

React Addons

+ + + diff --git a/blog/index.html b/blog/index.html index 996632c69a..52387e0dac 100644 --- a/blog/index.html +++ b/blog/index.html @@ -210,6 +210,17 @@ Minified build for production: @chrisui in #9451) +

React Addons

+ + + diff --git a/docs/animation.html b/docs/animation.html index 7d1b35fa26..d92bbd8588 100644 --- a/docs/animation.html +++ b/docs/animation.html @@ -81,7 +81,7 @@

Note:

-

ReactTransitionGroup and ReactCSSTransitionGroup are both deprecated as of React v15.5.0. The recommendation is to use TransitionGroup and CSSTransitionGroup from react-transition-group instead.

+

ReactTransitionGroup and ReactCSSTransitionGroup have been moved to the react-transition-group package that is maintained by the community. Its 1.x branch is completely API-compatible with the existing addons. Please file bugs and feature requests in the new repository.

The ReactTransitionGroup add-on component is a low-level API for animation, and ReactCSSTransitionGroup is an add-on component for easily implementing basic CSS animations and transitions.

diff --git a/feed.xml b/feed.xml index 787306cc9e..d4349fb646 100644 --- a/feed.xml +++ b/feed.xml @@ -91,6 +91,17 @@ Minified build for production: <a href="https://unpkg.com/react-dom@15.6 <li>Fix bug where controlled number input mistakenly allowed period. (<a href="https://github.com/nhunzaker">@nhunzaker</a> in <a href="https://github.com/facebook/react/pull/9584">#9584</a>)</li> <li>Fix bug where performance entries were being cleared. (<a href="https://github.com/chrisui">@chrisui</a> in <a href="https://github.com/facebook/react/pull/9451">#9451</a>)</li> </ul> + +<h3>React Addons</h3> + +<ul> +<li>Fix AMD support for addons depending on <code>react</code>. (<a href="https://github.com/flarnie">@flarnie</a> in <a href="https://github.com/facebook/react/issues/9919">#9919</a>)</li> +<li>Fix <code>isMounted()</code> to return <code>true</code> in <code>componentWillUnmount</code>. (<a href="https://github.com/mridgway">@mridgway</a> in <a href="https://github.com/facebook/react/issues/9638">#9638</a>)</li> +<li>Fix <code>react-addons-update</code> to not depend on native <code>Object.assign</code>. (<a href="https://github.com/gaearon">@gaearon</a> in <a href="https://github.com/facebook/react/pull/9937">#9937</a>)</li> +<li>Remove broken Google Closure Compiler annotation from <code>create-react-class</code>. (<a href="https://github.com/gaearon">@gaearon</a> in <a href="https://github.com/facebook/react/pull/9933">#9933</a>)</li> +<li>Remove unnecessary dependency from <code>react-linked-input</code>. (<a href="https://github.com/gaearon">@gaearon</a> in <a href="https://github.com/facebook/react/pull/9766">#9766</a>)</li> +<li>Point <code>react-addons-(css-)transition-group</code> to the new package. (<a href="https://github.com/gaearon">@gaearon</a> in <a href="https://github.com/facebook/react/pull/9937">#9937</a>)</li> +</ul> 2017-06-13T00:00:00-07:00 https://facebook.github.io/react/blog/2017/06/13/react-v15.6.0.html