mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Context in breaking changes too. see #1141
This commit is contained in:
@@ -145,6 +145,7 @@ Minified build for production: <a href="http://fb.me/react-with-addons-0.9.0-rc1
|
||||
<li>On mouse wheel events, <code>deltaY</code> is no longer negated</li>
|
||||
<li>When prop types validation fails, a warning is logged instead of an error thrown (with the production build of React, the type checks are now skipped for performance)</li>
|
||||
<li>On <code>input</code>, <code>select</code>, and <code>textarea</code> elements, <code>.getValue()</code> is no longer supported; use <code>.getDOMNode().value</code> instead</li>
|
||||
<li><code>this.context</code> on components is now reserved for internal use by React</li>
|
||||
</ul>
|
||||
<h4><a class="anchor" name="new-features"></a>New Features <a class="hash-link" href="#new-features">#</a></h4>
|
||||
<ul>
|
||||
|
||||
@@ -151,6 +151,7 @@ Minified build for production: <a href="http://fb.me/react-with-addons-0.9.0.min
|
||||
<li>On mouse wheel events, <code>deltaY</code> is no longer negated</li>
|
||||
<li>When prop types validation fails, a warning is logged instead of an error thrown (with the production build of React, type checks are now skipped for performance)</li>
|
||||
<li>On <code>input</code>, <code>select</code>, and <code>textarea</code> elements, <code>.getValue()</code> is no longer supported; use <code>.getDOMNode().value</code> instead</li>
|
||||
<li><code>this.context</code> on components is now reserved for internal use by React</li>
|
||||
</ul>
|
||||
<h4><a class="anchor" name="new-features"></a>New Features <a class="hash-link" href="#new-features">#</a></h4>
|
||||
<ul>
|
||||
|
||||
@@ -151,6 +151,7 @@ Minified build for production: <a href="http://fb.me/react-with-addons-0.9.0.min
|
||||
<li>On mouse wheel events, <code>deltaY</code> is no longer negated</li>
|
||||
<li>When prop types validation fails, a warning is logged instead of an error thrown (with the production build of React, type checks are now skipped for performance)</li>
|
||||
<li>On <code>input</code>, <code>select</code>, and <code>textarea</code> elements, <code>.getValue()</code> is no longer supported; use <code>.getDOMNode().value</code> instead</li>
|
||||
<li><code>this.context</code> on components is now reserved for internal use by React</li>
|
||||
</ul>
|
||||
<h4><a class="anchor" name="new-features"></a>New Features <a class="hash-link" href="#new-features">#</a></h4>
|
||||
<ul>
|
||||
@@ -280,6 +281,7 @@ Minified build for production: <a href="http://fb.me/react-with-addons-0.9.0-rc1
|
||||
<li>On mouse wheel events, <code>deltaY</code> is no longer negated</li>
|
||||
<li>When prop types validation fails, a warning is logged instead of an error thrown (with the production build of React, the type checks are now skipped for performance)</li>
|
||||
<li>On <code>input</code>, <code>select</code>, and <code>textarea</code> elements, <code>.getValue()</code> is no longer supported; use <code>.getDOMNode().value</code> instead</li>
|
||||
<li><code>this.context</code> on components is now reserved for internal use by React</li>
|
||||
</ul>
|
||||
<h4><a class="anchor" name="new-features"></a>New Features <a class="hash-link" href="#new-features">#</a></h4>
|
||||
<ul>
|
||||
|
||||
@@ -64,6 +64,7 @@ Minified build for production: <a href="http://fb.me/react-with-addons-0
|
||||
<li>On mouse wheel events, <code>deltaY</code> is no longer negated</li>
|
||||
<li>When prop types validation fails, a warning is logged instead of an error thrown (with the production build of React, type checks are now skipped for performance)</li>
|
||||
<li>On <code>input</code>, <code>select</code>, and <code>textarea</code> elements, <code>.getValue()</code> is no longer supported; use <code>.getDOMNode().value</code> instead</li>
|
||||
<li><code>this.context</code> on components is now reserved for internal use by React</li>
|
||||
</ul>
|
||||
<h4><a class="anchor" name="new-features"></a>New Features <a class="hash-link" href="#new-features">#</a></h4>
|
||||
<ul>
|
||||
@@ -192,6 +193,7 @@ Minified build for production: <a href="http://fb.me/react-with-addons-0
|
||||
<li>On mouse wheel events, <code>deltaY</code> is no longer negated</li>
|
||||
<li>When prop types validation fails, a warning is logged instead of an error thrown (with the production build of React, the type checks are now skipped for performance)</li>
|
||||
<li>On <code>input</code>, <code>select</code>, and <code>textarea</code> elements, <code>.getValue()</code> is no longer supported; use <code>.getDOMNode().value</code> instead</li>
|
||||
<li><code>this.context</code> on components is now reserved for internal use by React</li>
|
||||
</ul>
|
||||
<h4><a class="anchor" name="new-features"></a>New Features <a class="hash-link" href="#new-features">#</a></h4>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user