Nicolas Gallagher
4005f9ddde
0.0.51
0.0.51
2016-11-21 12:42:58 -08:00
Nicolas Gallagher
f192a9ba26
[fix] Depend on React@15.3
...
React@15.4 includes changes that prevent the ResponderEventPlugin from
being properly injected, which breaks Touchables and PanResponder.
Fix #257
2016-11-21 12:38:37 -08:00
Nicolas Gallagher
e688a949fb
0.0.50
0.0.50
2016-11-20 14:00:42 -08:00
Nicolas Gallagher
77605cb27c
[add] Text accessibility roles
...
Fix #199
2016-11-20 13:56:49 -08:00
Nicolas Gallagher
4f71833aec
[fix] Image rendering in Safari
...
The use of 'max-height:100%' on the inner image can cause extremely poor
render performance in Safari. Remove the inner image and simplify
`Image` to use a single view. This fixes the following additional bugs:
Fix #202
Fix #226
2016-11-20 13:51:16 -08:00
Nicolas Gallagher
fa14995a35
Use jest for testing
...
Thanks to @paularmstrong:
https://github.com/necolas/react-native-web/pull/249
2016-11-09 10:00:49 -08:00
Paul Armstrong
4beae0dd78
[fix] NetInfo event handler registration
2016-11-04 10:20:19 -07:00
Nicolas Gallagher
5598961d2c
Move ResponderEventPlugin injection to View
2016-11-04 10:09:55 -07:00
Nicolas Gallagher
4613baf0e8
[fix] StyleSheet check 'transform' is an array
2016-11-04 10:09:27 -07:00
Nicolas Gallagher
3b661d8d6d
0.0.49
0.0.49
2016-11-03 09:16:00 -07:00
Nicolas Gallagher
22d20706e3
Add React Native TextInput examples
2016-11-03 08:56:26 -07:00
Nicolas Gallagher
0b2813b186
[fix] View when 'style' is not defined
2016-11-03 08:52:25 -07:00
Nicolas Gallagher
b248de552d
Fix tests
2016-11-03 08:51:51 -07:00
Nicolas Gallagher
2b826dc7f4
[add] TextInput support for selection
2016-10-28 23:37:19 -07:00
Nicolas Gallagher
b46acd4f50
[fix] TextInputState focus management
2016-10-28 22:12:20 -07:00
Nicolas Gallagher
5a03cb25cb
[add] TextInput support for blurOnSubmit and onSubmitEditing
2016-10-28 21:15:35 -07:00
Nicolas Gallagher
44e60d12e3
[change] TextInput support for autoCorrect and autoComplete
2016-10-28 10:51:05 -07:00
Nicolas Gallagher
fc60f8d332
[add] TextInput support for autoCapitalize
2016-10-28 10:36:06 -07:00
Nicolas Gallagher
2a65ca6fc0
[add] TextInput support for isFocused
2016-10-27 22:31:43 -07:00
Nicolas Gallagher
9db3bd7e67
[add] TextInput support for onKeyPress
...
Fix #215
2016-10-27 22:17:59 -07:00
Nicolas Gallagher
1963e9109a
0.0.48
0.0.48
2016-10-27 21:12:04 -07:00
Nicolas Gallagher
14072c7471
[fix] View event handling
...
Fix #238
2016-10-27 21:00:17 -07:00
Nicolas Gallagher
0af6dc00fc
[change] Image 'source' dimensions and RN layout
...
Adds support for 'width' and 'height' set via the 'source' property.
Emulates RN image layout (i.e., no dimensions by default).
Fix #10
2016-10-23 19:19:52 -07:00
Nicolas Gallagher
c9d401f09a
[fix] Image resizeMode style
...
Fixes an issue in production where 'resizeMode' is deleted from style
simple objects, preventing it from being applied at render time.
Fix #233
2016-10-23 14:50:25 -07:00
Nicolas Gallagher
8aeeed0ef7
[fix] accept number or string for flexBasis style
...
Fix #230
2016-10-20 10:36:40 -07:00
Nicolas Gallagher
f5d0f73b4f
0.0.47
0.0.47
2016-10-13 10:30:49 -07:00
Xiaohan Zhang
ee7d367062
[fix] AsyncStorage.mergeItem to support deep merge
...
Mirrors behaviour of react-native
2016-10-13 10:27:51 -07:00
Nicolas Gallagher
dbd607ce47
0.0.46
0.0.46
2016-10-10 17:12:28 -07:00
Nicolas Gallagher
373cb38ca9
Fix lint error
2016-10-10 09:19:20 -07:00
Nicolas Gallagher
4576b42365
Correct the Image docs
2016-10-09 16:53:41 -07:00
Nicolas Gallagher
5a5707855b
[fix] CSS reset
2016-10-04 16:26:03 -07:00
Paul Le Cam
0c76cc5d80
[fix] how ListView uses ScrollView
...
* Bind `_setScrollViewRef` to instance
* Fix getting ScrollView props for ListView
2016-09-19 16:24:25 -07:00
Nicolas Gallagher
d64df129b2
[fix] remove default 'input' border-radius
2016-09-12 11:46:47 -07:00
Nicolas Gallagher
763c5444ce
Add 'ProgressBar' to README
2016-09-06 12:51:59 -07:00
Nicolas Gallagher
88d13f06f8
0.0.45
0.0.45
2016-09-06 12:42:36 -07:00
Nicolas Gallagher
3dd94880e0
[fix] ActivtyIndicator accessibility props
...
Markup the 'ActivityIndicator' as an indeterminate ARIA 'progressbar'
2016-09-06 12:41:07 -07:00
Nicolas Gallagher
e1080d72d7
[fix] ScrollView style issues
...
* Fix contentContainer not expanding to contain all child elements
* Add momentum scrolling on iOS
Fix #197
2016-09-06 12:33:53 -07:00
Nicolas Gallagher
55849cdd0d
Add display names
2016-09-06 12:33:14 -07:00
Nicolas Gallagher
0aef117733
[add] ProgressBar component
...
Ref #91
2016-09-01 16:49:42 -07:00
Nicolas Gallagher
977d8729f5
Fix style prop validation in development
2016-09-01 16:37:45 -07:00
Nicolas Gallagher
9222cbf4bd
[add] support numeric ActivityIndicator size value
2016-09-01 16:36:49 -07:00
Nicolas Gallagher
103560fc11
Add i18n docs and update README
2016-08-31 15:19:49 -07:00
Nicolas Gallagher
3a2daf386d
[change] Hide more 'input' pseudo-elements
...
Removes the webkit spin-buttons from numeric inputs.
Fix #194
2016-08-31 14:07:08 -07:00
Nicolas Gallagher
6640b61b3e
Change appearance of ActivityIndicator
...
This looks more like a traditional OS-level activity indicator.
The design of the Android activity indicator hasn't worked very well for
us on Web. The main problem is that if the main thread is locked, the
indicator (even if it's a gif) will stop animating and can look really
bad. This implementation looks like an activity indicator even when it
isn't animating.
2016-08-31 13:54:00 -07:00
Nicolas Gallagher
07d1124d60
Update runtime dependencies
2016-08-26 11:30:45 -07:00
Nicolas Gallagher
c7b3a8e60b
Update react-storybook dependency
2016-08-26 11:30:44 -07:00
Nicolas Gallagher
d32eec7239
Update build and test dependencies
2016-08-26 11:30:38 -07:00
Nicolas Gallagher
f8f2898095
Use Twitter JavaScript style
2016-08-26 11:29:11 -07:00
Nicolas Gallagher
201bfd2e4d
[change] remove 'label' element from Switch
2016-08-22 16:32:18 -07:00
Nicolas Gallagher
496839d19a
Add tests for Switch
2016-08-20 20:33:55 -07:00