Preview of upcoming version with goodies from Rebolt. We are working on migrating the documentation and last pieces of the information. Meanwhile, feel free to give this one a go.
Article releted:
- Announcing Rebolt (@grabbou)
- Merging Rebolt v1 back to bs-react-native (@knowbody)
- Fix text input callbacks (@mciparelli)
- Fix
whileEditing
to use kebab case (@shritesh) - Update
bs-platform
andReasonReact
(@eldh) - Fix
WebView
event types (@Rikkiabb)
- Friendly disclaimer about missing components (@wokalski)
- Fix text input callbacks (@mciparelli)
- Fix
whileEditing
to use kebab case (@shritesh) - Update
bs-platform
andReasonReact
(@eldh) - Fix
WebView
event types (@Rikkiabb)
- Add more
WebView
bindings (@kristinns) - Add
sourceHtml
andsourceUri
inWebView
(@kristinns) - Fix README with new Styles API (@thavishp)
-Fix incorrect skew bindings (@medson10)
-Update bs-platform
(@Gregoirevda)
- Geolocation module (@mobily)
- Changed
marginTop
frominteger
tofloat
(@arthur31416) - Fix typo in CONTRIBUTING.md (@maarekj)
- Updated docs (@grsabreu) (@Gregoirevda)
- Supported orientation now takes list of orientations (@leomayleomay)
Animated.Easing.in
fix (@mcanobbio)- Missing props on
Flatlist
(@mcanobbio) - Missing props on
TouchableOpacity
(@laynor) - Missing props on
SectionList
(@bjornj12) (@johannth)
- Colors are now strings or interpolated which allows you to animate colors (@bjornj12)
- Upgrade examples following to the SDK changes (@bohdan-hulha)
- Changed margin top from integer to float (@arthur31416)
- Fix typo in CONTRIBUTING.md (@maarekj)
- Add
DatePickerAndroid
API (@tonyhb) ActionSheetIOS
— bindings (@mobily)Clipboard
— bindings (@mobily)CameraRoll
— bindings (@mobily)- Add
NetInfo
bindings (@mobily) - Add
Animated.Easing
bindings (@gilbert) - Add CI for RNTester (@mobily)
- Update
bs-platform
to2.2.0
(@flash-gordon)
- Fix section type within
renderSectionHeader
andrenderSectionFooter
(@tonyhb) (#103) - Support non-standard Platform.OS identifiers & iOS idioms (@ryanartecona) (#123)
- creating accessory type that includes section to match react-native s… (@bjornj12) (#130)
- Fix interface to
PanResponder.t
(@johannth) - TextInput (returnKeyType) (@mobily)
- Fix
mimimumZoomScale
typo (=> minimumZoomScale) (@MoOx) - Run RNTester 🎉 (@mobily)
- Make private types under TypesRN and Props public (@jamieparkinson)
- Fix
onEndReached
props onFlatList
andSectionList
(@maarekj) - Add analytic spring parameters to AnimatedRe's Spring (@jamieparkinson)
- Docs updated to Reason 3 (@Mikk36)
- Add
refmt: 3
to bsconfig to silent warning (@MarcelCutts) - Troubleshooting section in docs (@rrdelaney)
- Add
onLongPress
totouchableWithoutFeedback
(@kristinns) - Make RNEvent API public (@gunnigylfa)
- Document gotcha for
react-native-scripts
(@RobertPaul01) - Add accessibility labels to touchables (@gunnigylfa)
- Update guide
reason-react
is now a peerDependency (@arnarthor)- Namespaces (open ReactNative becomes open BsReactNative)(@arnarthor)
- New styles api (@wokalski) (@MoOx)
The style API has been changed from using polymorphic variants so things like
flexDirection(
row)are now
flexDirection(Row). It also changes stringly typed values like
padding,
margin,
height,
width, etc to have typesafe definitions like
margin(Pt(10.))or
margin(Pct(10.))`. - Modify
fontSize
to be able to animate it (@gunnigylfa) This changesfontSize(14.)
tofontSize(Float(14.))
- Bugfixes and missing props from components
- Fixing types of
maximumValue
andminimumValue
from Slider component (#79) - @Denommus - Makes
Animated.Scrollview.onScrollUpdate
useNativeScrollEvent
(#78) - @alliannas - Tab bar item bug (#84) - @wokalski
- Add missing props to
FlatList
(#83) - @arnarthor
- multiple bug fixes from (@gunnigylfa), (@kristinns) , (@wokalski)
- updates all components to be compatible with Reason React 0.2.4 thanks to (@ulrikstrid)
- several small bug fixes from @szymonzmyslony, @kristinns and (@mikkel)
- bumped
bs-platform
to1.9.1
and enabledbs-super-errors
- Initial NPM release