Releases · rescript-react-native/rescript-react-native · GitHub
Skip to content

Releases: rescript-react-native/rescript-react-native

0.83.0

23 Apr 12:27

Choose a tag to compare

  • upgrade to @rescript/react@0.14.2 and react@19.2 for react-native@0.83
  • ImageBackground: add missing children prop #847 by @cknitt

0.82.1

10 Apr 18:54

Choose a tag to compare

  • revert to react 19.1 and rescript-react 0.14.1

0.82.0

10 Apr 18:44

Choose a tag to compare

  • add notUndefined attribute to Style.size type #843 by @Bushuo
  • Fixed #842 all components with record type props
  • Many bindings changes, following codex review #846
  • DOM Node APIs #844
  • upgrade to @rescript/react@0.14.2 and react@19.2 for react-native@0.82

0.81.0

04 Feb 22:02

Choose a tag to compare

  • deprecate <SafeAreView>
  • remove many deprecated @obj
  • upgrade to @rescript/react@0.14.1 and react@19.1 for react-native@0.80

0.78.1

07 Nov 15:28

Choose a tag to compare

  • add submitBehavior prop on TextInput
  • refactor View props to avoid conflict with other libs (flash-list, legend-list)

0.78.0

15 Aug 13:34

Choose a tag to compare

  • upgrade to @rescript/react@0.14 and react@19 for react-native@0.78

0.77.4

25 Jun 10:32

Choose a tag to compare

  • Fix ScrollView onContentSizeChange params #837 by @cknitt

0.77.3

28 Apr 20:53

Choose a tag to compare

  • Add missing props for ScrollView #834 by @Freddy03h
    • automaticallyAdjustKeyboardInsets
    • automaticallyAdjustsScrollIndicatorInsets
    • onScrollAnimationEnd
    • onScrollToTop
    • persistentScrollbar
    • invertStickyHeaders
    • disableIntervalMomentum
    • disableScrollViewPanResponder
    • StickyHeaderComponent

0.77.2

14 Mar 10:13

Choose a tag to compare

  • Add missing props for Image and Modal #831 by @namenu
    • add resizeMultiplier Image prop
    • add backdropColor and navigationBarTranslucent Modal props

0.77.1

05 Mar 15:30

Choose a tag to compare

  • Use record for separatorComponentProps #829 by @cknitt