Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 992 Bytes

changes.md

File metadata and controls

27 lines (19 loc) · 992 Bytes

Changes

1.4.0

1.3.0

  • 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 NPM prop-types module

1.2.1

  • fixed auto-complete issue on this.state caused by the 1.2.0 changes

1.2.0

  • setState now accepts Partial<T>; where T is a typedef, Partial<T> is T will all the fields made optional
  • react.React.PropTypes removed in favor of react.ReactPropTypes
  • added -D react_render_warning option