You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version is covered by your current version range and after updating it in your project the build failed.
As react-addons-test-utils is “only” a peerDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this 💪
Status Details
❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Release Notesv15.6.0
15.6.0 (June 13, 2017)
React
Downgrade deprecation warnings to use console.warn instead of console.error. (@flarnie in #9753)
Add a deprecation warning for React.createClass. Points users to create-react-class instead. (@flarnie in #9771)
Add deprecation warnings and separate module for React.DOM factory helpers. (@nhunzaker in #8356)
Warn for deprecation of React.createMixin helper, which was never used. (@aweary in #8853)
React DOM
Add support for CSS variables in style attribute. (@aweary in #9302)
Add support for CSS Grid style properties. (@ericsakmar in #9185)
Fix bug where inputs mutated value on type conversion. (@nhunzaker in #9806)
Fix issues with onChange not firing properly for some inputs. (@jquense in #8575)
Fix bug where controlled number input mistakenly allowed period. (@nhunzaker in #9584)
Fix bug where performance entries were being cleared. (@chrisui in #9451)
React Addons
Fix AMD support for addons depending on react. (@flarnie in #9919)
Fix isMounted() to return true in componentWillUnmount. (@mridgway in #9638)
Fix react-addons-update to not depend on native Object.assign. (@gaearon in #9937)
Remove broken Google Closure Compiler annotation from create-react-class. (@gaearon in #9933)
Remove unnecessary dependency from react-linked-input. (@gaearon in #9766)
Point react-addons-(css-)transition-group to the new package. (@gaearon in #9937)
After pinning to 15.5.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Version 15.6.0 of react-addons-test-utils just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As react-addons-test-utils is “only” a peerDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this 💪
Status Details
Release Notes
v15.6.015.6.0 (June 13, 2017)
React
console.warn
instead ofconsole.error
. (@flarnie in #9753)React.createClass
. Points users tocreate-react-class
instead. (@flarnie in #9771)React.DOM
factory helpers. (@nhunzaker in #8356)React.createMixin
helper, which was never used. (@aweary in #8853)React DOM
style
attribute. (@aweary in #9302)onChange
not firing properly for some inputs. (@jquense in #8575)React Addons
react
. (@flarnie in #9919)isMounted()
to returntrue
incomponentWillUnmount
. (@mridgway in #9638)react-addons-update
to not depend on nativeObject.assign
. (@gaearon in #9937)create-react-class
. (@gaearon in #9933)react-linked-input
. (@gaearon in #9766)react-addons-(css-)transition-group
to the new package. (@gaearon in #9937)Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: