Nicolas Gallagher
f196335281
0.8.10
2018-09-09 13:10:51 -07:00
Anton Nyman
d29e31d9d6
[fix] better cross-browser support for textDecoration styles
...
Safari requires '-webkit' prefixes for CSS3 text-decoration styles, and
IE/Edge only support CSS2 text-decoration styles. This patch provides a
fallback for the CSS2 case and relies on the CSS3 properties for color
and style.
Close #1053
Co-authored-by: Nicolas Gallagher <nicolasgallagher@gmail.com >
2018-09-09 12:03:10 -07:00
Nicolas Gallagher
c7c1f29016
Reorganize documentation
...
Close #1092
Close #1095
2018-09-09 11:33:09 -07:00
Nicolas Gallagher
b56a737d62
[fix] prevent findNodeHandle throwing on unmounted components
...
Fix #1097
2018-09-09 11:11:18 -07:00
Nicolas Gallagher
f062eded40
[fix] Switch applies accessibilityLabel to native control
...
VoiceOver requires that the aria-label for the checkbox is applied to
the checkbox itself and not a wrapping element.
Fix #1072
2018-08-17 15:16:38 -07:00
Nicolas Gallagher
fcc4fbf678
[fix] TextInput defaults to numberOfLines={1} for multiline
...
Fix #1071
2018-08-17 11:23:23 -07:00
James Long
a18d30c809
[fix] Add inputAccessoryViewID to TextInput props
...
Close #1076
2018-08-17 11:12:56 -07:00
Marcel Miranda Ackerman
b9172ceb8e
[fix] Image EncodingError for SVG in Safari iOS 11
...
Fixes an EncodingError exception being thrown in Safari iOS 11 when
decoding an SVG URL. The exception prevents the onLoad handler from
being called.
Close #1063
2018-08-17 11:09:32 -07:00
Michael S. Kazmier
744aaa26d4
[fix] Picker supports View props
...
Close #1064
2018-08-17 11:07:22 -07:00
Justine De Caires
2b5ddf753e
[add] objectFit and objectPosition to style validation
...
Close #1046
2018-08-17 10:58:05 -07:00
Ben Milman
b84e3b938a
Fix typo in docs
...
Close #1049
2018-08-17 10:56:54 -07:00
Nicolas Gallagher
9c8407162e
0.8.9
2018-07-19 12:32:40 -07:00
Jeremy
16b9ec2917
[fix] nested ScrollView scroll behaviour propagation
...
Allow ScrollView to be scrolled from gestures originating in a
descendent ScrollView.
Fix #1042
Close #1043
2018-07-19 12:17:42 -07:00
Nicolas Gallagher
d4af1eb981
0.8.8
2018-07-06 15:06:46 -07:00
Nicolas Gallagher
405a3b79e8
[fix] TextInput calls onSelectionChange upon user input
...
Fix #1018
2018-07-06 15:00:50 -07:00
Nicolas Gallagher
afd5293172
Update React packages
2018-07-06 13:46:21 -07:00
Nicolas Gallagher
e4831b7bd8
Update benchmarks dependencies
2018-07-06 13:45:56 -07:00
Nicolas Gallagher
baffc9a9e6
0.8.7
2018-07-05 11:50:17 -07:00
Nicolas Gallagher
4151b47005
[fix] backgroundClip prefixing when value is 'text'
...
Temporary work-around for a bug in inline-style-prefixer.
Fix #1014
2018-07-05 11:46:49 -07:00
Nicolas Gallagher
96ec805f59
[fix] TextInput multiline value with onSubmitEditing
...
Prevent a newline from being added when submitting a multiline text
input using the "Enter" key.
Fix #1013
2018-07-04 12:32:48 -07:00
Nicolas Gallagher
d2df2c296e
0.8.6
2018-06-28 09:47:56 -07:00
Nicolas Gallagher
af80b046fa
Update Flow config documentation
...
Close #1007
2018-06-28 09:33:07 -07:00
Nicolas Gallagher
1d01af57d0
[fix] add mousedown and mouseup to supported View props
...
Fix #1008
2018-06-28 09:08:28 -07:00
Johannes
e7613ca4d1
[fix] onLayout TypeError if node already unmounted
...
Close #993
2018-06-28 09:02:20 -07:00
Nicolas Gallagher
0e81c6ef27
0.8.5
2018-06-26 07:55:35 -07:00
Nicolas Gallagher
7fa8940325
[fix] VirtualizedList calls to findNodeHandle
...
Fix #1004
2018-06-26 07:52:07 -07:00
ral51
ecd4b40c71
Fix source code links on website
...
Close #994
2018-06-14 13:45:38 -07:00
Nicolas Gallagher
e7cb364b63
0.8.4
2018-06-14 13:40:57 -07:00
Nicolas Gallagher
90bd23f783
[fix] onLayout event object
...
Make sure that `this` within the `target` getter references the React
component rather than the layout event object.
Fix #996
2018-06-14 13:21:25 -07:00
Nicolas Gallagher
47a281373a
0.8.3
2018-06-06 16:24:02 -07:00
Nicolas Gallagher
6a0302169c
[fix] react-native-web package files
...
Fix #987
2018-06-06 16:21:33 -07:00
Nicolas Gallagher
b195f2b1f5
0.8.2
2018-06-05 13:22:24 -07:00
Nicolas Gallagher
7b81d2a7ec
Fix AsyncStorageExample
...
Comment out React Native's use of non-standard `done()` method, which
isn't available on `async` functions even though it is polyfilled for
the global Promise.
2018-06-05 13:13:36 -07:00
Nicolas Gallagher
a1d8ea776e
[fix] PickerIOS is alias for Picker
...
PickerIOS API is a subset of the cross-platform Picker. This patch
provides some compatibility for use of PickerIOS / PickerIOS.Item in
legacy code.
2018-06-05 13:12:59 -07:00
Nicolas Gallagher
15b960f097
0.8.1
2018-06-05 09:31:42 -07:00
Nicolas Gallagher
001be82178
[fix] remove AppRegistry logging in production
...
Fix #986
2018-06-05 09:08:36 -07:00
Nicolas Gallagher
5eeef9e3d2
[fix] only call preventDefault for clicks on links
...
The previous incarnation of this fix would cancel clicks that bubble up
to elements like ScrollViews, with undesired impact on child element
events. Instead, limit the hack to elements with accessibilityRole=link.
Fix #985
2018-06-05 09:02:35 -07:00
Nicolas Gallagher
6a310999d0
0.8.0
2018-06-04 11:55:16 -07:00
Nicolas Gallagher
d0ca7585ab
Update docs
...
Close #960
2018-06-04 11:40:08 -07:00
Nicolas Gallagher
3f8624e25f
[change] StyleSheet.hairlineWidth is whole pixel value
...
Even on high DPI screens, browsers can round sub-pixel values down to
`0`. This causes hairlineWidth borders/heights/etc not to be rendered.
Revert `hairlineWidth` value back to `1`.
2018-06-04 11:40:08 -07:00
Nicolas Gallagher
8f0c39c2fe
[change] introduce Jest preset
...
A simple Jest preset that configures module mapping and produces
human-readable styles (i.e., not converted to numeric form).
Fix #928
Fix #963
2018-06-04 11:40:07 -07:00
Nicolas Gallagher
14f7dfd515
[fix] Clipboard preserves line breaks
...
Fix #979
2018-06-04 11:40:07 -07:00
Nicolas Gallagher
c336995952
[change] prevent default click behavior when using responder system
...
Certain HTML elements have a default behaviour (e.g., link navigation)
that can only be prevented in the `click` event handler. The responder
event system doesn't make use of `click` and no callbacks have access to
the `click` event. To prevent unwanted default behaviour, and emulate
the behavior in React Native, the `click` callback will automatically
call `preventDefault()` when the responder system is being used.
The result is that components like `Touchable*` that are overloaded as
web links need to explicitly trigger the link navigation, e.g.,
```
<TouchableOpacity
accessibilityTraits="link"
href={href}
onPress={(e) => {
Linking.openUrl(href);
}}
/>
```
Fix #970
2018-06-04 11:40:07 -07:00
Nicolas Gallagher
2afa5a3cf7
[change] remove componentWillReceiveProps from Image
2018-06-04 11:40:07 -07:00
Nicolas Gallagher
9fb818cfd4
[fix] Image resizeMode for 'center' and 'repeat'
...
React Native will scale down an image to fit its container before
centering or repeating it.
2018-06-04 11:40:07 -07:00
Nicolas Gallagher
3153cd8213
[add] Image support for blurRadius, tintColor, and shadows
...
Use CSS filters to implement React Native image styles.
Ref #362
Ref #548
2018-06-04 11:40:07 -07:00
Nicolas Gallagher
026a92fd53
[fix] babel-plugin option to rewrite to commonjs paths
...
Allow the babel plugin to be configured to rewrite paths to either ES
modules (default) or CommonJS.
Ref #961
2018-06-04 11:40:07 -07:00
Nicolas Gallagher
e0f010da47
[change] whitelist props passed to React DOM
...
Avoiding unknown property warnings from React DOM. Many components
within and build upon React Native do not filter their own properties
and spread them into View. It is expected that React Native ignore these
properties.
Fix #898
2018-06-04 11:40:06 -07:00
Nicolas Gallagher
b299eb6c59
[add] SwipeableFlatList and SwipeableListView
2018-06-04 11:39:55 -07:00
Nicolas Gallagher
da38e87b50
[fix] minor inconsistency in textShadow style resolution
...
React Native doesn't apply textShadow styles when the 'height' or
'width' offset is 0.
2018-06-04 11:39:12 -07:00