Skip to content

Commit

Permalink
Update 0.87.0 changelog with React.lazy and React.memo
Browse files Browse the repository at this point in the history
Reviewed By: gabelevi, pakoito

Differential Revision: D13217025

fbshipit-source-id: af6f93077fb5b457b2e2fc516f583dc0fb4df776
  • Loading branch information
panagosg7 authored and facebook-github-bot committed Nov 27, 2018
1 parent f4c9ad9 commit 3d68efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Library definition changes:
* Added flow definitions for React hooks.
* Added a `calculateChangedBits` parameter to the `React.createContext` definition.
* Added `React.ConcurrentMode` and `React.StrictMode` definitions.
* Added `React.lazy` and `React.memo` definitions.

Parser:
* Refactored flowconfig option parsing into a list of parsers.
Expand Down

2 comments on commit 3d68efc

@TrySound
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@panagosg7 Can this also go in this release? Forwarding refs is quite wanted feature.
#6510

@panagosg7
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @TrySound! I'm afraid #6510 hasn't been merged to master and AFAIK @jbrown215 is working on this as well. This release is overdue at this point, so I won't be picking any further commits, but this should be addressed in one of the coming releases. The only reason this one got delayed was to fix an exception thrown on try-Flow.

Please sign in to comment.