Releases: rescript-react-native/rescript-react-native
Releases · rescript-react-native/rescript-react-native
0.77.4
- Fix ScrollView onContentSizeChange params #837 by @cknitt
0.77.3
- Add missing props for ScrollView #834 by @Freddy03h
automaticallyAdjustKeyboardInsets
automaticallyAdjustsScrollIndicatorInsets
onScrollAnimationEnd
onScrollToTop
persistentScrollbar
invertStickyHeaders
disableIntervalMomentum
disableScrollViewPanResponder
StickyHeaderComponent
0.77.2
- Add missing props for Image and Modal #831 by @namenu
- add
resizeMultiplier
Image prop
- add
backdropColor
and navigationBarTranslucent
Modal props
0.77.0
- 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
- 0.76 changes #826 by @Freddy03h
- add
boxShadow
and filter
styles
- update to rescript 11.1
- remove unnecessary trailing unit
0.75.0
- 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
- Fix transformOrigin #821 by Freddy03h
- more precise type for transformOrigin
- fix transformOrigin keywords not handled on array syntax
0.74.1
- UIManager showPopupMenu and dismissPopupMenu are deprecated 6538dbb by Freddy03h
0.74.0
- 0.74 changes #815 by Freddy03h
- add
space-evenly
to align-content
- add
static
to position
PushNotificationIOS
is deprecated
- Fix onScrollToIndexFailedParams #814 by @cknitt