From cccba8f1e3547cf1621f436e0a4304a439faeb31 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 5 Apr 2016 01:32:38 +0100 Subject: [PATCH] Remove another 0.14 changelog entry for 15 RC1 release notes --- _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 932ae098..85a054ea 100644 --- a/_posts/2016-03-07-react-v15-rc1.md +++ b/_posts/2016-03-07-react-v15-rc1.md @@ -90,6 +90,5 @@ Each of these changes will continue to work as before with a new warning until t - 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. -- Add-Ons: ReactTransitionGroup now correctly handles multiple nodes being removed simultaneously. - `Object.is` is used in a number of places to compare values, which leads to fewer false positives, especially involving `NaN`. In particular, this affects the `shallowCompare` add-on. - React DOM now defaults to using DOM attributes instead of properties, which fixes a few edge case bugs. Additionally the nullification of values (ex: `href={null}`) now results in the forceful removal, no longer trying to set to the default value used by browsers in the absence of a value.