Ben Alpert
4a7ec73d13
Add dataType to all $.ajax calls for consistency
Fixes https://groups.google.com/forum/#!topic/reactjs/WWA3ZqU6y4w .
11 years ago
Christoph Pojer
8e8051d25f
Fix #845 , Trivial year change
This was accidentally pulled into gh-pages.
11 years ago
Christoph Pojer
d174d1f1cc
Fix #874 : Edit thinking-in-react
Accidentally pulled #874 into gh-pages.
11 years ago
cpojer
55d7adbc5b
Document PropTypes.renderable and PropTypes.component
11 years ago
Ben Alpert
409d8cab93
Document return value of unmountComponentAtNode
11 years ago
Ben Alpert
ee8b26034f
Remove two more react.min.js references
11 years ago
Paul O’Shannessy
132dfd7b1b
Don't use the min build in getting started guide
11 years ago
Michal Srb
f0cadaae86
Fix URL in displayName description
11 years ago
Christopher Chedeau
a51d005f84
Merge pull request #819 from mtharrison/add-more-svg-tags
Added support for 4 extra SVG tags
11 years ago
Timothy Yung
1293d38f99
Merge pull request #754 from spicyj/over-and-out
Add onMouseOver and onMouseOut events
11 years ago
Christopher Chedeau
11e66bf467
Merge pull request #823 from spicyj/key-docs
Add charCode/keyCode/which to key event docs
11 years ago
Christopher Chedeau
9bdca4d705
Merge pull request #688 from vjeux/community_14
Community Round-up #14
11 years ago
Matt Harrison
810c89b8cb
Aphabetized and wrapped tags/attributes docs
11 years ago
Ben Alpert
b282c3efd5
Add charCode/keyCode/which to key event docs
11 years ago
Christopher Chedeau
5a2c2d8e3f
Merge pull request #809 from passy/patch-1
Add gulp-react to Helpful OSS Projects
11 years ago
Matt Harrison
b5ed61ab58
Updated docs with new SVG elements
11 years ago
Daniel Lo Nigro
561bc9a26a
Change “not allowed” back to “discouraged” since you technically *can* use props called `class` or `for`…
11 years ago
Daniel Lo Nigro
6edc47aeae
Add link to HTML to JSX converter to “JSX In Depth” page
11 years ago
xixixao
4c7abcd424
Document displayName
11 years ago
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.
11 years ago
Ben Alpert
1758583add
Fix typo
11 years ago
Ben Alpert
1494ab98f2
Mention react-art where we talk about SVG
11 years ago
Felipe Oliveira Carvalho
6baf40bd22
Remove the require-jsx plugin from the tooling-integration page
In favor of the r.js friendly jsx-requirejs-plugin
11 years ago
Felipe Oliveira Carvalho
35490e4b5e
Add jsx-requirejs-plugin to the tooling-integration page
11 years ago
Vjeux
383527944e
React Chrome Developer Tools
11 years ago
Cheng Lou
c0a9df9e5b
docs better error display for live editor and JSX compiler
11 years ago
Cheng Lou
2fd497d2c5
docs tips fix small typo and code
11 years ago
Pete Hunt
41a1ce41fc
Merge pull request #763 from spicyj/gh-762
Add info about dev vs. prod builds
11 years ago
Ben Alpert
a47119e2c9
Add info about dev vs. prod builds
Also moved the dev builds first because that's what most people will want.
11 years ago
Christopher Chedeau
b627e76d7c
Merge pull request #755 from spicyj/cm-scroll
Upgrade codemirror and enable line wrapping
11 years ago
Christopher Chedeau
ce6c3770eb
Merge pull request #758 from chenglou/docs-kill-wiki
docs remove link to wiki page
11 years ago
Cheng Lou
7a794ae3cf
docs remove link to wiki page
Also some minor writing changes.
11 years ago
Ben Alpert
3e8520f9d8
Upgrade codemirror and enable line wrapping
Fixes #678 .
11 years ago
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.
11 years ago
Vjeux
87a53ea086
Making 'native DOM' nodes more explicit in documentation
11 years ago
Ben Alpert
2deed9882e
IE8 style fixes
- Add html5shiv so that HTML5 elements like header, footer, etc can be styled
- Remove a couple uses of :first-child/:last-child which IE8 doesn't support
11 years ago
Christopher Chedeau
cf653b1a07
Merge pull request #750 from chenglou/docs-clean
docs tips small refactorings
11 years ago
Cheng Lou
4002a86e22
docs tips small refactorings
11 years ago
Christopher Chedeau
9f2a159628
Merge pull request #749 from spicyj/docs-ie8
Make React website work in IE8
11 years ago
Ben Alpert
315c58b7cf
Make React website work in IE8
Fixes #406 .
Empty conditional comment is for http://www.phpied.com/conditional-comments-block-downloads/ .
11 years ago
Christopher Chedeau
392fd82be8
Merge pull request #623 from chenglou/tips-communication
docs tips parent-child communication 2
11 years ago
Cheng Lou
f228f65f01
docs tips expose component function
11 years ago
petehunt
bd86c53822
Update parent/child communication tip
11 years ago
Paul O’Shannessy
337cdea693
Merge pull request #739 from jhiswin/master
live_editor.js using deprecated function
Fixes #738 #666
11 years ago
Christopher Chedeau
0d76ca4f7b
Merge pull request #687 from vjeux/community_13
Community Round-up #13
11 years ago
Vjeux
675f711072
Community Round-up #13
11 years ago
jhiswin
daaed17d12
live_editor.js using deprecated function
unmountAndReleaseReactRootNode -> unmountComponentAtNode
breaks html-jsx.html
11 years ago
Ben Alpert
64a5570c1c
Move initial $.ajax out of getInitialState
We want to encourage people to make pure getInitialState functions.
11 years ago
Pete Hunt
d24fbf6d7b
Merge pull request #733 from ivan/master
Use explicit $.ajax dataType and add error callback
11 years ago
Ivan Kozik
91a049a45e
console.log -> console.error
11 years ago