Nicolas Gallagher
9ed9231b04
0.13.11
0.13.11
2020-09-08 12:33:37 -07:00
Nicolas Gallagher
d5ab3770c0
[fix] PressResponder keyboard edge-case
...
Fixes the state-machine logic for the press responder when focus is moved away
from the target element during a 'keydown' event.
2020-09-08 12:32:00 -07:00
Nicolas Gallagher
397de88137
0.13.10
0.13.10
2020-09-08 11:24:19 -07:00
Nicolas Gallagher
bb8a1b1455
[fix] ScrollView scrollEventThrottle logic
...
Fix #1726
2020-09-08 11:22:35 -07:00
dependabot[bot]
214b296c11
Bump bin-links from 1.1.3 to 1.1.8
...
Bumps [bin-links](https://github.com/npm/bin-links ) from 1.1.3 to 1.1.8.
- [Release notes](https://github.com/npm/bin-links/releases )
- [Changelog](https://github.com/npm/bin-links/blob/v1.1.8/CHANGELOG.md )
- [Commits](https://github.com/npm/bin-links/compare/v1.1.3...v1.1.8 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-09-08 11:02:38 -07:00
dependabot[bot]
a7df78afbe
Bump markdown-to-jsx from 6.10.3 to 6.11.4
...
Bumps [markdown-to-jsx](https://github.com/probablyup/markdown-to-jsx ) from 6.10.3 to 6.11.4.
- [Release notes](https://github.com/probablyup/markdown-to-jsx/releases )
- [Commits](https://github.com/probablyup/markdown-to-jsx/compare/6.10.3...6.11.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-09-08 11:02:25 -07:00
Harrison Mendonça
c6425a0048
[fix] Add event parameter to Image onLoad callback
...
Close #1723
2020-09-08 11:01:29 -07:00
Nicolas Gallagher
8add92f776
0.13.9
0.13.9
2020-08-25 12:05:29 -07:00
Nicolas Gallagher
9a0acc5464
[fix] Layout of nested Text elements
...
Remove the 'dir=auto' attribute from nested Text elements as this can cause
browsers to produce broken text layouts.
Fix #1714
2020-08-25 12:04:08 -07:00
Nicolas Gallagher
a31c4c65d0
[fix] Remove Animated 'useNativeDriver' warning
...
Fix #1693
2020-08-25 11:12:29 -07:00
Colby Stauss
834bd5b98b
[fix] Animated getScrollableNode check
...
Close #1695
Fix #1680
2020-08-25 11:10:10 -07:00
Nicolas Gallagher
de2a66c694
[fix] ResponderEvent touch identifier normalization
...
Move the touch identifier normalization into the ResponderEvent creation. This ensures that the identifier is consistent throughout. If application code reads an identifier from a touch object it can be used to find that touch in the `touchBank` array.
Fix #1716
2020-08-25 10:58:39 -07:00
Richard Lindhout
9ed0c407a9
[fix] TextInput keyboardType for 'numeric' and 'decimal'
...
Don't rely on native restrictions and validations for these keyboardType
values, as developers often want custom presentation (e.g., comma separators)
and custom validation.
Fix #1705
Fix #1438
Fix #1280
Close #1709
2020-08-21 11:00:21 -07:00
H3RSKO
7a8a70b948
Fix typo in README
...
Close #1706
2020-08-21 10:42:22 -07:00
Nicolas Gallagher
67a3d78799
0.13.8
0.13.8
2020-08-17 11:32:37 -07:00
Nicolas Gallagher
77bdb9086e
[fix] Avoid needing to memoize onLayout callbacks
...
If 'onLayout' is an inline function, it could cause the DOM node to enter a
cycle of being observed/unobserved with the result that 'onLayout' was
constantly called.
Fix #1704
2020-08-17 11:10:53 -07:00
Nicolas Gallagher
7fc17d01cc
0.13.7
0.13.7
2020-08-12 10:58:28 -07:00
Evan Bacon
b8283245cf
[fix] check for window availability in ResponderSystem
...
Close #1699
2020-08-12 10:50:11 -07:00
Nicolas Gallagher
75c5a90563
0.13.6
0.13.6
2020-08-10 14:13:13 -07:00
Nicolas Gallagher
3233d0ffe9
[fix] Responder negotiation between siblings
...
There should be responder negotiation between siblings if there is no common ancestor connected to the responder system. Instead the current responder should continue to receive events. This was only occuring for mouse events during mousemove, as the target can change during the course of the movement.
2020-08-10 13:26:13 -07:00
Nicolas Gallagher
251cdfb220
0.13.5
0.13.5
2020-08-03 14:10:51 -07:00
Nicolas Gallagher
7c46a3667e
[fix] update System font stack
...
Remove system-ui as it has rendering issues for certain OS/language combinations.
See https://phabricator.wikimedia.org/T175877
Fix #1638
2020-08-03 14:09:57 -07:00
Nicolas Gallagher
5a15dcae66
[fix] Dimensions doesn't debounce change listener
...
Fix #1662
2020-08-03 13:46:47 -07:00
Nicolas Gallagher
af0ae004ff
[fix] Image forwards ViewProps
...
Close #1637
2020-08-03 13:44:27 -07:00
Ryoga Kitagawa
08f722ac86
[fix] ScrollView forwards dataSet
...
Close #1675
2020-08-03 13:43:44 -07:00
dependabot[bot]
6bf69c0015
Bump elliptic from 6.4.1 to 6.5.3
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.4.1 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.4.1...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-30 11:22:01 -07:00
dependabot[bot]
28f51fa492
Bump lodash from 4.17.15 to 4.17.19
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-30 11:21:40 -07:00
Nicolas Gallagher
5426762ed4
0.13.4
0.13.4
2020-07-20 12:26:49 -07:00
Nicolas Gallagher
10de987785
[fix] usePlatformMethods guard against null hostNode
...
Fix #1679
2020-07-20 12:22:17 -07:00
Nicolas Gallagher
72638d028b
0.13.3
0.13.3
2020-07-07 14:43:10 -07:00
Colby Stauss
097cd31a90
[fix] Image tintColor updates
...
Fix #1319
Close #1664
2020-07-07 14:40:45 -07:00
Nicolas Gallagher
96dcce0261
0.13.2
0.13.2
2020-07-07 11:45:46 -07:00
Nicolas Gallagher
1497bb4d72
[fix] TouchableWithoutFeedback child ref
...
Fix #1663
2020-07-07 11:35:54 -07:00
dependabot[bot]
99e6d7137f
Bump websocket-extensions from 0.1.3 to 0.1.4
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-01 10:59:24 -07:00
Nicolas Gallagher
8c391604ba
0.13.1
0.13.1
2020-06-29 12:20:51 -07:00
Nicolas Gallagher
7ef070195b
[fix] setNativeProps and pointerEvent prop
...
The pointerEvent prop is converted into a DOM style property and needs to be
accounted for by setNativeProps.
Close #1656
Fix #1655
2020-06-29 10:58:34 -07:00
Nicolas Gallagher
728e20ff1f
[fix] jest preset
...
Fix #1654
2020-06-29 09:59:17 -07:00
Nicolas Gallagher
824cca1972
0.13.0
0.13.0
2020-06-26 15:16:53 -07:00
Nicolas Gallagher
cfe36d780e
Minimal update of Animated
...
Ref #1576
2020-06-26 14:51:55 -07:00
Nicolas Gallagher
5dda71c2a6
[change] Remove 'accessibilityRelationship'; add 'dataSet'
...
Remove the 'accessibilityRelationship' prop which is not part of React Native.
The general approach to supporting ARIA-like accessibility APIs in React Native
needs revisiting and it will be easier to stop going down this path.
This patch also reverts the "unstable_ariaSet" change, and renames
"unstable_dataSet" to "dataSet". Avoiding another breaking change to
accessibility props will ease upgrading for now.
2020-06-26 14:51:55 -07:00
Nicolas Gallagher
972317c17c
PressResponder fix invariant edge case
...
If keyup events fall through to a "pressable" element that is not the responder
(e.g., a keydown in a modal closes the modal) it should not attempt to
transition the state.
Also replace invariant with console.error to allow the app to recover if
unexpected signals occur.
2020-06-26 14:51:54 -07:00
Nicolas Gallagher
0901be6e5c
[fix] TextInput onKeyPress and onSubmitEditing events
...
onKeyPress forwards the synthetic keydown event.
onSubmitEditing is only called if IME composition is not in progress.
Fix #1332
2020-06-26 14:51:53 -07:00
Nicolas Gallagher
52f903229e
Minor cleanup of StyleSheet
2020-06-26 14:51:52 -07:00
Nicolas Gallagher
3230713d6b
[change] Remove support for microdata props
...
Microdata was removed from the HTML spec and most browsers.
2020-06-26 14:51:52 -07:00
Nicolas Gallagher
53dd03d83b
Fix PressResponder click prevention logic
2020-06-26 14:51:51 -07:00
Nicolas Gallagher
c2d4fd6d77
Fix TextInput onSelectionChange logic
2020-06-26 14:51:51 -07:00
Nicolas Gallagher
fc78cb06fd
Fix updates to opacity in TouchableOpacity
2020-06-26 14:51:50 -07:00
liorJuice
cd9be22947
[fix] Clipboard copy edge-case
...
Make sure clipboard works even if global CSS is affecting user text selection.
Fix #1559
2020-06-26 14:51:50 -07:00
Jaap Frolich
324995ec2b
[add] Appearance module
...
Close #1597
2020-06-26 14:51:50 -07:00
Nicolas Gallagher
cecacbc3ac
Add eslint-plugin-flowtype
2020-06-26 14:51:49 -07:00