v0.6.3
Highlights 🎉
- Improve experience using
ReactElement
s within first-order types such as Map and List PR #285 - Support React Native's Keyboard API PR #293
Bug Fixes
- Fix crashes when calling
setState
on a component withProps
set to some subtype ofFunction1
PR #295 - Support
useCallback
with a function that takes arguments PR #290 - Fix false warnings on
@react
classes if-Ywarn-value-discard
scalac option was used PR #296 - Update the IntelliJ support plugin to be compatible with IntelliJ 2019.2 PR #297