- Generate
displayName
for@:jsxStatic
components #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
EitherType
forsetState
#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.hydrate
method (server-side rendering) - added
@:jsxStatic
optional meta - breaking:
react.ReactPropTypes
now requires the NPMprop-types
module
- fixed auto-complete issue on
this.state
caused by the1.2.0
changes
setState
now acceptsPartial<T>
; whereT
is atypedef
,Partial<T>
isT
will all the fields made optionalreact.React.PropTypes
removed in favor ofreact.ReactPropTypes
- added
-D react_render_warning
option