Skip to content

v0.6.1

Compare
Choose a tag to compare
@shadaj shadaj released this 18 Apr 22:39

Highlights 🎉

  • Allow SetStateHookCallback to be used as plain functions through an implicit conversion PR #268
  • Allow React.memo to specify a custom compare function PR #260
  • New facades for React Native: SafeAreaView, TouchableHighlight, TouchableOpacity, and Platform PR #214

Bug Fixes

  • Allow component defined in a functional component to have any access control PR #262
  • Fix incorrect typing of SyntheticMouseEvent.clientX PR #261