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
Reference: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html
Replace -> With
react-addons-transition-group -> react-transition-group/TransitionGroup
react-addons-css-transition-group -> react-transition-group/CSSTransitionGroup
react-addons-update -> immutability-helper
react-addons-test-utils -> react-dom/test-utils
Prebundle new addons
Update generator to extracted proptypes and ES6 export
Include react-create-class in generator for non-es6
Update test fixtures to use createReactClass
Replace therubyracer with mini_racer
The ruby racer pegged libV8 to V3 which is too old for 'Set' which is
now standard in JS. The ruby racer therefore cannot be supported this
gem.
Update README on PropType
React is compiled away in JSX transformer using Import syntax
Update javascript driver to headless chrome
Update travis to remove phantom
Replace React.DOM with React.createElement
Stop checking for reactid as createElement doesnt make one
React.DOM used reactid but createElement does not
https://reactjs.org/blog/2016/03/07/react-v15-rc1.html#documentcreateelement-is-in-and-data-reactid-is-out
Give Webpacker ES6 import always
0 commit comments