Eric Traut
42183e21cd
Added code to disable mouse gestures in main view when a modal dialog is overlaying the main view. ( #846 )
2018-10-08 08:30:34 -07:00
Luis Naranjo
b1c84e932e
Pass the cancelable prop down to RN.Alert ( #843 )
...
* add preventDismissOnPress?
* doC
* bugfix
* implement web
* add test case
2018-10-07 12:54:31 -07:00
Eric
c25045728c
Add information about how to use create-rx-app cli ( #842 )
...
* Add information about how to use create-rx-app cli
This way people don't need to go into separate page
* Update README.md
add information about creating JS project
2018-10-04 17:22:31 -07:00
Vikram Raja
32317565da
Add setup instructions for NodeJS and React Native ( #840 )
2018-10-04 00:03:19 -07:00
Silvia O'Dwyer
2fd88b107c
Fixed spelling errors and typos within the documentation. ( #839 )
2018-10-03 15:23:42 -07:00
Wissem Gamra
5ceed61064
Adding links to the projects in the readme ( #838 )
2018-10-03 11:45:41 -07:00
Eric Traut
f17f9bedf0
Added documentation for border[Top|Right|Bottom|Left]Width style attributes.
2018-10-03 09:08:52 -07:00
Alexander T
01d8d774d6
Update peerDependencies ( #836 )
2018-10-02 14:41:26 -07:00
Eric Traut
79218164cd
Fixed bug #833 : Eliminated full re-renders of app when mousing over popup due to interaction between setState and getChildContext.
2018-10-01 23:13:48 -07:00
Eric Traut
8b55976144
Updated dependences for all samples.
2018-09-30 13:51:14 -07:00
Eric Traut
622ddfc7b3
Published 1.4.0.
2018-09-30 13:39:19 -07:00
Alexander T
1fd19017a3
add CI ( #828 )
2018-09-28 21:32:32 -07:00
David de Regt
dc12a4d579
Using SyncTasks.fromThenable to wrap the ES6 promises so that we don't get exceptions in callback handlers bubbling all the way back up to RX.Linking's error catcher and confusing developers. ( #830 )
2018-09-28 16:45:59 -07:00
Alexander T
2304bd0012
fix types inconsistency in windows/Text which were added in the PR - https://github.com/Microsoft/reactxp/pull/825 ( #827 )
2018-09-27 08:19:53 -07:00
Eric Traut
1cd82fca30
Added references in documentation to Alex Tarasyuk's cool new command-line tool for creating a new reactxp app project.
2018-09-26 21:11:31 -07:00
George Mangov
209c867377
Remove code duplication. ( #825 )
2018-09-26 21:06:10 -07:00
Mihai
e33f8ecef8
Allow view to be draggable ( #812 )
...
* Allow view to be draggable
* Do not add drop when adding onDragStart
* Added tests for drag and drop files from outside app
* Added drag and drop tests
* Removed draggable property and updated tests
2018-09-26 08:33:48 -07:00
Eric Traut
858b923eec
Published reactxp-navigation 1.4.0-rc.1. Updated samples. Updated dependencies in TodoList sample.
2018-09-21 08:41:54 -07:00
Alexander T
6123c9f6d3
ImageList improvements ( #823 )
...
* import ReSub Options from resub not from 'dist/resub/options'. Fix gulp 'clean' task
* ImageList sample improvements
2018-09-19 22:10:43 -07:00
Alexander T
f859c59792
import ReSub Options from resub not from 'dist/resub/options'. Fix gulp 'clean' task ( #818 )
2018-09-17 19:16:21 -07:00
George Mangov
1beef1a980
Expose selection from RN.Text ( #785 )
...
* Expose selection from RN.Text
* Remove the initial change
* Expose selected text as getter.
* Updates from CR.
* More updates from CR.
2018-09-16 22:00:31 -07:00
Eric Traut
cba51194a6
Updated dependencies in samples to latest reactxp version.
2018-09-15 11:34:33 -07:00
Eric Traut
5646aaf904
Published 1.4.0-rc.2
2018-09-15 11:32:16 -07:00
Eric Traut
18e7897add
Fixed bug #815 : Show warning in console if disallowed style combinations appear
2018-09-14 18:44:31 -07:00
Eric Traut
3d24cba1b1
Updated package-lock.json for new reactxp version.
2018-09-14 18:43:47 -07:00
Alexander T
c46ef2812f
Revert lodash imports due to issues on RN ( #816 )
2018-09-14 12:53:49 -07:00
Alexander T
076b1714b8
extensions: Change import require declaration to ECMAScript 2015 ( #814 )
2018-09-14 08:33:01 -07:00
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