We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39caf50 commit e8920a5Copy full SHA for e8920a5
doc/CHANGELOG-0.10.md
@@ -250,6 +250,7 @@
250
onto components. This means we can keep the convenient `getDOMNode()` and in future mirror the conditions that
251
React applies (eg. `getDOMNode()` works with the `react-dom` module only).
252
* Add `FunctionalComponent`, a new type of component which is a thinly-wrapped, pure `P => ReactElement`.
253
+ * `React.initializeTouchEvents` is no longer necessary and has been removed completely. Touch events now work automatically.
254
255
* Smaller stuff:
256
0 commit comments