38 Commits

Author SHA1 Message Date
Nicolas Gallagher 85e098deec 0.9.9 2018-12-05 14:46:11 -08:00
Nicolas Gallagher 8c8978ff76 0.9.8 2018-11-15 21:40:18 -08:00
Nicolas Gallagher 75db0e9183 0.9.7 2018-11-12 17:53:16 -08:00
Nicolas Gallagher 220eb79357 Fix UIExplorer headings accessibility 2018-11-10 11:05:49 -08:00
Nicolas Gallagher 931d666fcc 0.9.6 2018-11-01 12:29:18 -07:00
Nicolas Gallagher 3fa18becc7 0.9.5 2018-10-29 18:04:02 -07:00
Nicolas Gallagher 89468b7d6e 0.9.4 2018-10-22 20:06:58 -07:00
Nicolas Gallagher d6e8530f4d 0.9.3 2018-10-11 17:40:41 -07:00
Nicolas Gallagher bfaeae904e [add] View/Text prop nativeID
Maps the View and Text prop 'nativeID' to DOM 'id' as these are
equivalent.  Enables declarative use of various 'aria-*' properties that
require ID references.

Ref #1116
Close #1130
2018-10-11 17:33:08 -07:00
Nicolas Gallagher a54bdeec09 0.9.2 2018-10-09 18:02:55 -07:00
Nicolas Gallagher 1f3a77dada 0.9.1 2018-09-27 14:30:26 -07:00
Nicolas Gallagher 4f5ee15e4b Fix website TouchableHighlight example 2018-09-22 16:20:49 -07:00
Nicolas Gallagher 9a1cade1f0 0.9.0 2018-09-17 10:55:16 -07:00
Nicolas Gallagher 506dba933c [change] Support React DOM 16.5
React DOM 16.5 changed unstable APIs that this project depends upon.
This regression was fixed in React DOM 16.5.1 but requires React Native
for Web to migrate to a different unstable API exported by React DOM.

Fix #1096
Close #1106
2018-09-17 10:16:33 -07:00
Nicolas Gallagher c0de9dddf3 0.8.11 2018-09-17 09:47:04 -07:00
Nicolas Gallagher fc743e6eee Fix sandbox placeholder 2018-09-17 08:44:52 -07:00
Nicolas Gallagher f196335281 0.8.10 2018-09-09 13:10:51 -07:00
Nicolas Gallagher c7c1f29016 Reorganize documentation
Close #1092
Close #1095
2018-09-09 11:33:09 -07:00
Michael S. Kazmier 744aaa26d4 [fix] Picker supports View props
Close #1064
2018-08-17 11:07:22 -07:00
Ben Milman b84e3b938a Fix typo in docs
Close #1049
2018-08-17 10:56:54 -07:00
Nicolas Gallagher 9c8407162e 0.8.9 2018-07-19 12:32:40 -07:00
Nicolas Gallagher d4af1eb981 0.8.8 2018-07-06 15:06:46 -07:00
Nicolas Gallagher afd5293172 Update React packages 2018-07-06 13:46:21 -07:00
Nicolas Gallagher baffc9a9e6 0.8.7 2018-07-05 11:50:17 -07:00
Nicolas Gallagher d2df2c296e 0.8.6 2018-06-28 09:47:56 -07:00
Nicolas Gallagher af80b046fa Update Flow config documentation
Close #1007
2018-06-28 09:33:07 -07:00
Nicolas Gallagher 0e81c6ef27 0.8.5 2018-06-26 07:55:35 -07:00
ral51 ecd4b40c71 Fix source code links on website
Close #994
2018-06-14 13:45:38 -07:00
Nicolas Gallagher e7cb364b63 0.8.4 2018-06-14 13:40:57 -07:00
Nicolas Gallagher 47a281373a 0.8.3 2018-06-06 16:24:02 -07:00
Nicolas Gallagher b195f2b1f5 0.8.2 2018-06-05 13:22:24 -07:00
Nicolas Gallagher 15b960f097 0.8.1 2018-06-05 09:31:42 -07:00
Nicolas Gallagher 6a310999d0 0.8.0 2018-06-04 11:55:16 -07:00
Nicolas Gallagher d0ca7585ab Update docs
Close #960
2018-06-04 11:40:08 -07:00
Nicolas Gallagher 3153cd8213 [add] Image support for blurRadius, tintColor, and shadows
Use CSS filters to implement React Native image styles.

Ref #362
Ref #548
2018-06-04 11:40:07 -07:00
Nicolas Gallagher 026a92fd53 [fix] babel-plugin option to rewrite to commonjs paths
Allow the babel plugin to be configured to rewrite paths to either ES
modules (default) or CommonJS.

Ref #961
2018-06-04 11:40:07 -07:00
Nicolas Gallagher f62ed22a14 [add] Text support for textDecoration{Color,Style} 2018-06-04 10:24:35 -07:00
Nicolas Gallagher a8e5d43db5 Move 'website' to 'packages/website'
Keep all workspaces in the 'packages' directory.
2018-06-03 11:32:55 -07:00