Paul O’Shannessy
3ac6077468
Normalize line endings
11 years ago
Cheng Lou
353981f384
docs add jsx->js tab to live editors
11 years ago
Cheng Lou
9a6959e36e
docs fix back link in Examples
11 years ago
Nick Thompson
70f1593516
Clarify componentWillMount behavior
11 years ago
Christopher Chedeau
b276112ef0
Document isMounted
Text from @petehunt
11 years ago
Paul O’Shannessy
e0c82f8687
[docs] Remove commented out ghbtns
11 years ago
Paul O’Shannessy
b3908ee455
[docs] Add timezone to _config
This way we hopefully won't churn the feed when genereated in
a different time zone (eg France).
11 years ago
Paul O’Shannessy
fb0a6189a5
Remove stray "117", combine lines in polyfill docs
11 years ago
Christopher Chedeau
1a6b13918d
Merge pull request #892 from rtfeldman/update-shim-docs
Mention need for `es5-sham.js` in docs
11 years ago
Richard Feldman
5bc56eff2b
Rewrite Older Browsers polyfill section for clarity.
11 years ago
Timothy Yung
77dbc54ed0
Fix "Uncontrolled Components" documentation
11 years ago
Richard Feldman
50a8a1975a
Fix typo in docs.
11 years ago
Richard Feldman
6df3ee371a
Update docs to mention that you need both es5-shim.js and es5-sham.js to use React with IE8.
11 years ago
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