Nicolas Gallagher
36eafbc2f5
0.0.52
0.0.52
2016-11-22 17:10:14 -08:00
Nicolas Gallagher
bca3398c1c
Correct devDependencies
2016-11-22 17:08:04 -08:00
Nicolas Gallagher
722d77e8e5
Smaller production builds
...
Builds on the exclusion of PropTypes from production builds:
- Remove 'lodash' and use smaller modules for equivalent functions.
- Remove use of some unnecessary Facebook utilities.
- Remove 'TouchableBounce'; it isn't part of React Native anymore.
- Remove stray import of 'react-dom/server'.
- Exclude 'StyleSheetValidation' from production.
Measuring the UMD build (gzip)…
Before: ~100KB
After: ~60KB
2016-11-22 16:59:20 -08:00
Nicolas Gallagher
d65c92eea9
[change] prepare for react-dom@15.4.0
...
Don't depend directly on the 'react-dom' module as it will be prebuilt
in 15.4. Leave server-side rendering to 'react-dom/server'.
2016-11-22 16:57:28 -08:00
Nicolas Gallagher
8dd39c681c
[change] allow propTypes to be removed in production builds
...
Fix #254
2016-11-22 16:57:22 -08:00
Nicolas Gallagher
0b1759363d
[add] promote ScrollView content to new layer
2016-11-22 13:08:11 -08:00
Nicolas Gallagher
abd1227a94
[change] ScrollView props and event handling
...
- Update 'scrollEventThrottle' prop
- Filter non-DOM props
- Persist debounced scroll events.
Fix #209
2016-11-21 21:39:08 -08:00
Nicolas Gallagher
8352c7cbda
Use yarn for dependency management
2016-11-21 17:10:50 -08:00
Nicolas Gallagher
89f5a13891
[change] TextInput uses DOM elements
...
This patch changes TextInput to use DOM inputs directly, rather than
trying to reimplement 'placeholder'. Removes support for
'placeholderTextColor'.
Fix #54
Fix #224
Fix #229
Fix #235
Fix #253
2016-11-21 16:52:40 -08:00
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