Dominic Gannaway
bd79be9b68
[react-core] Add experimental React Scope component API ( #16587 )
2019-08-29 12:06:51 +01:00
Dominic Gannaway
dce430ad92
[Flare] Rework the responder dispatching/batching mechanism ( #16334 )
2019-08-19 19:22:46 +01:00
Dominic Gannaway
5098891193
[Flare] Redesign core event system ( #16163 )
2019-07-23 23:46:44 +01:00
Dominic Gannaway
c40075a72c
[Flare] Remove capture phase Flare events ( #16054 )
2019-07-04 21:30:46 +01:00
Dominic Gannaway
786186c692
[Flare] createInitialState -> getInitialState ( #16051 )
2019-07-04 18:06:18 +01:00
Dominic Gannaway
eb2ace1281
[Flare] Bring Flare support to React Native Fabric ( #15887 )
2019-06-28 01:22:32 +01:00
Dominic Gannaway
8b88ac2592
[Flare] Remove event targets including TouchHitTarget ( #16011 )
2019-06-27 23:58:48 +01:00
Dominic Gannaway
4f92fbce5c
[Flare] Move createEvent back to React object ( #15943 )
2019-06-21 10:12:56 +01:00
Dominic Gannaway
b62ae16429
[Flare] Rename createEventComponent -> createEvent ( #15929 )
2019-06-19 21:12:14 +01:00
Dominic Gannaway
353e0ee474
[Flare] remove stopLocalPropagation option + modify responder ownership ( #15889 )
2019-06-14 23:11:54 +01:00
Dominic Gannaway
425473f43f
[Flare] Improve runtime performance of hit target intersection ( #15836 )
2019-06-07 15:57:10 +01:00
Nicolas Gallagher
89d8d1435f
Add React.unstable_createEventComponent ( #15580 )
...
API for creating event components from event responders.
2019-05-07 12:36:42 -07:00
Dominic Gannaway
ec6691a687
Event API: remove isTargetDirectlyWithinEventComponent ( #15546 )
2019-04-30 17:38:48 +01:00
Dominic Gannaway
bd88982fbf
Event API: use `capture` for all event listeners using experimental responder system ( #15526 )
2019-04-30 11:40:45 +01:00
Dominic Gannaway
c4d1dcb533
React Events: core API documentation followup ( #15506 )
2019-04-26 15:47:28 +01:00
Nicolas Gallagher
a14e24efab
React Events: core API documentation ( #15505 )
2019-04-26 08:11:40 +01:00
Nicolas Gallagher
0a8da33916
React events: README update types and remove stopPropagation prop ( #15456 )
2019-04-21 17:46:07 -07:00
Nicolas Gallagher
4e59d4f5d2
React events: add onHoverMove support ( #15388 )
2019-04-11 18:59:05 -07:00
Nicolas Gallagher
7fc91f17c9
React events: add onPressMove and pressRetentionOffset to Press ( #15374 )
...
This implementation differs from equivalents in React Native in the following ways:
1. A move during a press will not cancel onLongPress.
2. A move to outside the retention target will cancel the press and not
reactivate when moved back within the retention target.
2019-04-10 10:52:50 -07:00
Nicolas Gallagher
81a61b1d1a
React events: add delay props to Press module ( #15340 )
...
* Add delay props to Press event module
* Minor naming changes to Hover events
* Add examples to react-events README
2019-04-06 13:47:28 -07:00
Nicolas Gallagher
c3cc936dae
Add Hover,Focus,Press docs to REAMDE ( #15328 )
2019-04-05 11:58:04 +01:00
Dominic Gannaway
55cc921c5d
Adds react-events package for internal testing ( #15150 )
...
* Adds react-events package for internal testing
2019-03-19 15:12:45 +00:00