Commit Graph

479 Commits

Author SHA1 Message Date
cpojer ca02a068b8 Update propTypes documentation. 2014-01-21 16:45:34 -08:00
Ben Alpert ffc31ed77b Merge pull request #914 from chenglou/jsx
tweak frontpage first example code
2014-01-17 18:27:51 -08:00
Cheng Lou d8d4120614 [docs] Tweak frontpage first example and jsx-compiler example 2014-01-17 17:53:44 -08:00
Ben Alpert ea711f1d62 Simplify live editor execution logic 2014-01-17 17:42:53 -08:00
Ben Alpert 4440486a24 Properly clear live editor on JSX compile failure 2014-01-17 17:42:40 -08:00
Cheng Lou d489637a4f Merge pull request #931 from spicyj/master
Update homepage for new JSX/JS editor
2014-01-17 16:56:40 -08:00
Ben Alpert 2ac36178c6 Update homepage for new JSX/JS editor 2014-01-17 16:46:50 -08:00
Paul O’Shannessy 487f633643 Normalize line endings 2014-01-17 16:28:32 -08:00
Cheng Lou 71b585325c docs add jsx->js tab to live editors 2014-01-17 15:49:59 -08:00
Cheng Lou 4f53f58754 docs fix back link in Examples 2014-01-17 15:21:49 -08:00
Nick Thompson c2d57dff4b Clarify componentWillMount behavior 2014-01-17 12:44:21 -08:00
Christopher Chedeau 2562813c63 Document isMounted
Text from @petehunt
2014-01-16 10:08:53 -08:00
Paul O’Shannessy 8ca62bd022 [docs] Remove commented out ghbtns 2014-01-15 11:40:36 -08:00
Paul O’Shannessy a69f98b834 [docs] Add timezone to _config
This way we hopefully won't churn the feed when genereated in
a different time zone (eg France).
2014-01-15 11:14:15 -08:00
Paul O’Shannessy e1f4357ff7 Remove stray "117", combine lines in polyfill docs 2014-01-15 11:08:10 -08:00
Christopher Chedeau a821f03cf4 Merge pull request #892 from rtfeldman/update-shim-docs
Mention need for `es5-sham.js` in docs
2014-01-15 09:15:59 -08:00
Richard Feldman c3a2ea2256 Rewrite Older Browsers polyfill section for clarity. 2014-01-14 21:59:53 -08:00
Timothy Yung 977b60c1ed Fix "Uncontrolled Components" documentation 2014-01-14 21:13:27 -08:00
Richard Feldman f62ec225e0 Fix typo in docs. 2014-01-14 17:09:39 -08:00
Richard Feldman 9420e86480 Update docs to mention that you need both es5-shim.js and es5-sham.js to use React with IE8. 2014-01-14 16:57:27 -08:00
Ben Alpert eb2ac7f2f2 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
Christoph Pojer 124096a9fe Fix #845, Trivial year change
This was accidentally pulled into gh-pages.
2014-01-13 08:56:20 -08:00
Christoph Pojer ad6a982cd0 Fix #874: Edit thinking-in-react
Accidentally pulled #874 into gh-pages.
2014-01-13 08:51:29 -08:00
cpojer d73f80ecb2 Document PropTypes.renderable and PropTypes.component 2014-01-10 09:36:22 -08:00
Ben Alpert 87a95155be Document return value of unmountComponentAtNode 2014-01-08 21:56:59 -08:00
Ben Alpert 76a0a9cba7 Remove two more react.min.js references 2014-01-08 11:40:53 -08:00
Paul O’Shannessy 46f7163f62 Don't use the min build in getting started guide 2014-01-08 11:38:34 -08:00
Michal Srb b4f4f10478 Fix URL in displayName description 2014-01-08 14:55:27 +01:00
Christopher Chedeau 9454282bfc 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 627d7eb669 Merge pull request #754 from spicyj/over-and-out
Add onMouseOver and onMouseOut events
2014-01-06 10:28:54 -08:00
Christopher Chedeau 9cce0c2752 Merge pull request #823 from spicyj/key-docs
Add charCode/keyCode/which to key event docs
2014-01-06 09:40:18 -08:00
Christopher Chedeau 6dd62b0e4f Merge pull request #688 from vjeux/community_14
Community Round-up #14
2014-01-06 09:11:09 -08:00
Matt Harrison 42262f5361 Aphabetized and wrapped tags/attributes docs 2014-01-06 08:15:46 +00:00
Ben Alpert b366e36367 Add charCode/keyCode/which to key event docs 2014-01-05 21:24:17 -07:00
Christopher Chedeau ed3d5add76 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 c01f0a0487 Updated docs with new SVG elements 2014-01-05 12:18:30 +00:00
Daniel Lo Nigro ae9188db50 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 202a3f184d Add link to HTML to JSX converter to “JSX In Depth” page 2014-01-04 23:25:28 -08:00
xixixao ee0a4acfac Document displayName 2014-01-04 17:34:16 +01:00
Pascal Hartig e92d769a50 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 ea40a6aedd Fix typo 2014-01-03 23:19:04 -07:00
Ben Alpert fdfd7c1853 Mention react-art where we talk about SVG 2014-01-03 23:15:50 -07:00
Felipe Oliveira Carvalho 86f2dbe55d 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 344b5998a8 Add jsx-requirejs-plugin to the tooling-integration page 2014-01-03 15:45:03 -03:00
Vjeux e915294b68 React Chrome Developer Tools 2014-01-02 21:04:09 +01:00
Cheng Lou f0b5219df9 docs better error display for live editor and JSX compiler 2014-01-01 19:41:08 -05:00
Cheng Lou e244df510d docs tips fix small typo and code 2014-01-01 15:28:44 -05:00
Pete Hunt 9a4f011f6c Merge pull request #763 from spicyj/gh-762
Add info about dev vs. prod builds
2013-12-31 09:57:10 -08:00
Ben Alpert c877451887 Add info about dev vs. prod builds
Also moved the dev builds first because that's what most people will want.
2013-12-31 10:35:49 -07:00
Christopher Chedeau 96782fc836 Merge pull request #755 from spicyj/cm-scroll
Upgrade codemirror and enable line wrapping
2013-12-30 20:56:59 -08:00