Граф коммитов

121 Коммитов

Автор SHA1 Сообщение Дата
Eric Traut 14a336bae5 Fixed recent regression in ScrollView.
Published 1.5.0-rc.2.
2018-10-28 00:30:13 -07:00
Eric Traut 5b1e1a8790 Published 1.5.0-rc.1. 2018-10-27 12:48:14 -07:00
Alexander T 01d8d774d6 Update peerDependencies (#836) 2018-10-02 14:41:26 -07:00
Eric Traut 622ddfc7b3 Published 1.4.0. 2018-09-30 13:39:19 -07:00
Eric Traut 5646aaf904 Published 1.4.0-rc.2 2018-09-15 11:32:16 -07:00
Eric Traut 81afa00008 Updated dependency versions. Published 1.4.0-rc.1. 2018-09-09 14:57:56 -07:00
David de Regt e63a37f7a0 Adding onLongPress and Mouse/Touch distinction to GestureView (#789)
* Added onLongPress handling to GestureView.  Added isTouch to the GestureState base to tell whether gestures came from touch or mouse.  It appears that ReactXP's web gestureview doesn't actually support touches at all right now, so it's very platform-specific for now, but hopefully someday that won't be the case...

* Added docs, a unit test, addressed feedback, and, uh, the missing web implementation that I seem to have forgotten.
2018-09-03 11:00:48 -07:00
Eric Traut ebe1aaeab5 Updated dependencies to latest versions. Added React.RefObject<ComponentBase> to ref type in CommonProps. 2018-08-24 21:01:56 -07:00
Eric Traut 5272093ee0 Published 1.3.3 2018-08-02 22:56:27 -07:00
Brent Erickson 7347886ab9 Use semver in reactxp dependencies (#760)
* Use semver in reactxp dependencies

This prevents consumers from accidentally importing and bundling two versions of the same library

For example, if I have version 1.0.0 in reactxp and 1.0.1 in my app, I would bundle both versions.  If reactxp has semver, it allows 1.0.1 to be bundled once since it's compatible with the referenced version in reactxp

* Update package.json
2018-07-23 14:19:22 -07:00
Alexander T 36c9f172a3 751 - Add ImageBackground to handle children elements (#759)
* 751 - Add ImageBackground to handle children elements

* Move ImageBackground functionality to Image component. Revert optionalImg
2018-07-21 14:29:16 -07:00
Eric Traut 1764ca2b1d Published 1.3.2. Missed a cherry pick in 1.3.1. 2018-07-07 16:08:10 -07:00
Eric Traut cd0c47cbc8 Published 1.3.1. 2018-07-07 16:01:11 -07:00
Alexander T 44cbe1b1ca Remove useless type casting to any (#743) 2018-07-07 01:16:31 -07:00
Eric Traut 0322dc46d5 Published reactxp 1.3.0. 2018-06-28 15:00:33 -07:00
Alexander T 89639fcfda Fix TextInput onKeyPress types (#721) 2018-06-26 07:39:55 -07:00
Eric Traut a14ef0cc6f Published 1.3.0-rc.6. 2018-06-25 10:31:28 -07:00
Eric Traut b1089a74af Abstracted global timer functions into a common utility. This fixes a build break that was caused by the previous checkin. TypeScript is unexplicably pulling in the type definitions for timer functions from the node.d.ts file rather than lib.d.ts, and the timer declarations are incompatible between the two. 2018-06-25 10:22:05 -07:00
Eric Traut 58ad09f077 Published 1.3.0-rc.5. 2018-06-24 15:39:54 -07:00
Alexander T 2769eb8b3e Change TextInput onSelectionChange types (#716) 2018-06-23 08:29:14 -07:00
Eric Traut 8748a676fd Published 1.3.0-rc.4. 2018-06-19 09:47:29 -07:00
Ramya Senkutuvan dbc9ba461e On web, we should set user presence to Active only if the app has focus (#680)
* On web, we should set user presence to Active only if the app has focus

* Removing ifvisible pacakge and reimplementing it for ser presence and focused related activity

* Addressing PR comments

* Missed a space remove
2018-06-19 09:27:53 -07:00
Alexander T 0b0b4544ad Change Image onLoad callback types (#707) 2018-06-19 00:06:37 -07:00
Eric Traut 3acc9ac59d Published reactxp 1.3.0-rc.3. 2018-06-16 09:37:48 -07:00
Eric Traut 61a3ecf5ff Published 1.3.0-rc.2. 2018-06-14 20:38:00 -07:00
Eric Traut 1caadff7aa Published 1.3.0-rc.1. 2018-06-13 13:33:15 -07:00
Eric Traut f0569955e0
Eliminated use of custom react-native.d.ts file in favor of the public version. (#677)
* Eliminated use of custom react-native.d.ts file in favor of the public version. Extensions are in the file react-native-extensions.d.ts.

* Incorporated PR feedback.

* Incorporated PR feedback. Added "Extended" types to react-native-extensions and eliminated a bunch of "any" casts. This serves as implicit documentation for extensions that should eventually be added to the public react-native.d.ts type definition.

* Respond to changes from code review. Removed shouldRasterizeIOS prop from RX.Image, since it's a no-op. Replace "any" with strong type in TextInput.tsx.
2018-06-13 10:26:16 -07:00
Eric Traut 0d152a2b38 Published 1.3.0-rc.0. 2018-06-10 10:17:25 -07:00
Eric Traut 47336b37fd Fixed issue #667 - avoid the use of the deprecated NetInfo "change" event in favor of "connectionChange".
Revert "Add BezierEasing as NPM dependency (#665)"

This reverts commit 8b9a263138.
2018-06-10 10:01:45 -07:00
Alexander T 8b9a263138 Add BezierEasing as NPM dependency (#665) 2018-06-06 08:34:43 -07:00
Eric Traut 6b3d4ed477 Published 1.2.1 2018-05-24 14:28:36 -07:00
Eric Traut 601395aea1 Published reactxp 1.2.0 2018-05-22 20:40:28 -07:00
Eric Traut 713a50505d Published 1.1.2-rc.3 2018-05-21 16:59:19 -07:00
Eric Traut 891c9a3a47 Published 1.1.2-rc.2 2018-05-15 15:52:34 -07:00
Eric Traut c2bd803aec Published 1.1.2-rc.1 2018-05-09 14:53:26 -07:00
Eric Traut 8ee9c8880e Cherry-picked version history from 1.1.x branch. 2018-04-16 09:07:04 -07:00
Eric Traut 5515c7dc0e Published ReactXP 1.1.0 and new versions of extensions. 2018-04-04 15:52:04 -07:00
Radu Simionescu 034cb589cf Updated RN for Windows projects dependencies. (#583)
* ReactXP depends on RNW 0.53

* Updated RNW dependencies for samples and extensions (kept these at 0.51 due to RN dependency)
2018-04-01 10:34:19 -07:00
Eric Traut 3416c0aefc Revert "Bumped react-native-windows dependency from 0.51.0-rc.1 to 0.51.0."
This reverts commit c60f22a45f.
2018-03-29 21:33:25 -07:00
Eric Traut c60f22a45f Bumped react-native-windows dependency from 0.51.0-rc.1 to 0.51.0. 2018-03-29 16:18:06 -07:00
Eric Traut 9091024f61 Published 1.1.0-rc.2. 2018-03-28 16:41:54 -07:00
Eric Traut 975f583a28 Published 1.1.0-rc.1. 2018-03-26 15:25:58 -07:00
Eric Traut 88b1ee4713 Published 1.0.2. 2018-03-16 15:36:40 -07:00
Eric Traut 72291b3738 Published reactxp 1.0.1. 2018-03-05 15:49:13 -08:00
Eric Traut 492d22cda0 Published reactxp 1.0.0 2018-03-02 13:52:34 -08:00
Eric Traut 7c249fa914 Published 1.0.0-rc.1 2018-02-28 14:01:23 -08:00
Brent Erickson f75a7c056c Upgrade typescript to 2.7.2, enable strictPropertyInitialization checks (#525) 2018-02-25 05:44:32 -08:00
Eric Traut 41b5607d7a Published 1.0.0-alpha.2 2018-02-21 14:37:31 -08:00
Eric Traut 4e8803fa1f Published 1.0.0-alpha.1 2018-02-21 14:34:31 -08:00
Artem Danilenko 7487a2ff84 Fix master to work with latest react typings (accessibility html attributes added) (#478)
* Fix master to work with latest react typings (accessibility html attributes added)

* Add type definition for AriaLive
2018-02-01 08:32:50 -07:00