Nicolas Gallagher
701ecb7c52
0.0.71
0.0.71
2017-02-17 08:54:33 -08:00
Li Hau Tan
75042093c2
[fix] add 'State' static to 'TextInput'
...
Fix #365
Close #366
2017-02-17 08:51:22 -08:00
Nathan Tran
bb417900a9
[add] willChange style prop type
...
Close #367
2017-02-17 08:44:12 -08:00
Nicolas Gallagher
89e0a15d1b
[fix] add 'timeStamp' to scroll and layout events
2017-02-16 08:18:56 -08:00
Nicolas Gallagher
b2e0a3702f
[fix] Linking methods return promises
2017-02-11 14:13:25 -08:00
Rodrigo Moyle
a4644c204d
[fix] add shadow style props to Image styles
...
Fix #357
Close #358
2017-02-11 11:21:45 -08:00
Nicolas Gallagher
1e9536b611
0.0.70
0.0.70
2017-02-06 17:15:43 -08:00
Nicolas Gallagher
d15dafc108
Build UMD bundle from source
2017-02-06 13:14:48 -08:00
Nicolas Gallagher
c9c1aab97e
Rearrange propType imports
2017-02-05 16:50:06 -08:00
Nicolas Gallagher
a2903f9d30
Move TextPropTypes to TextStylePropTypes
2017-02-05 16:37:54 -08:00
Nicolas Gallagher
c7771ac64f
[change] avoid 'react-dom/lib/*' where possible
2017-02-05 16:36:26 -08:00
Nicolas Gallagher
c8129c2a99
Remove NODE_ENV wrappers
2017-02-05 16:35:04 -08:00
Matthias Le Brun
b793737393
[fix] onLayout calculation
...
The 0.0.69 release introduced a regression in UIManager's measurement
calculations.
Using `offset` properties returns the offset relative to the closest
positioned ancestor. Make `getRect` iterate over the ancestor chain.
Fix #341
Close #345
2017-02-05 12:09:42 -08:00
Nicolas Gallagher
2a4d1c81d8
0.0.69
0.0.69
2017-01-28 11:01:23 -08:00
Nicolas Gallagher
a8a25d66ea
[fix] measure CSS layout independent of transforms
...
Fix #332
2017-01-28 10:37:49 -08:00
Gethin Webster
e06d7a9650
[fix] Prevent props warnings from ScrollView in ListView
2017-01-28 10:01:16 -08:00
Nicolas Gallagher
c2501f2bc2
Add documentation for webpack@2 *.web.js resolving
...
Fix #334
2017-01-28 09:57:14 -08:00
Nicolas Gallagher
c51e7f1965
[fix] Linking method names
...
Fix #339
2017-01-28 09:50:15 -08:00
Nicolas Gallagher
dfff6b3780
[fix] StyleSheet resolving for 'number' style
2017-01-16 14:36:20 -08:00
Nicolas Gallagher
5f6b4a746a
Update webpack-bundler-analyzer
2017-01-13 13:21:23 -08:00
Nicolas Gallagher
f077907dd4
Fix AppRegistry/renderApplication snapshot
2017-01-11 13:15:07 -08:00
Nicolas Gallagher
a94367bdcb
0.0.68
0.0.68
2017-01-11 13:12:25 -08:00
Nicolas Gallagher
65febbbc52
[fix] error in setNativeProps when no style
...
Close #325
Close #327
2017-01-11 13:08:10 -08:00
Nicolas Gallagher
b14d2e5bd8
[fix] CSS pointer event selectors
2017-01-11 12:47:24 -08:00
Nicolas Gallagher
7c83ba162d
0.0.67
0.0.67
2017-01-08 18:40:02 -08:00
Nicolas Gallagher
3ffc005a7b
[fix] setNativeProps resolving logic
...
Since styles are set using both class names and inline styles,
'setNativeProps' needs an additional resolving step that accounts for
the pre-existing state of RN-managed styles on the DOM node.
Fix #321
2017-01-08 18:25:39 -08:00
Nicolas Gallagher
50a70ad02f
0.0.66
0.0.66
2017-01-07 19:05:54 -08:00
Nicolas Gallagher
768e895701
[fix] View transforms; add perspective styles
...
Fixes a regression introduced by
5db300df35
The `perspective` function is distinct from the `perspective` property.
This patch reverts the regression and adds support for `perspective`,
`perspectiveOrigin`, and `transformOrigin`.
Fix #208
2017-01-07 19:02:57 -08:00
Nicolas Gallagher
af5fde994d
Fix yarn.lock
2017-01-07 18:25:54 -08:00
Paul Le Cam
c3d0763944
[fix] ListView imports and 'getRowAndSectionCount'
...
Close #316
2017-01-07 18:22:47 -08:00
Nicolas Gallagher
0aba506725
Fix UIManager tests
2017-01-07 18:18:56 -08:00
Nicolas Gallagher
91032d8565
[change] allow 'display' in ViewStylePropTypes
...
Fix #296
2017-01-07 18:15:16 -08:00
Nicolas Gallagher
0696721488
Document transition and animation View styles
2017-01-07 18:12:26 -08:00
Nicolas Gallagher
fe18830ce6
[change] use classList in UIManager
...
Prevent setting the same class multiple times
2017-01-07 18:03:51 -08:00
Nicolas Gallagher
1b86d02300
[change] wrap layout measurement in 'asap'
2017-01-07 18:03:03 -08:00
Nicolas Gallagher
c56b472258
[change] depend on normalize-css-color
...
Fix #308
2017-01-07 18:00:17 -08:00
Nicolas Gallagher
b00132f007
[fix] TouchableOpacity transition duration
2017-01-07 17:50:59 -08:00
Nicolas Gallagher
8b8f8f0374
[fix] CSS properties that support unitless numbers
2017-01-05 14:47:10 -08:00
Nicolas Gallagher
8e94af34e1
Remove use of 'keyOf'
2017-01-05 14:47:10 -08:00
Nicolas Gallagher
7ffaf592d5
[fix] Text automatic writing direction detection
2017-01-05 14:47:08 -08:00
Nicolas Gallagher
a1017fa785
0.0.65
0.0.65
2017-01-04 18:25:39 -08:00
Nicolas Gallagher
5db300df35
[fix] transform perspective resolution
2017-01-04 18:04:15 -08:00
Nicolas Gallagher
214d862e61
[add] ScrollView to Animated
2017-01-04 18:04:05 -08:00
Nicolas Gallagher
4ef5453b33
0.0.64
0.0.64
2017-01-04 10:58:15 -08:00
Nicolas Gallagher
a27671d7cf
[fix] passing on RN style props in createDOMElement
...
The 'createDOMElement' function wasn't pulling 'style' out of the
props. A change to the logic that sets DOM props meant that if
'StyleRegistry.resolve' didn't return a 'style' object, the React Native
styles would be passed through to the underlying DOM node.
Fix #315
2017-01-04 10:43:19 -08:00
Nicolas Gallagher
8d2a650670
[fix] StyleSheet selector escaping
...
Values that contain '*' (e.g. 'calc(2 * 2)') were not properly escaped,
resulting in broken selectors.
2017-01-03 14:25:39 -08:00
Nicolas Gallagher
4cc1c983e8
0.0.63
0.0.63
2017-01-02 23:44:10 -08:00
Nicolas Gallagher
37413fd55f
Update Text snapshot
2017-01-02 23:43:39 -08:00
Nicolas Gallagher
07ff0ea104
Use setNativeProps to update ProgressBar
2017-01-02 23:28:14 -08:00
Nicolas Gallagher
1a87657500
[fix] Switch thumb positioning
2017-01-02 23:25:15 -08:00