- Generate
displayNamefor@:jsxStaticcomponents #86 - React 16.2: added Fragments support #87: https://reactjs.org/blog/2017/11/28/react-v16.2.0-fragment-support.html
- User overloads instead of
EitherTypeforsetState#91 - Added utility function
ReactUtil.copyWithout#96 - ReactComponent macros refactoring #97
- Travis CI
- React 16 support; React 15 is still compatible but won't support new APIs (
componentDidCatch,createPortal) - added missing
ReactDOM.hydratemethod (server-side rendering) - added
@:jsxStaticoptional meta - breaking:
react.ReactPropTypesnow requires the NPMprop-typesmodule
- fixed auto-complete issue on
this.statecaused by the1.2.0changes
setStatenow acceptsPartial<T>; whereTis atypedef,Partial<T>isTwill all the fields made optionalreact.React.PropTypesremoved in favor ofreact.ReactPropTypes- added
-D react_render_warningoption