Commit Graph

1806 Commits

Author SHA1 Message Date
Paul O’Shannessy 3ff62fa9d1 Merge pull request #6140 from NogsMPLS/removeBabelBrowser
[Docs] Remove babel-browser link
(cherry picked from commit a026b35626)
2016-03-07 11:45:50 -08:00
Paul O’Shannessy 95d310cad2 Merge pull request #6123 from changhw01/patch-1
Clarify a step in the quick start
(cherry picked from commit e2866ae412)
2016-03-07 11:45:50 -08:00
Jim 1b2286e933 Merge pull request #6092 from dpercy/patch-2
Fix inverted definition of Controlled component
(cherry picked from commit de09e0acd8)
2016-02-24 23:38:30 -08:00
Paul O’Shannessy 6bde147f3e Merge pull request #6089 from chromakey/bb-fix-htmltojsx-script-link
Fix script source HTTPS error in html-jsx.md doc
(cherry picked from commit 5652c710c0)
2016-02-24 23:38:25 -08:00
Jim 1e065c89c9 Merge pull request #6071 from nakazye/fix_highlight
fix sample code highlight
(cherry picked from commit 5ebb784be5)
2016-02-24 23:38:21 -08:00
Jim 103074f4cc Merge pull request #6059 from jimfb/tutorial-children-callback
Clearify callback text in the tutorial
(cherry picked from commit efa8624eb9)
2016-02-24 23:38:07 -08:00
Sebastian Markbage 23b1f97aaa Clarify what the current version scheme is
In case you don't remember what version we're currently on.

