Kirill Korolyov
e1da11fa1d
[change] transparent default Image backgroundColor
2015-12-07 13:33:16 -08:00
Nicolas Gallagher
8cfef85934
[fix] Image tests
2015-12-01 15:50:38 -08:00
Nicolas Gallagher
6db24e9358
[fix] Image: default 'resizeMode' is 'cover'
...
Fix #41
2015-12-01 14:44:17 -08:00
Tom Ashworth
894fd0362d
[add] initial ScrollView
...
Supports the following props: `children`, `contentContainerStyle`,
`horizontal`, `onScroll`, `scrollEnabled`, `scrollEventThrottle`, and
`style`.
Fix #6
2015-10-24 11:35:30 -07:00
Nicolas Gallagher
5f7b3f5fef
[change] move examples
2015-10-19 18:32:38 -07:00
Nicolas Gallagher
75f653818a
[change] move tests.webpack.js
2015-10-19 18:31:27 -07:00
Nicolas Gallagher
2c52d41b75
[fix] -ms- CSS vendor prefix
2015-10-19 16:02:41 -07:00
Nicolas Gallagher
885d4586a9
[change] obfuscated selector prefix
2015-10-18 22:15:03 -07:00
Nicolas Gallagher
0a7eda2505
[fix] remove default link styles
2015-10-18 22:09:27 -07:00
Nicolas Gallagher
35385e7b69
[change] pointerEvents CSS
2015-10-18 22:08:36 -07:00
Nicolas Gallagher
3fd29697c0
[fix] initial 'display' value of 'Text'
...
Using `inline-block` breaks text overflow truncation in nested `Text`
components.
Fix gh-19
2015-10-18 18:08:39 -07:00
Nicolas Gallagher
08300f624f
[change] remove 'component' prop; accessibility docs
...
- infer underlying HTML tag from 'accessibilityRole'
- move accessibility props to 'CoreComponent'
- remove the 'component' prop from exported Components
Fix gh-23
2015-10-18 15:24:59 -07:00
Nicolas Gallagher
7f5a2807e2
[fix] avoid eslint-plugin-react@3.6.0 bug
2015-10-18 11:23:29 -07:00
Nicolas Gallagher
1c444569ae
[change] React 0.14 support
2015-10-18 08:54:09 -07:00
Nicolas Gallagher
6772233837
[remove] Swipeable
2015-10-17 18:49:21 -07:00
Nicolas Gallagher
cd89f88d96
[add] StyleSheet API
...
Initial StyleSheet implementation for Web. Converts style object
declarations to "atomic" CSS rules.
Close gh-25
2015-10-17 17:52:01 -07:00
Nicolas Gallagher
b59bdb17b2
[change] Unit test setup and reporter
2015-10-17 17:51:54 -07:00
Nicolas Gallagher
39b273f9d8
Moves
2015-09-20 21:00:15 -07:00
Nicolas Gallagher
ec9985a3b3
0.0.6
2015-09-20 19:52:18 -07:00
Nicolas Gallagher
0aa29d8816
Image: add test for 'role=img'
2015-09-20 19:41:13 -07:00
Nicolas Gallagher
45777e0405
Add '_className' escape-hatch to Text and View
2015-09-20 19:31:59 -07:00
Nicolas Gallagher
84e06564d4
Accessibility fixes for Image and Text
2015-09-20 19:21:01 -07:00
Nicolas Gallagher
1d1b633317
npm-script: fix 'test'
2015-09-20 16:40:46 -07:00
Nicolas Gallagher
33082f988e
Text: add props 'accessibilityLabel' and 'accessible'
...
These properties are missing in React Native but important for
accessible web interfaces.
2015-09-20 15:48:09 -07:00
Nicolas Gallagher
a2fb65a79c
Touchable: activeHighlight -> activeUnderlayColor
2015-09-20 15:47:35 -07:00
Nicolas Gallagher
e727193809
TextInput: props and tests
2015-09-20 15:43:52 -07:00
Nicolas Gallagher
d6db206ec4
Fix type of 'fontSize' style
2015-09-20 15:29:00 -07:00
Nicolas Gallagher
6c20646f10
Touchable: add 'accessibilityRole' prop
2015-09-13 22:59:45 -07:00
Nicolas Gallagher
b5aa68dc7a
specHelpers: accept props
2015-09-13 22:59:04 -07:00
Nicolas Gallagher
5668c40ee6
Don't strip testID's in production
2015-09-13 21:43:25 -07:00
Nicolas Gallagher
be86250ac6
Image: fix example code
2015-09-12 18:08:58 -07:00
Nicolas Gallagher
1e04dfc306
filterObjectProps: props -> propKeys
2015-09-12 18:08:21 -07:00
Nicolas Gallagher
09dd9a224a
Remove type tests; fix code style
2015-09-11 21:28:03 -07:00
Nicolas Gallagher
c7524b7b6f
Add Flow type checking; React >= 0.13
2015-09-11 21:17:48 -07:00
Nicolas Gallagher
5453c8843a
Trivial edits
2015-09-09 00:48:18 -07:00
Nicolas Gallagher
e0f836ccb5
Minor example page update
2015-09-09 00:31:32 -07:00
Nicolas Gallagher
eada8e7fc7
Refactor dev workflow
2015-09-08 23:29:31 -07:00
Nicolas Gallagher
4aa87c79fa
Fix tests and code style
2015-09-08 14:21:17 -07:00
Nicolas Gallagher
c72173ff88
Image: set 'resizeMode' default to 'stretch'
...
Fix #8
2015-09-08 00:29:53 -07:00
Nicolas Gallagher
3b848fe378
View: additional accessibility props
...
* Add `accessibilityLiveRegion` for `aria-live` support.
* Add `accessibilityRole` for `role` support.
Fix #11
2015-09-08 00:09:09 -07:00
Nicolas Gallagher
7eff1a644e
Spec helpers
2015-09-07 23:37:36 -07:00
Nicolas Gallagher
2750d70a93
Add support for 'accessible' prop
2015-09-07 22:09:16 -07:00
Nicolas Gallagher
65559f50e6
Image: fix ARIA role
2015-09-07 19:16:58 -07:00
Nicolas Gallagher
77fd21ea44
Touchable: add support for 'style' and keyboard
2015-09-07 14:40:37 -07:00
Nicolas Gallagher
38e4de76cd
Documentation edits; transfer props
2015-09-07 13:14:09 -07:00
Nicolas Gallagher
0f42cd83e1
Component stylePropTypes keys as constants
2015-09-07 13:00:59 -07:00
Nicolas Gallagher
6d4c9e881f
Move CoreComponent module
2015-09-07 12:58:48 -07:00
Nicolas Gallagher
357201e843
Fix lint errors
2015-09-07 10:12:42 -07:00
Nicolas Gallagher
0ab345a490
Fix tests for Firefox
2015-09-07 10:00:06 -07:00
Nicolas Gallagher
50771fc5cd
Misc fixes
2015-09-07 09:45:10 -07:00