Commit Graph
534 Commits
Author SHA1 Message Date
Ben Alpert 31bc18d39e Add simple docs on statics to reference section
Fixes #1056.
2014-02-14 11:54:58 -08:00
Cheng Lou f4798ebee1 [Docs] Add Object.keys to list of shims 2014-02-14 09:52:04 -08:00
Ben Alpert 67c5d76321 Add missing commas in propTypes docs 2014-02-13 23:19:41 -08:00
Pete Hunt a8af11b46d Merge pull request #1086 from spicyj/new-proptypes
Add docs for new prop types
2014-02-13 23:03:42 -08:00
Ben Alpert 30646c9c1e Add docs for new prop types 2014-02-13 22:59:48 -08:00
Ben Alpert 8c3ac3203d Merge pull request #940 from chenglou/tips-val
[docs] Document newly added unitless css props in tips
2014-02-13 22:40:51 -08:00
Cheng Lou 559933655a [Docs] Document newly added unitless css props in tips 2014-02-13 22:39:30 -08:00
Ben Alpert 0a9eaab61f [docs] Add properties that were in 0.8 too
This time I actually generated it from the DefaultDOMPropertyConfig file.
2014-02-13 22:02:06 -08:00
Ben Alpert f8349f9614 Add formNoValidate and noValidate too 2014-02-13 21:50:17 -08:00
Ben Alpert 80cbdea144 [docs] Update supported attributes list
Fixes #1008.
2014-02-13 21:47:49 -08:00
Ben Alpert 1991e46f1a [docs] Capitalize all nav titles for consistency 2014-02-13 21:41:09 -08:00
Ben Alpert 6f305505a7 Remove old whitespace doc warning
This was fixed by #480.
2014-02-13 01:37:06 -08:00
Ben Alpert f37474b75b Merge pull request #1034 from nadeeshacabral/patch-1
Fixed sample code fence highlight
2014-02-12 23:23:49 -08:00
Pete Hunt db6ff14e7d Update videos.md
There is a better video clip for the Meteor devshop
2014-02-11 22:57:56 -08:00
Cheng Lou 0f4cc6ee84 [Docs] Hide compiled js tab in jsx-compiler.html
Fixes #1049
2014-02-10 23:22:59 -08:00
Pete Hunt 25e56a4540 Update complementary-tools.md 2014-02-10 21:16:13 -08:00
Pete Hunt 2e17144ac0 Update complementary-tools.md 2014-02-10 10:37:59 -08:00
Pete Hunt eb3d516f40 Update complementary-tools.md 2014-02-09 19:18:11 -08:00
Ben Alpert bc27325d31 Merge pull request #1003 from rdworth/patch-1
Update tutorial.md to still have jQuery script tag in later code sample
2014-02-07 00:08:22 -08:00
imagentleman 3141bc5084 Update broken link in "Why React" post
The AngularJS docs have been updated since the post was originally published.

It should point to the docs from that date (June 5th).
2014-02-06 23:41:48 -05:00
imagentleman e9e44773ee Docs: Fixed reference to unreachable url. 2014-02-06 21:32:30 -05:00
cpojer 71c10b9f45 Add PropTypes.ArrayOf and clean up ReactPropTypes.js 2014-02-06 11:28:51 -08:00
Nadeesha Cabral 5f941628e0 Fixed missing lighted line
The line number added had been changed from the previous representation of the code fence, but was not highlighted. Therefore, fixed.
2014-02-06 19:11:19 +05:30
Ben Ripkens 4c1a737343 docs(ServerRendering): Reflect renderComponentToString changes 2014-02-06 07:56:37 +01:00
Paul O’Shannessy 647e65525c Center twitter embeds differently. again.
This time, just target the iframe. display: table was weird in webkit.
2014-02-05 16:25:13 -08:00
Paul O’Shannessy 8360da2937 Don't use <center> for twitter embeds 2014-02-05 15:51:06 -08:00
Jonas Gebhardt 2f812b6f9b Community Round-Up #15; center embedded tweets 2014-02-05 15:19:53 -08:00
petehunt aebfd641aa more references 2014-02-03 23:33:20 -08:00
petehunt 9e1c6950b1 update docs for React.Children 2014-02-03 23:28:49 -08:00
Stoyan c8a2018228 Update videos.md 2014-02-03 22:09:00 -08:00
Pete Hunt fa046ca04e Merge pull request #963 from bobeagan/patch-1
Replace "comments.json" with this.props.url in the docs tutorial code snippet
2014-02-03 15:08:17 -08:00
Jared Forsyth 92a20220e7 adding a link to react-router 2014-02-02 01:23:12 -07:00
Pete Hunt e4d1618f63 Update example-apps.md 2014-02-01 18:43:12 -08:00
Christopher Chedeau 78f3addd01 Merge pull request #1011 from petehunt/complementary-tools
Add a complementary tools page
2014-02-01 18:36:45 -08:00
petehunt 26c6ea961b add example apps page 2014-02-01 18:11:00 -08:00
petehunt aaada5e212 Add a complementary tools page 2014-02-01 17:43:56 -08:00
Pete Hunt f18bda51d6 Update videos.md 2014-02-01 17:01:52 -08:00
petehunt 3119d66e26 Add link to meteor talk 2014-02-01 17:01:19 -08:00
Ben Alpert 98432365d9 [docs] Fix comma splice 2014-01-31 22:30:38 -08:00
Ben Alpert a2e805b26e Disable CodeMirror smart indentation
Fixes #966.
2014-01-31 22:10:37 -08:00
Christopher Chedeau f1b54bc310 s/Mock DOM/Virtual DOM/
Let's be consistent with the naming
2014-01-31 10:57:06 -08:00
Richard D. Worth e58064a8db Update tutorial.md to still have jQuery script tag in later code sample 2014-01-31 12:13:52 -06:00
Kunal Mehta 43a242b67f Add documentation about React.renderComponent
Recently learned that components passed into `React.renderComponent` may not be the ones actually mounted. Also learned that it returns the mounted component. Added some documentation describing this.
2014-01-30 17:14:59 -08:00
Pete Hunt b225b34f91 Merge pull request #985 from petehunt/remove-react-page
Remove references to react-page
2014-01-30 10:40:48 -08:00
Eric Schoffstall cf1089fa0e fix grammar mistake 2014-01-29 20:19:51 -07:00
Paul O’Shannessy d8e9eb978b Fix animation example code
key should never be index into an array or there are bugs. Especially in
transitions.

Fixes #853
2014-01-29 13:06:22 -08:00
Pete Hunt 46c6ac5bb0 Update 09.2-form-input-binding-sugar.md 2014-01-29 12:45:46 -08:00
Ben Alpert 4894055114 Fix docs typo 2014-01-29 11:19:45 -08:00
petehunt 470a7d11ee remove references to react-page 2014-01-28 16:02:16 -08:00
Bob Eagan e3342f31b2 add hash link for lifecycle section of working with the browser page 2014-01-24 16:46:09 -07:00