yuanyan
45a321d686
Remove dead code.
2016-03-03 23:08:47 +08:00
Jim
f8046f2dc2
Merge pull request #6172 from mgmcdermott/master
...
Fixed linting warnings and some mis-spacing in SyntheticEvent warnings
2016-03-02 18:54:27 -08:00
Michael McDermott
18af9bc91e
Fixed some linting warnings and some mis-spacing in SyntheticEvent warnings.
2016-03-02 18:40:23 -05:00
Jim
09666ad486
Merge pull request #6159 from mxstbr/move-jsx-comment
...
Move no-jsx note in ReactElement tests
2016-03-02 11:00:20 -08:00
Dan Abramov
4bbd8d25e1
Merge pull request #6164 from gaearon/fix-svg
...
Don't set children attribute on SVG nodes
2016-03-02 11:02:50 +00:00
Dan Abramov
5eab1bbe29
Don't interpret reserved props as attributes for SVG elements
...
This fixes a bug introduced in #5714 .
The code paths are now similar to web components where we worked around the same issue in #5093 .
Additionally, we also skip dangerouslySetInnerHTML and suppressContentEditableWarning.
2016-03-02 02:48:57 +00:00
Max
32b0c62214
Copy and paste no-jsx note from top of file to places where it's used
...
Closes #6157
2016-03-01 20:06:20 +01:00
Jim
56c423afd6
Merge pull request #6152 from jimfb/fix-blog-code-fragment
...
Updated code fragment for correctness.
2016-02-29 21:03:18 -08:00
Paul O’Shannessy
4da7e7ef9c
Merge pull request #6151 from zpao/docs-external-sidebar-followup
...
Docs external sidebar followup
2016-02-29 19:28:30 -08:00
jim
aec8a9b4fe
Updated code fragment for correctness.
2016-02-29 17:52:43 -08:00
Paul O’Shannessy
e0442f6915
Add redirect layout (again) and use it
2016-02-29 16:48:09 -08:00
Paul O’Shannessy
ab6041bad6
Don't add class="" if we don't need to
2016-02-29 16:30:03 -08:00
Jim
8f2b7d8e71
Merge pull request #6090 from joecritch/docs-external-link-icon
...
[Docs] Added icon for external links in nav
2016-02-29 15:19:25 -08:00
Paul O’Shannessy
a026b35626
Merge pull request #6140 from NogsMPLS/removeBabelBrowser
...
[Docs] Remove babel-browser link
2016-02-29 10:03:21 -08:00
Paul O’Shannessy
730e5ac2e6
Merge pull request #6132 from chicoxyzzy/use_object_is_in_oneof_validate_method
...
Using Object.is implementation when compare values inside React.PropTypes.oneOf
2016-02-29 09:59:09 -08:00
chico
03925f4f06
Using Object.is implementation when compare values inside React.PropTypes.oneOf
2016-02-29 18:46:19 +03:00
Jim
4045747af6
Merge pull request #6141 from wikinee/master
...
Update 10.2-form-input-binding-sugar.zh-CN.md
2016-02-29 04:56:44 -08:00
Nee
132a291747
Update 10.2-form-input-binding-sugar.zh-CN.md
...
translation other English Party to Chinese.
2016-02-29 17:28:47 +08:00
Ben Alpert
96eb7ffdda
Merge pull request #6139 from mxstbr/fix-rendertostaticmarkup-invariant
...
Fix renderToStaticMarkup() invariant
2016-02-28 22:27:02 -08:00
Nathan Smith
7dc8910373
remove babel-browser link
2016-02-28 18:03:05 -06:00
Max
4d1bfcc8e1
Fix renderToStaticMarkup invariant
2016-02-28 22:33:23 +01:00
Paul O’Shannessy
5696ccfcd7
Merge pull request #6005 from milesj/synthetic-transition
...
Added support for synthetic animation/transition events.
2016-02-28 11:09:30 -08:00
Paul O’Shannessy
adc9104d84
Merge pull request #6133 from stevenvachon/patch-1
...
support standard "cssFloat" css property
2016-02-28 10:59:49 -08:00
Steven Vachon
f68325f5d7
support standard "cssFloat" css property
...
For tools that compile CSS may have already converted the name.
More info:
https://npmjs.com/camelcase-css
https://npmjs.com/postcss-js
2016-02-27 01:13:15 -05:00
Paul O’Shannessy
5bb4303f9d
Merge pull request #6113 from kittens/babel-6
...
Update to Babel 6
2016-02-26 18:36:55 -08:00
Sebastian McKenzie
1365498b81
Update to Babel 6
2016-02-26 16:49:32 -08:00
Dan Abramov
4c804361e0
Fix the lint issue introduced in #6129
2016-02-26 21:57:16 +00:00
Dan Abramov
1e5bb2e9e4
Merge pull request #6129 from gaearon/syranide-lessvpm
...
Disable ViewportMetrics unless MouseEvent lacks support for pageX/pageY
2016-02-26 20:56:38 +00:00
Andreas Svensson
471b4af2c8
Disable ViewportMetrics unless MouseEvent lacks support for pageX/pageY
2016-02-26 20:35:48 +00:00
Jim
13871886ba
Merge pull request #6127 from jimfb/LinkedInput-to-packages
...
Moved LinkedInput from addons to packages.
2016-02-26 11:02:52 -08:00
Dan Abramov
92530b4ddc
Merge pull request #6068 from gaearon/react-instrumentation
...
Add ReactInstrumentation
2016-02-26 17:18:19 +00:00
Ben Alpert
74070e5838
Merge pull request #6082 from spicyj/nq-set-props
...
Remove unused enqueueSetProps methods
2016-02-26 00:39:48 -08:00
Ben Alpert
5b13cbc0e8
Merge pull request #5877 from spicyj/mount-class-error
...
Clarify error when passing class to render()
2016-02-26 00:26:11 -08:00
Ben Alpert
895fab782b
Clarify error when passing class to render()
2016-02-26 00:26:02 -08:00
Miles Johnson
260353e977
Added support for synthetic animation/transition events.
2016-02-25 23:52:32 -08:00
jim
8ab15c1d84
Moved LinkedInput from addons to packages.
2016-02-25 17:49:35 -08:00
Paul O’Shannessy
e2866ae412
Merge pull request #6123 from changhw01/patch-1
...
Clarify a step in the quick start
2016-02-25 14:52:25 -08:00
Huang-Wei Chang
040e94b7f5
Clarify a step in the quick start
...
I propose to add a sentence to indicate the page is ready, and the next step (Separate File) is optional. IMMO, the quick-start guide should be really short so that readers can see the result asap. Furthermore, the "Separate File" might not work for readers using Chrome anyway.
2016-02-25 13:17:07 -08:00
Jim
dff05beeff
Merge pull request #5947 from koba04/add-warning-for-adding-synthetic-event-property
...
Add a warning for adding a property in the SyntheticEvent object
2016-02-24 13:30:49 -08:00
Jim
7a3009c2b4
Merge pull request #6112 from mxstbr/surpressContentEditableWarning
...
Add suppressContentEditableWarning
2016-02-24 13:02:12 -08:00
Max
f7276b304c
Add suppressContentEditableWarning
...
See #5837
2016-02-24 20:41:07 +01:00
Jim
308badbc03
Merge pull request #6094 from AprilArcus/cite-attribute
...
add "cite" attribute to whitelist for <blockquote> elements
2016-02-24 11:15:37 -08:00
April Arcus
39c597f523
add "cite" attribute to whitelist for <blockquote> elements ( fixes #6084 )
2016-02-22 20:58:17 -08:00
Joe Critchley
8886cee285
Added icon for external links in Docs nav and unlinked Complementary Tools and Examples in favor of this icon
2016-02-23 02:18:20 +00:00
Jim
de09e0acd8
Merge pull request #6092 from dpercy/patch-2
...
Fix inverted definition of Controlled component
2016-02-22 15:59:20 -08:00
David Percy
8011112cc1
Fix inverted definition of Controlled component
2016-02-22 18:45:36 -05:00
Jim
fb75341769
Merge pull request #6085 from srph/patch-1
...
Add ReactLink deprecation notice
2016-02-22 14:49:01 -08:00
Paul O’Shannessy
5652c710c0
Merge pull request #6089 from chromakey/bb-fix-htmltojsx-script-link
...
Fix script source HTTPS error in html-jsx.md doc
2016-02-22 14:37:26 -08:00
Bill Blanchard
6ec8f078f1
Change script src for htmltojsx.min.js to referral target to fix https error
2016-02-22 16:20:23 -05:00
Kier Borromeo
01b3196896
Add deprecation notice.
2016-02-23 01:24:23 +08:00