From efcced2ff0194d636b41bacb3ca8f5da86b563cd Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 5 Apr 2016 00:49:07 +0100 Subject: [PATCH] Remove 15 RC1 changelog entry that was fixed in 0.14 --- _posts/2016-03-07-react-v15-rc1.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_posts/2016-03-07-react-v15-rc1.md b/_posts/2016-03-07-react-v15-rc1.md index 3eb8fb29..932ae098 100644 --- a/_posts/2016-03-07-react-v15-rc1.md +++ b/_posts/2016-03-07-react-v15-rc1.md @@ -87,7 +87,6 @@ Each of these changes will continue to work as before with a new warning until t ### Notable bug fixes - Fixed multiple small memory leaks -- Click events are handled by React DOM more reliably in mobile browsers, particularly in Mobile Safari. - Input events are handled more reliably in IE 10 and IE 11; spurious events no longer fire when using a placeholder. - React DOM now supports the `cite` and `profile` HTML attributes. - React DOM now supports the `onAnimationStart`, `onAnimationEnd`, `onAnimationIteration`, `onTransitionEnd`, and `onInvalid` events. Support for `onLoad` has been added to `object` elements.