Browse Source

.dataTransfer not .dragTransfer

main
Ben Alpert 11 years ago
parent
commit
bfc5607f89
  1. 2
      _posts/2014-02-16-react-v0.9-rc1.md
  2. 2
      _posts/2014-02-20-react-v0.9.md

2
_posts/2014-02-16-react-v0.9-rc1.md

@ -87,7 +87,7 @@ In cases where you want to preserve the space adjacent to a newline, you can wri
- On all events, `.currentTarget` is now properly set - On all events, `.currentTarget` is now properly set
- On keyboard events, `.key` is now polyfilled in all browsers for special (non-printable) keys - On keyboard events, `.key` is now polyfilled in all browsers for special (non-printable) keys
- On clipboard events, `.clipboardData` is now polyfilled in IE - On clipboard events, `.clipboardData` is now polyfilled in IE
- On drag events, `.dragTransfer` is now present - On drag events, `.dataTransfer` is now present
- Added support for `onMouseOver` and `onMouseOut` in addition to the existing `onMouseEnter` and `onMouseLeave` events - Added support for `onMouseOver` and `onMouseOut` in addition to the existing `onMouseEnter` and `onMouseLeave` events
- Added support for `onLoad` and `onError` on `<img>` elements - Added support for `onLoad` and `onError` on `<img>` elements
- Added support for `onReset` on `<form>` elements - Added support for `onReset` on `<form>` elements

2
_posts/2014-02-20-react-v0.9.md

@ -97,7 +97,7 @@ In cases where you want to preserve the space adjacent to a newline, you can wri
- On all events, `.currentTarget` is now properly set - On all events, `.currentTarget` is now properly set
- On keyboard events, `.key` is now polyfilled in all browsers for special (non-printable) keys - On keyboard events, `.key` is now polyfilled in all browsers for special (non-printable) keys
- On clipboard events, `.clipboardData` is now polyfilled in IE - On clipboard events, `.clipboardData` is now polyfilled in IE
- On drag events, `.dragTransfer` is now present - On drag events, `.dataTransfer` is now present
- Added support for `onMouseOver` and `onMouseOut` in addition to the existing `onMouseEnter` and `onMouseLeave` events - Added support for `onMouseOver` and `onMouseOut` in addition to the existing `onMouseEnter` and `onMouseLeave` events
- Added support for `onLoad` and `onError` on `<img>` elements - Added support for `onLoad` and `onError` on `<img>` elements
- Added support for `onReset` on `<form>` elements - Added support for `onReset` on `<form>` elements

Loading…
Cancel
Save