Ben Alpert
|
4a7ec73d13
|
Add dataType to all $.ajax calls for consistency
Fixes https://groups.google.com/forum/#!topic/reactjs/WWA3ZqU6y4w.
|
2014-01-13 19:54:09 -08:00 |
|
cpojer
|
55d7adbc5b
|
Document PropTypes.renderable and PropTypes.component
|
2014-01-10 09:36:22 -08:00 |
|
Ben Alpert
|
409d8cab93
|
Document return value of unmountComponentAtNode
|
2014-01-08 21:56:59 -08:00 |
|
Ben Alpert
|
ee8b26034f
|
Remove two more react.min.js references
|
2014-01-08 11:40:53 -08:00 |
|
Paul O’Shannessy
|
132dfd7b1b
|
Don't use the min build in getting started guide
|
2014-01-08 11:38:34 -08:00 |
|
Michal Srb
|
f0cadaae86
|
Fix URL in displayName description
|
2014-01-08 14:55:27 +01:00 |
|
Christopher Chedeau
|
a51d005f84
|
Merge pull request #819 from mtharrison/add-more-svg-tags
Added support for 4 extra SVG tags
|
2014-01-06 15:44:15 -08:00 |
|
Timothy Yung
|
1293d38f99
|
Merge pull request #754 from spicyj/over-and-out
Add onMouseOver and onMouseOut events
|
2014-01-06 10:28:54 -08:00 |
|
Christopher Chedeau
|
11e66bf467
|
Merge pull request #823 from spicyj/key-docs
Add charCode/keyCode/which to key event docs
|
2014-01-06 09:40:18 -08:00 |
|
Matt Harrison
|
810c89b8cb
|
Aphabetized and wrapped tags/attributes docs
|
2014-01-06 08:15:46 +00:00 |
|
Ben Alpert
|
b282c3efd5
|
Add charCode/keyCode/which to key event docs
|
2014-01-05 21:24:17 -07:00 |
|
Christopher Chedeau
|
5a2c2d8e3f
|
Merge pull request #809 from passy/patch-1
Add gulp-react to Helpful OSS Projects
|
2014-01-05 18:16:20 -08:00 |
|
Matt Harrison
|
b5ed61ab58
|
Updated docs with new SVG elements
|
2014-01-05 12:18:30 +00:00 |
|
Daniel Lo Nigro
|
561bc9a26a
|
Change “not allowed” back to “discouraged” since you technically *can* use props called class or for…
|
2014-01-04 23:33:02 -08:00 |
|
Daniel Lo Nigro
|
6edc47aeae
|
Add link to HTML to JSX converter to “JSX In Depth” page
|
2014-01-04 23:25:28 -08:00 |
|
xixixao
|
4c7abcd424
|
Document displayName
|
2014-01-04 17:34:16 +01:00 |
|
Pascal Hartig
|
7d90bee52c
|
Add gulp-react to Helpful OSS Projects
Add @sindresorhus' JSX task for Gulp to the "Helpful Open-Source Projects" section of the tooling integration docs.
|
2014-01-04 11:20:45 +01:00 |
|
Ben Alpert
|
1758583add
|
Fix typo
|
2014-01-03 23:19:04 -07:00 |
|
Ben Alpert
|
1494ab98f2
|
Mention react-art where we talk about SVG
|
2014-01-03 23:15:50 -07:00 |
|
Felipe Oliveira Carvalho
|
6baf40bd22
|
Remove the require-jsx plugin from the tooling-integration page
In favor of the r.js friendly jsx-requirejs-plugin
|
2014-01-03 16:03:42 -03:00 |
|
Felipe Oliveira Carvalho
|
35490e4b5e
|
Add jsx-requirejs-plugin to the tooling-integration page
|
2014-01-03 15:45:03 -03:00 |
|
Ben Alpert
|
7b7fce2fb3
|
Add onMouseOver and onMouseOut events
Fixes #340.
Test Plan:
Ported @danielstocks's jsfiddle (linked in the issue) to React and the hover effect worked properly.
|
2013-12-30 17:38:15 -07:00 |
|
Vjeux
|
87a53ea086
|
Making 'native DOM' nodes more explicit in documentation
|
2013-12-31 01:34:42 +01:00 |
|
Ben Alpert
|
64a5570c1c
|
Move initial $.ajax out of getInitialState
We want to encourage people to make pure getInitialState functions.
|
2013-12-29 00:14:05 -07:00 |
|
Pete Hunt
|
d24fbf6d7b
|
Merge pull request #733 from ivan/master
Use explicit $.ajax dataType and add error callback
|
2013-12-28 22:15:08 -08:00 |
|
Ivan Kozik
|
91a049a45e
|
console.log -> console.error
|
2013-12-29 06:12:45 +00:00 |
|
Ivan Kozik
|
81f24d13e6
|
Add a warning about the @jsx declaration
|
2013-12-29 05:51:07 +00:00 |
|
Ivan Kozik
|
c72efb80c5
|
Use explicit $.ajax dataType and add error callback
|
2013-12-29 05:32:46 +00:00 |
|
Cheng Lou
|
9208a5153e
|
docs add warning to add jsx pragma
|
2013-12-28 23:04:34 -05:00 |
|
Wincent Colaiuta
|
9414ba1d83
|
Fix a typo in the working-with-the-browser docs
|
2013-12-26 22:22:00 -08:00 |
|
Paul O’Shannessy
|
4795c0b03e
|
Merge pull request #695 from luigy/patch-1
Fix "Dynamic Children" example
|
2013-12-26 09:04:21 -08:00 |
|
Pete Hunt
|
1141feaad1
|
Merge pull request #704 from vjeux/talks_doc
Add a talks section to the docs
|
2013-12-23 22:21:56 -08:00 |
|
Vjeux
|
8d938e4a32
|
Add a talks section to the docs
|
2013-12-24 07:20:42 +01:00 |
|
Fabio M. Costa
|
8a7415fd66
|
updating text as suggested by @petehunt
|
2013-12-23 16:41:41 -08:00 |
|
Fabio M. Costa
|
30199e4d17
|
Adding note about onScroll on IE8
|
2013-12-23 16:40:41 -08:00 |
|
Vjeux
|
0f3a5793e5
|
Document the Diff algorithm
We often refer to it but never did actually explain it.
|
2013-12-22 20:09:02 +01:00 |
|
Luigy Leon
|
d4ab34b188
|
Fix "Dynamic Children" example
|
2013-12-22 10:37:09 -05:00 |
|
Cheng Lou
|
0767e7b9dd
|
docs make all link start with /react/docs
|
2013-12-19 17:15:01 -05:00 |
|
Cheng Lou
|
b8081db247
|
docs add input attrs for Dom Differences
|
2013-12-18 00:46:59 -05:00 |
|
Cheng Lou
|
f6df878b37
|
docs section for non-dom attributes
Also added documentation for `dangerouslySetInnerHTML`.
|
2013-12-18 00:31:17 -05:00 |
|
Pete Hunt
|
d6886c35b3
|
Merge pull request #668 from nicholasbs/fix-docs-typo
Fix typos
|
2013-12-17 18:39:14 -08:00 |
|
Kit Randel
|
990e1e4142
|
Tutorial template markup needs a reference to jquery for the ajax calls
from step 13 onwards.
|
2013-12-18 15:13:45 +13:00 |
|
Nicholas Bergson-Shilcock
|
9fd3cf29b3
|
Fix typo (ot -> to)
|
2013-12-15 12:11:47 -05:00 |
|
Ben Alpert
|
ec1c1d4ace
|
Add loop property
|
2013-12-11 11:46:16 -08:00 |
|
Brian Cooke
|
6d8496dd06
|
Update highlighted lines in tutorial
Minor issue, but I found it distracting that the highlighted lines were not accurate. I *believe* this fixes them up.
|
2013-12-09 15:16:37 -08:00 |
|
Pete Hunt
|
28f5f803e6
|
Merge pull request #581 from chenglou/docs-select-value
docs `select` `value` to control chosen option
|
2013-12-01 13:53:12 -08:00 |
|
Cheng Lou
|
3d51380732
|
docs remove rootNode for componentDidMount/Update
|
2013-11-27 21:46:02 -05:00 |
|
Cheng Lou
|
493a22b865
|
docs select value to control chosen option
|
2013-11-20 22:34:53 -05:00 |
|
Ben Alpert
|
0f5fd4e076
|
autoBind -> Autobinding
We don't use the term autoBind anywhere any more.
|
2013-11-20 11:42:05 -08:00 |
|
Cheng Lou
|
289841e14f
|
docs highlight className and htmlFor transforms
|
2013-11-18 21:42:51 -05:00 |
|