-
Notifications
You must be signed in to change notification settings - Fork 46.9k
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
Changelog for 16.5.0 #13571
Changelog for 16.5.0 #13571
Conversation
❤️ |
Details of bundled changes.Comparing: bb62722...241dde8 schedule
Generated by 🚫 dangerJS |
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.
Could not find any obvious issues. 🚢
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.
🎉
Going to cut tomorrow morning |
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.
Nice, 🎉
awesome! 🎉
|
…event support, new in v16.5 - facebook/react#11571 adds auxClick - facebook/react#13571 for v16.5
FYI I just merged bugfix #13572 Low risk. Worth including in 16.5 IMO. |
😂🎉🎉 |
❤️ |
Very Nice 🎉 |
There is a misspelling of
|
Send a PR :-) |
👍 #13663 |
all good ! |
16.5.0 (September 6, 2018)
React
React.forwardRef
render function doesn't take exactly two arguments (@bvaughn in #13168)createElement
by mistake (@DCtheTall in #13131)React DOM
react-dom/profiling
entry point alias for profiling in production (@bvaughn in #13570)onAuxClick
event for browsers that support it (@jquense in #11571)movementX
andmovementY
fields to mouse events (@jasonwilliams in #9018)tangentialPressure
andtwist
fields to pointer events (@motiz88 in #13374)focusable
SVG attribute (@gaearon in #13339)<noscript>
on the client when when hydrating (@Ephem in #13537)gridArea
to be treated as a unitless CSS property (@mgol in #13550)compositionend
event when typing Korean on IE11 (@robbertbrak in #10217)children
in the<option>
tag (@Slowyn in #13261, @gaearon in #13465)checked
attribute not getting initially set on theinput
(@dilidili in #13114)dangerousSetInnerHTML
when__html
is not a string (@gaearon in #13353)onChange
to fire on falsy values too (@nicolevy in #12628)submit
andreset
buttons getting an empty label (@ellsclytn in #12780)onSelect
event not being triggered after drag and drop (@gaearon in #13422)onClick
event not working inside a portal on iOS (@aweary in #11927)onChange
to not fire in some cases (@gaearon in #13423)"false"
or"true"
is the value of a boolean DOM prop (@motiz88 in #13372)this.state
is initialized toprops
(@veekas in #11658)style
on hydration in IE due to noisy false positives (@mgol in #13534)StrictMode
in the component stack (@gaearon in #13240)window.event
in IE (@ConradIrwin in #11696)folder/index.js
naming convention (@gaearon in #12059)getDerivedStateFromProps
without initialized state (@flxwu in #13317)<webview>
tag without warnings (@philipp-spiess in #13301)e.preventDefault()
was called (@gaearon in #13384)unstable_deferredUpdates
in favor ofunstable_scheduleWork
fromschedule
(@gaearon in #13488)React DOM Server
dangerouslySetInnerHtml
in a selected<option>
(@mridgway in #13078)setTimeout
is missing (@dustinsoftware in #13088)React Test Renderer and Test Utils
this
in a functional component for shallow renderer to beundefined
(@koba04 in #13144)ReactTestUtils.mockComponent()
helper (@bvaughn in #13193)ReactDOM.createPortal
usage within the test renderer (@bvaughn in #12895)React ART
Schedule (Experimental)