-
Notifications
You must be signed in to change notification settings - Fork 47k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ship 0.13.2 #3664
Ship 0.13.2 #3664
Conversation
Let's get #3675 in too. |
Changelog seem ok @spicyj? |
#### Bug Fixes | ||
|
||
* Fixed a case where re-rendering after rendering null didn't properly pass context | ||
* Fixed a case where re-rendering after rendering null didn't properly update style |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was if you did style={null}
, right? Not if you rendered null.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah true
lgtm |
Fix the context handling when updating a rendered component.
Don't add 'px' to strokeDashoffset CSS Properties
Add scoped property to the list of DOM standard properties
Added support for the 'low', 'high', and 'optimum' attributes that are missing from the <meter> tag.
Add IE-specific 'unselectable' attribute
Fix immutability helper to check hasOwnProperty safely
Fix for style not always reset when set to null
Document new es6module flag in react-tools README
Refer to cloneElement in mutation warning
Add target option to npm readme
Update uglify dependency
check if type.prototype is object in instantiateReactComponent
Treat flexPositive, flexNegative as unitless styles
Add warning for getDefaultProps on ES6 classes
Now with a minimal blog post. Let me know if you have any comments on it. I'll probably push this out in a little bit when I get to reliable internet. |
(y) |
💥 Don't merge this, I'll fast-forward it once everything is done 💥