Also, clarify that this is semver and that v1.0 comes with preconceived
notions.
2016-02-19 12:04:07 -08:00
Ben Alpert e01bac801f Hashrockets
(cherry picked from commit 628a16c84d)
2016-02-19 11:39:55 -08:00
Sebastian Markbage 4bba4207ee Versioning Blog Post 2016-02-19 11:35:21 -08:00
Jim 9ce4be4430 Merge pull request #6039 from mxstbr/convert-docs-to-stateless
Update documentation to stateless components
(cherry picked from commit 73ad44567c)
2016-02-16 13:28:32 -08:00
Jim d68bead611 Merge pull request #6048 from mxstbr/update-tutorial-versions
Update jQuery and marked versions in tutorial docs
(cherry picked from commit 356fa4e8c0)
2016-02-16 13:28:32 -08:00
Paul O’Shannessy 9479256e7e Merge pull request #6017 from zpao/docs-sri-task
Generate SRI hashes for docs
(cherry picked from commit 41dea65abf)
2016-02-16 13:28:32 -08:00
Jim 9e821ee60a Merge pull request #6044 from bellanchor/master
Fix typo in Chinese tutorial
(cherry picked from commit ee64241e90)
2016-02-16 13:28:32 -08:00
Paul O’Shannessy c585396f2e Merge pull request #5909 from rajatsehgal/patch-1
Use const instead of var (ES6 best practices)
(cherry picked from commit b560fea08d)
2016-02-16 13:28:32 -08:00
Paul O’Shannessy cd654486f8 Merge pull request #6004 from TheBlasfem/sri-links
Included SRI hashes for fb.me links on download page
(cherry picked from commit bd3979980f)
2016-02-16 13:28:32 -08:00
Jim 84e099c3af Merge pull request #5955 from pekeq/patch-docs-1
Add note in "Fetching from the server" section.
(cherry picked from commit 823966ef33)
2016-02-16 13:28:32 -08:00
Christopher Chedeau 2152045b44 Add thanks for the react org 2016-02-12 15:00:50 -08:00
Jim 200dcdad0a Merge pull request #4437 from gajus/patch-1
Improve definition of the controlled and uncontrolled input
(cherry picked from commit 220b4b6b50)
2016-02-08 14:22:11 -08:00
Jim 5730beca2b Merge pull request #5992 from pra85/patch-1
[docs] Fix typo in blog
(cherry picked from commit 725a723e27)
2016-02-08 13:55:18 -08:00
Paul O’Shannessy 3888b47da4 Merge pull request #5923 from puppybits/patch-1
Update 12-context.md
(cherry picked from commit 9c3f595597)
2016-02-08 13:55:14 -08:00
Paul O’Shannessy 4226ee589d Merge pull request #5911 from Mathieuu/patch-1
Fix broken guide example in "Motivation: Separation of Concerns"
(cherry picked from commit 4b2b7b0d3e)
2016-02-08 13:55:09 -08:00
Scott Feeney e48343bd03 Update website for 0.14.7 2016-01-28 11:46:27 -08:00
Paul O’Shannessy 4ecc10880e Merge pull request #5928 from scjody/patch-1
Add a link to the list of supported events
(cherry picked from commit fc547e8380)
2016-01-28 09:53:58 -08:00
Paul O’Shannessy 5189deb5ee Merge pull request #5912 from chrisbolin/patch-1
Small copy changes to TestUtils and Perf summaries
(cherry picked from commit 6f5e619fae)
2016-01-28 09:53:58 -08:00
Paul O’Shannessy 9adfb08868 Merge pull request #5904 from sercaneraslan/master
Overflow problem fixed
(cherry picked from commit 096115c5c9)
2016-01-28 09:53:58 -08:00
Jim f5dd3e7cf6 Merge pull request #5885 from knpwrs/patch-1
Clarify stateless function component optimizations.
(cherry picked from commit 7cee5022f8)
2016-01-28 09:53:58 -08:00
Jim da3c9527c5 Merge pull request #5872 from SimenB/patch-1
Fix example from #5870 to avoid double rendering
(cherry picked from commit c7808cac69)
2016-01-28 09:53:58 -08:00
Jim 2a1dc07046 Merge pull request #5870 from SimenB/patch-1
Remove the recommendation to use `isMounted` from beginner docs
(cherry picked from commit e09dfe1e0e)
2016-01-28 09:53:58 -08:00
Paul O’Shannessy 8c27faab7a Merge pull request #5724 from iamchenxin/docs122315
Update zh-docs with 4865ddf(v0.14.3+)
(cherry picked from commit 909cba2254)
2016-01-28 09:53:58 -08:00
Paul O’Shannessy 9e380c2679 Merge pull request #5849 from david0178418/master
Added additional detail to "props-in-getInitialState" anti-pattern doc
(cherry picked from commit f1c1544401)
2016-01-28 09:53:58 -08:00
Paul O’Shannessy 7594b977d6 Merge pull request #5735 from cody/refs
[docs] Small fixes to "more about refs"
(cherry picked from commit 1da992a0ab)
2016-01-28 09:53:58 -08:00
Paul O’Shannessy a808423626 Merge pull request #5732 from iamchenxin/en-docs
[docs] deleting some unecessary newline
(cherry picked from commit 9494ec80c2)
2016-01-28 09:53:58 -08:00
Jim ecd2da90e5 Merge pull request #5826 from jacenko/master
Fixed typo in shouldComponentUpdate.png
(cherry picked from commit 70097ea27c)
2016-01-12 09:46:21 -08:00
Paul O’Shannessy 60afae7ca5 Merge pull request #5686 from vitorbal/master
Improve documentation for using React with Webpack
(cherry picked from commit f7850dd3d7)
2016-01-12 09:46:16 -08:00
Paul O’Shannessy 381fe0b3e6 Merge pull request #5814 from zpao/docs-update-attrs-0.14.6
[docs] Updated supported attrs
(cherry picked from commit 67e85df1fa)
2016-01-12 09:46:11 -08:00
Jim 2f21dc6f76 Merge pull request #5813 from graue/tips-unneeded-finddomnode
[docs] remove unnecessary findDOMNode from example
(cherry picked from commit ea0ac61945)
2016-01-12 09:46:06 -08:00
Ben Alpert e45c534f6d Merge pull request #5834 from spicyj/no-ie8
blog post: Discontinuing IE 8 Support in React DOM
(cherry picked from commit dd93eb7f40)
2016-01-12 10:28:52 -07:00
Jim 76aa60db91 Merge pull request #5806 from Zhangjd/master
Update thinking-in-react.zh-CN.md
(cherry picked from commit 23167f287e)
2016-01-08 10:32:14 -08:00
Jim 4206fd1dce Merge pull request #5790 from jimfb/componentWillReceiveProps-blogPost
Blog post explains to verify prop mutations in componentWillReceiveProps
(cherry picked from commit a1584053cc)
2016-01-08 10:32:14 -08:00
Paul O’Shannessy d590910f6d Merge pull request #5801 from zpao/docs-bigger-embeds
[docs] Bigger jsfiddle embeds
(cherry picked from commit 31fc7fd627)
2016-01-08 10:32:14 -08:00
Jim cf17f3291f Merge pull request #5799 from gmcquistin/patch-1
[docs] Fix typo in ref-08-reconciliation.md
(cherry picked from commit 78be6f45cc)
2016-01-08 10:32:14 -08:00
Jim 5879799f8e Merge pull request #5775 from facebook/fix-checkbox-wording
Fix wording to make it more clear that checkbox (input) supports defaultChecked
(cherry picked from commit 102cd29189)
2016-01-08 10:32:14 -08:00
Paul O’Shannessy 80cadc6f66 Merge pull request #5767 from yhagio/patch-2
Update 10.4-test-utils.md
(cherry picked from commit bdcb69f43d)
2016-01-08 10:32:14 -08:00
Paul O’Shannessy d5bf8c553f Update website for 0.14.6 2016-01-06 15:49:49 -08:00
Ben Alpert fb6b3b05f4 Website for 0.14.5 2015-12-29 14:39:05 -08:00
Ben Alpert 093a97c54b 0.14.4 blog post
(cherry picked from commit 2a64098271)
2015-12-29 14:19:27 -08:00
Ben Alpert c8398491d8 update website for 0.14.4 2015-12-29 14:01:54 -08:00
Paul O’Shannessy 926378cacb Merge pull request #5716 from jwworth/pull-request-1450816256
Fix typos in posts
(cherry picked from commit a0741ab468)
2015-12-23 12:53:59 -08:00
Jim 343109e248 Merge pull request #5712 from dortonway/master
Fix misunderstanding in tutorial
(cherry picked from commit 4865ddf7ea)
2015-12-23 12:53:59 -08:00
Paul O’Shannessy 5fd421c996 Merge pull request #5711 from iamchenxin/docs122215
[docs] Update zh-docs with 7e2a7f0
(cherry picked from commit 1d8b816496)
2015-12-23 12:53:59 -08:00