Alexander T
8a90e6e335
Simplify isPopupDisplayed, isModalDisplayed ( #813 )
2018-09-14 08:32:17 -07:00
Alexander T
14acf0cac8
add badges ( #809 )
2018-09-13 08:40:00 -07:00
Alexander T
fa1cd94548
native-common: Change import require declaration to ECMAScript 2015 ( #808 )
2018-09-13 08:36:10 -07:00
Alexander T
1704060558
macos ios common android: Change import require declaration to ECMAScript 2015 ( #807 )
2018-09-13 08:35:33 -07:00
Alexander T
bd85797e78
typings, native-desktop: Change import require declaration to ECMAScript 2015 ( #806 )
2018-09-13 08:34:50 -07:00
Alexander T
13a4452a13
web: Change import require declaration to ECMAScript 2015 ( #805 )
2018-09-12 09:51:45 -07:00
Eric Traut
4aa1980e1e
Updated dependencies in ImageList sample. Updated code to work with "strict" tsc setting.
2018-09-11 19:33:33 -07:00
Eric Traut
56b7b7b7f8
Fixed render return types in reactxp-navigation
2018-09-11 19:17:38 -07:00
Eric Traut
c41814f9de
Updated dependencies in hello-world sample app. Made it compile with "strict" tsc setting.
2018-09-11 19:17:14 -07:00
Eric Traut
341738f7ee
Updated dependencies in TodoList sample app.
2018-09-11 18:57:31 -07:00
Eric Traut
b8bf45884a
Made sample code compile with "strict" tsc flag enabled.
2018-09-11 18:32:02 -07:00
Alexander T
faafff18f8
Change import require declaration to ECMAScript 2015 ( #802 )
2018-09-11 08:11:34 -07:00
Yury Zholobov
bb2b1f94da
Fix bug: if there are only cached popups and no visible one the main … ( #800 )
...
* Fix bug: if there are only cached popups and no visible one the main view remains inaccessible for screen readers as if a visible popup is shown. Also the cached popups are potentially accessible to screen readers.
* PR feedback: made return type of a private method more specific.
2018-09-10 15:52:46 -07:00
Eric Traut
f2626c47ec
Updated dependencies in RXPTest.
2018-09-09 15:09:46 -07:00
Eric Traut
81afa00008
Updated dependency versions. Published 1.4.0-rc.1.
2018-09-09 14:57:56 -07:00
Eric Traut
faf34b6dd0
Fixed formatting of documentation in Popup.md
2018-09-09 14:34:26 -07:00
Eric Traut
2cb50cc4e3
Augmented RXTest PopupTest to include an example of a Popup for a combo box.
2018-09-09 14:34:11 -07:00
Eric Traut
7a9b8b816e
Fixed Types.ts so it doesn't depend on the latest versions of React's type definition library.
2018-09-09 14:33:47 -07:00
Eric Traut
1ff87e6667
Revert "Fix the bug where AccessibilityAnnouncer leaves a div which can be accessed by screen readers ( #798 )"
...
This reverts commit 9dcb5b0520
.
2018-09-08 13:08:58 -07:00
Eric Traut
769d664dbb
Fixed bug that caused testID not to be set properly for RX.View instances.
2018-09-07 20:18:52 -07:00
Eric Traut
936df53d50
Added missing Utf8 meta tag in web samples.
2018-09-07 20:15:38 -07:00
Hao Zheng
9dcb5b0520
Fix the bug where AccessibilityAnnouncer leaves a div which can be accessed by screen readers ( #798 )
2018-09-07 20:11:15 -07:00
Eric Traut
eb057350c3
Added useWebKit prop for native RN.WebView in preparation for RN 0.57 on iOS, which requires the use of UIWebKit.
2018-09-07 20:05:42 -07:00
Eric Traut
4e120e333e
Documentation limitations in RX.Text's numberOfLines prop.
2018-09-07 19:56:01 -07:00
Eric Traut
2eb8ff0cfc
Reverting package lock changes from previous check-in.
2018-09-07 17:11:22 -07:00
Radu Simionescu
dd5a715219
Fix regression ( #796 )
2018-09-07 17:10:35 -07:00
ZestyTS
45db09365e
Fixing typos ( #794 )
...
* Fixed Typo
* Fixed Names
2018-09-05 08:46:20 -07:00
Ondřej Záruba
c9e26a1de6
#768 disable cursor type override ( #793 )
2018-09-04 09:51:23 -07:00
Eric Traut
548b3b5857
Fixed minor typo in TodoList readme.
2018-09-03 12:22:01 -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
Radu Simionescu
81e6b6b865
Added support for multi window apps to Alert. ( #787 )
...
A committed but not yet released version of RN for Windows adds support for alerts in multi window apps by the means of a new option in RN.AlertOptions. This option is a react tag that is used as a hint by the native side to detect the right top level window to parent the native alert.
ReactXP API models the identification of root views through "rootViewId" properties. They are already used for modals/popups, so we're adding same property to RXP.AlertOptions.
The implementation keeps a list of active root views in order to quickly map the rootViewId to the RNW expected react tag hint.
This mechanism will be used for other APIs as well in future PRs (there's one where we pass the rootViewId to RNW directly, and that in not very clean since it expects RNW to understand RXP properties)
2018-08-29 17:48:42 -07:00
Eric Traut
281c533651
Published 1.3.2 of reactxp-imagesvg.
2018-08-25 16:53:33 -07:00
David de Regt
07a28214b1
Adding rect support to reactxp-imagesvg ( #786 )
...
* Adding rect support to reactxp-imagesvg.
* PR feedback/docs
2018-08-25 16:50:35 -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
Mike Hardy
e6728f9a4e
Use localhost:8080 so /etc/hosts changes are unnecessary ( #779 )
2018-08-17 11:42:19 -06:00
Alexander T
e44654c612
Remove _styles type casting to any. Remove styles duplicates ( #778 )
2018-08-15 17:38:26 -06:00
Eric Traut
24690ce33d
Addressed bug #744 : Different behavior of styling on web in development
2018-08-13 18:05:18 -07:00
David de Regt
9e50471729
Brent pointed out a problem in my last change, where first-runs of no… ( #776 )
...
* Brent pointed out a problem in my last change, where first-runs of non-cached images would throw an error as well as a load. Reworked it to only show the img tag when the blob url is loaded, if there's an onload prop.
* Fixing PR feedback.
2018-08-13 18:54:58 -06:00
David de Regt
233a0298c6
We need to be showing the full img tag for ANY images with onload/onerror events, since there's no way to get the dimensions off the background image to resolve the onload callback as callers expect. ( #775 )
2018-08-13 18:31:01 -06:00
Yury Zholobov
96dccedc22
Changed announceForAccessibility implementation to use Assertive live region type instead of Polite. When Polite is used the request for announcement will be overridden by a subsequent narration. Usually this happens when code calls the announcement API and then focus is changed either programmatically or due to UI changes as result of event that was announced - in this case the automatic narration of a newly focused control suppresses the announcement, usually even before it starts. With announcement being Assertive, though, both automatic narration and the announcement are read and no information is lost. ( #773 )
2018-08-10 19:49:35 -06:00
Eric Traut
bec53b6dd4
Publised reactxp-imagesvg 1.3.1.
2018-08-07 23:37:13 -06:00
Eric Traut
041380c58a
Start to use npm's package-lock feature.
2018-08-07 23:36:50 -06:00
David de Regt
8af7e09a2f
ImageSvg extension: 1.3.1: Fixing warning on native when passing a key prop to the SvgPath component. ( #770 )
2018-08-07 23:33:21 -06:00
Eric Traut
5272093ee0
Published 1.3.3
2018-08-02 22:56:27 -07:00
Eric Traut
6d06370264
Published version 1.3.1 of VirtualListView.
2018-08-02 22:07:00 -07:00
Luis Naranjo
57f467cea4
add the mixed content mode prop ( #764 )
...
* add the mixed content mode prop
* implement PR feedback to re-use sandbox prop
* address PR feedback
2018-08-02 22:04:03 -07:00
Marat Abdullin
93442d0278
Fixing the crash because of possibility for buttonStyles to be undefined, fixing the inconsistency in onAccessibilityTapIOS definition for Button and View. ( #767 )
2018-08-02 11:36:19 -07:00
Eric Traut
d05380fb47
Minor tweak to getting-started docs.
2018-07-29 17:02:00 -07:00
Eric Traut
4ba47572e7
Updated Getting-started documentation based on feedback.
2018-07-29 16:55:01 -07:00
Brent Erickson
18d4a2e5b1
Update usages of findDOMNode to indicate that it returns null ( #761 )
...
Fix a bug in web animations that results in a crash due to this
2018-07-26 18:18:28 -07:00