6.0.3
August 14, 2018 ยท View on GitHub
- Warnings removed
- SafeAreaView fixed to use correct class (
@miuirussia)
6.0.1
- Tag
ScrollViewref type withScrollableand use same type forrefprop as React 6 does
6.0.0
- Upgrade to PS 0.12.0 and React 6.0.0 (
@jvliwanag)
5.0.1
- Upgrade dependencies and add LICENSE
5.0.0
- Upgrade to latest purescript-react
- Remove navigation components which no longer exist
- Remove dependency of purescript-records in favour of reactnative
Optionalclass
4.0.1
- Edit README doc about platform specific props
Fixes
- Picker
onValueChangedidn't return a record. (@alexanderobi)
4.0.0
Breaking changes
- Use
Subrowfrom purescript-records for optional properties - Rename
SectionIndexandRowIndextoSectionIdandRowId
3.0.1
ProgressBarAndroidsupport (@NicholasAaronBrady)- Hello world example docs (
@NicholasAaronBrady)
3.0.0
- Purescript 0.11 support (Don Abrams
@donabrams) Modalsupport (@NicholasAaronBrady)- Stop using RN version numbering
2.42.0
Breaking change
keyboardShouldPersistTapsfor ScrollView is now an enum instead of a boolean (@sectore)
2.39.0
New
NavigatorIOS(Jens Krause@sectore)
Breaking changes
exitApinow returns anEff- Fix name of
touchableHighlight- wastouchableHilight(Jens Krause@sectore) - Moved
touchableNativeFeedbackto it's own module and fixed it so it won't break on iOS (Jens Krause@sectore)
1.0.0
New
- Documentation added for most styles, prop types and components
- Completed ListView and ListViewDataSource
- Add OS and select to platform module
Breaking changes
BackfaceVisiblityspelling fixed toBackfaceVisibilityurisSrcnow takes an array of ImageSource instead of the uri/height/widthdrawerLayoutAndroid'takes the mandatory properties as a record- Renamed the
NativeBackgroundtype toTouchableNativeBackground