Skip to content

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

0.77.4

25 Jun 10:32
Compare
Choose a tag to compare
  • Fix ScrollView onContentSizeChange params #837 by @cknitt

0.77.3

28 Apr 20:53
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Use record for separatorComponentProps #829 by @cknitt

0.77.0

20 Feb 16:56
Compare
Choose a tag to compare
  • 0.77 changes #828 by @Freddy03h
    • add display: contents style
    • add mixBlendMode and isolation styles
    • add boxSizing style
    • add outlineColor, outlineOffset, outlineStyle and outlineWidth styles

0.76.0

02 Feb 14:58
Compare
Choose a tag to compare
  • 0.76 changes #826 by @Freddy03h
    • add boxShadow and filter styles
    • update to rescript 11.1
    • remove unnecessary trailing unit

0.75.0

17 Jan 16:11
Compare
Choose a tag to compare
  • 0.75 changes #818 by Freddy03h
    • change gap, columnGap and rowGap type to size
    • change translateX and translateY transform type to size
    • remove UIManager showPopupMenu and dismissPopupMenu
    • remove PushNotificationIOS
  • Js.Promise.t -> promise #819 by @cknitt
  • Js.Dict.t -> dict #822 by @cknitt
  • Get rid of Js.t #823 by @cknitt
  • Remove deprecated functions #824 by @cknitt
  • deprecate other @obj #825 by Freddy03h

0.74.2

10 Dec 08:44
Compare
Choose a tag to compare
  • Fix transformOrigin #821 by Freddy03h
    • more precise type for transformOrigin
    • fix transformOrigin keywords not handled on array syntax

0.74.1

31 Oct 17:13
Compare
Choose a tag to compare
  • UIManager showPopupMenu and dismissPopupMenu are deprecated 6538dbb by Freddy03h

0.74.0

20 Oct 21:11
Compare
Choose a tag to compare
  • 0.74 changes #815 by Freddy03h
    • add space-evenly to align-content
    • add static to position
    • PushNotificationIOS is deprecated
  • Fix onScrollToIndexFailedParams #814 by @cknitt