Skip to content

Latest commit

 

History

History
487 lines (468 loc) · 26 KB

CHANGELOG.md

File metadata and controls

487 lines (468 loc) · 26 KB
  • #162: Important Deprecations

    These deprecations are being put in place to prepare consumers for the upcoming 5.0.0 release which will include support for React JS version 16.x

    • react_server.dart and Dart VM server-side rendering
      • Server-side rendering via react_dom_server.dart, though untested, is still in place
    • Legacy context APIs
    • isMounted
    • react_test_utils.SimulateNative
    • String Component.refs
    • Component.replaceStates
    • Component.bind
    • Component.transferComponentState
  • #155: Clean the lint trap.

  • #152: Format all files using dartfmt.
  • #153: New unconvertJsProps utility function.
  • Improvement: Dart 2 compatible!