Nicolas Gallagher
1f3e9cc6ee
[change] ScrollView as new surface
...
Fix #405
2017-04-20 13:36:00 -07:00
Nicolas Gallagher
17ed63129f
Add a note about accessibilityRole compat
2017-04-20 10:39:34 -07:00
Nicolas Gallagher
769334d04e
Update benchmark results
2017-04-20 10:04:33 -07:00
Nicolas Gallagher
dad80d5718
0.0.84
0.0.84
2017-04-20 10:00:49 -07:00
Nicolas Gallagher
d8e93058da
Fix publish step
2017-04-20 10:00:39 -07:00
Nicolas Gallagher
4ae894313f
Add 'styletron' to benchmarks
2017-04-20 09:16:02 -07:00
Nicolas Gallagher
438f398022
Standardize styles for benchmark View implementations
2017-04-20 09:14:41 -07:00
Nicolas Gallagher
630ee24fdd
0.0.83
0.0.83
2017-04-19 16:53:15 -07:00
Nicolas Gallagher
ae13873c2c
[change] move 'a', 'button', 'ul' style resets to createDOMProps
...
Custom styles resets for the 'a', 'button', and 'ul' DOM elements are
now conditionally applied by 'createDOMProps'. This reduces the number
of classes on most Views and ensures that 'createDOMElement' (not just
'View' or 'Text') generates views with their styles reset.
2017-04-19 16:41:07 -07:00
Nicolas Gallagher
7705f521c8
[change] new accessibility features and docs
...
* Change 'accessible' to align with React Native.
* Add support for 'importantForAccessibility'.
* Stop event propagation for keyboard-activated Touchables (nested
Touchables now respond the same as when touch-activated).
* Fix whitespace layout of nested Text elements.
* Use 'div' for Text to improve TalkBack grouping.
* Rewrite accessibility docs.
Close #382
Fix #408
2017-04-19 16:41:01 -07:00
Nicolas Gallagher
cbd98a8bd7
[fix] accessibilityLiveRegion values
2017-04-18 21:11:34 -07:00
Nicolas Gallagher
1f80e4c105
[change] render Image 'source' immediately if previously loaded
...
Maintain a record of loaded images. If an image has already been loaded,
bypass the JS loading logic and render it immediately. This prevents
flashes of placeholder state when moving between screens or items in a
virtualized list.
2017-04-18 20:50:48 -07:00
Nicolas Gallagher
dbc8f31be6
Update benchmark dependencies
2017-04-18 14:59:00 -07:00
Nicolas Gallagher
ed994dc670
Update 'getting-started' docs
2017-04-15 09:12:08 -07:00
Joe Cortopassi
a57e58607a
Change to using 'prepare' npm-script
...
Avoids excessive rebuilding of modules during development tasks
Close #429
2017-04-14 13:34:24 -07:00
Nicolas Gallagher
03ea259d70
Update documentation
...
Close #417
2017-04-14 09:03:38 -07:00
Nicolas Gallagher
e39b58fd04
Update LayoutPropTypes
...
* Consolidates certain style props under LayoutPropTypes.
* Adds 'direction' style prop.
* Adds 'scroll' to 'overflow' style prop.
* Filter out 'aspectRatio' for now.
Ref #420
2017-04-14 08:28:06 -07:00
Nicolas Gallagher
ab45211401
[change] remove TextInput autogrow behaviour
...
This is non-standard. Removes 'maxNumberOfLines' too.
Ref #287
2017-04-13 20:46:28 -07:00
Nicolas Gallagher
32183bb92a
Update performance dependencies
2017-04-13 20:37:08 -07:00
Nicolas Gallagher
761c42301d
Update prettier
2017-04-13 19:26:01 -07:00
Nicolas Gallagher
0863894f40
[change] make react-dom a peer dependency
2017-04-13 19:24:43 -07:00
Nicolas Gallagher
8f736ddefe
Update enzyme and don't use react-test-renderer
2017-04-13 19:22:47 -07:00
Nicolas Gallagher
ab686e2a07
Update webpack
2017-04-13 18:30:37 -07:00
Nicolas Gallagher
2c14bdab2e
Update inline-style-prefixer
2017-04-13 17:33:54 -07:00
Nicolas Gallagher
0b8b064757
Update babel packages
2017-04-13 17:32:37 -07:00
Nicolas Gallagher
93eadb734b
Update eslint plugins
2017-04-13 17:24:57 -07:00
Nicolas Gallagher
8d561d7309
Update prettier and eslint
2017-04-13 17:18:54 -07:00
Nicolas Gallagher
cdca9e1e2b
Update 'modality' implementation
2017-04-13 15:57:58 -07:00
Nicolas Gallagher
170bab659d
[change] use 'prop-types' and 'create-react-class'
...
Preparation for React 15.5
2017-04-11 22:20:39 -07:00
Nicolas Gallagher
941c628445
Remove dependency on most react-dom internals
2017-04-09 19:20:08 -07:00
Nicolas Gallagher
547c375bd6
Add more comparative benchmarks
...
Add "aphrodite", "react-jss", and "reactxp" renderers.
"react-addons-perf" is required due to:
https://github.com/Microsoft/reactxp/issues/11
2017-04-08 18:52:15 -07:00
Sunil Pai
aa85876eb2
Improve performance of glamor benchmark renderer
2017-04-08 18:48:16 -07:00
Nicolas Gallagher
50b168cc41
Add note about Safari flexbox performance
2017-04-05 14:48:11 -07:00
Nicolas Gallagher
25a11e673d
0.0.81
0.0.81
2017-04-05 14:03:07 -07:00
Nicolas Gallagher
e846054f4e
Add 'Tweet' to performance benchmarks
2017-04-05 14:02:17 -07:00
Nicolas Gallagher
d6854abd7d
[fix] accessibilityLiveRegion values
2017-04-02 16:16:41 -07:00
Nicolas Gallagher
1b172319b9
[change] use 'aria-level' to determine DOM heading tag
...
Fix #401
Close #402
2017-03-30 09:25:13 -07:00
Nicolas Gallagher
e81394c26e
Add 'platform' benchmark
...
The "platform" benchmark relies on no intermediate layer. All the static
CSS it requires is inlined in the HTML page.
2017-03-25 09:11:23 -07:00
Nicolas Gallagher
d33aa3eee2
[change] Touchable no default 'accessibilityRole'
2017-03-23 15:42:20 -07:00
Nicolas Gallagher
5d78c73e8c
[add] export 'ViewPropTypes'
...
See https://github.com/reactjs/react-codemod/pull/99
2017-03-23 12:06:24 -07:00
Nicolas Gallagher
7735d304ef
[fix] export 'processColor'
2017-03-23 11:57:14 -07:00
Nicolas Gallagher
b7c72308ea
0.0.80
0.0.80
2017-03-22 23:43:37 -07:00
Nicolas Gallagher
5fee075774
Add 'processColor' tests
2017-03-22 23:40:40 -07:00
Nicolas Gallagher
25204eeff0
[fix] convert color values to CSS color
...
Convert all hex and numeric colors to rgba. Assume non-hex strings are
valid CSS colors.
2017-03-22 23:15:42 -07:00
Nicolas Gallagher
9c61fe58d3
[add] View 'hitSlop' shim
...
Shim the 'hitSlop' prop using a positioned element to extend the size of
a View's touch target without changing layout. Unlike the native
implementation, the touch target may extend past the parent view bounds.
2017-03-22 23:01:53 -07:00
Nicolas Gallagher
782125d169
Remove pointerEvents code from View
2017-03-20 22:53:57 -07:00
Nicolas Gallagher
af805d67e6
0.0.79
0.0.79
2017-03-20 22:42:00 -07:00
Nicolas Gallagher
68068f8cb6
[fix] support React Native props in 'setNativeProps'
...
React Native allows props like 'pointerEvents' to be set using
'setNativeProps'.
Fix #392
2017-03-20 22:33:59 -07:00
Nicolas Gallagher
e05e2122d7
[fix] avoid setting empty style objects
2017-03-20 22:33:59 -07:00
Nicolas Gallagher
47dac44120
[fix] filter 'lineBreakMode' from Text props
2017-03-20 22:33:53 -07:00