Commit Graph

17 Commits

Author SHA1 Message Date
Matt
6f89467eb3 [react] Added a "boxShadow" optional property to the "CSSProperties" interface (#14726)
* [react] Added a "boxShadow" optional property to the "CSSProperties" interface.
MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow

* Added a test for CSSProperties.boxShadow
2017-03-10 16:09:13 -08:00
Gaspard Bucher
5a3f029dc4 Add suppressContentEditableWarning to react
* react: add support for the new suppressContentEditableWarning flag
https://github.com/facebook/react/pull/6112
2017-03-02 11:48:06 +01:00
Emma
c9bfdf9d36 replace space-around with space-evenly for test
The justifyContent style for the test now uses a new css property for `justify-content` that has been introduced.
2017-02-25 16:18:22 -07:00
Kanchalai Tanglertsampan
ac7c9faeee Add slot HTML attributes 2017-02-21 14:35:48 -08:00
Yuya Tanaka
580af100e1 react: Use type parameter for currentTarget of animation events 2017-02-15 03:38:11 +09:00
Arthur Ozga
a15be2eed2 Merge pull request #14424 from Strate/patch-2
react: make defaultProps Partial<P>
2017-02-10 14:22:28 -08:00
Artur Eshenbrener
e875fc829a react: make defaultProps Partial<P>
Added a test, which ensures that defaultProps are Partial
2017-02-10 11:02:43 +03:00
Arthur Ozga
4916c5a23d Merge pull request #14234 from tkrotoff/react-fontWeight-initial
Fix React fontWeight CSS property
2017-02-08 13:28:21 -08:00
Tanguy Krotoff
a1d9875fd8 Introduce CSSLength type to make CSS properties more explicit
Also add tests for SVG specific style attribute declarations
2017-02-08 04:29:38 +01:00
Tanguy Krotoff
72e864ff03 Add CSSWideKeyword to all CSS properties 2017-02-08 04:27:03 +01:00
Tanguy Krotoff
9ecb61ea76 Add unit tests for some React.CSSProperties 2017-02-08 04:27:03 +01:00
Kanchalai Tanglertsampan
47f5a06ab0 Revert "Add tests and fix broken test"
This reverts commit d79f340d57.
2017-02-06 17:05:24 -08:00
Patricio Zavolinsky
ec9bf7f229 React: Constrain typed changed events to inputs, selects and textareas 2017-01-31 09:36:05 +00:00
Kanchalai Tanglertsampan
d79f340d57 Add tests and fix broken test 2017-01-27 15:23:51 -08:00
Justin Bay
1001a8eae9 Revert 80e4d8b/#11612. Fixes #14176 2017-01-23 19:33:00 -05:00
Patricio Zavolinsky
cfe2a21973 React: add typed target for change events 2017-01-19 08:59:57 +00:00
Andy
76a710cc94 Rename test files to be consistent (#13882) 2017-01-10 06:33:06 -08:00