Commit Graph

1715 Commits

Author SHA1 Message Date
KwonH
784c1d772e update Korean docs to 0.14
Update getting-started in Korean
2015-10-29 11:51:52 +09:00
Paul O’Shannessy
d29cda53cd Bring over updates for 0.14.1 release
Update changelog for 0.14.1

(cherry picked from commit aaf8f870cb242750e842d21ac7ae2f72876f6346)

Update readme for 0.14.1

(cherry picked from commit c2dde8df0b365f341416201d1794b0c5e96d1951)

0.14.1 blog post

(cherry picked from commit 6e2450e8f29f336ffe9c80d067c8df816957a349)

Update website for 0.14.1

(cherry picked from commit f0782e2b2ec79af37987eead2464ac9f303183f5)
2015-10-28 14:43:56 -07:00
jpersson
8989b80006 Update 2015-05-01-graphql-introduction.md 2015-10-26 17:14:11 -04:00
Jonathan Persson
e5e4d02489 Update 2015-05-01-graphql-introduction.md 2015-10-26 16:32:11 -04:00
Patrick
231fa52222 Create 01-why-react.de-DE.md
Translation of 01-why-react.de-DE.md to German
2015-10-26 10:13:45 -07:00
translucens
4a853339d8 Add react-dom.js to tutorials 2015-10-26 22:23:50 +09:00
Mark Sun
5bf06a061d Corrected highlighted line in tutorial example in tutorial7.js 2015-10-24 15:01:14 -04:00
kohashi85
a5d4b8767c Update tutorial.ja-JP.md 2015-10-21 17:04:08 +09:00
Paul O’Shannessy
dc1ba6f473 Update blog posts linking to react-codemod 2015-10-19 14:39:40 -07:00
Paul Benigeri
1e11930d1e small edit on reactiflux blog post 2015-10-19 12:01:47 -07:00
Paul O’Shannessy
8163ef0ea3 Fix up stray markdown in blog post 2015-10-19 10:23:28 -07:00
Christopher Chedeau
d7bbc10387 Reactiflux is moving to Discord blog post 2015-10-19 07:35:46 -07:00
WanderWang
491fa40f97 update Chinese docs to 0.14 2015-10-19 00:34:04 +08:00
Rick Ford
0a10f2c956 Specify focus events work on all elements in the React DOM
Generally, focus/blur events only apply to focusable elements found in forms. In React, you can listen to focus/blur events on any element.
2015-10-16 11:02:04 -05:00
Paul O’Shannessy
8ef339b033 Merge pull request #5176 from jimfb/tweak-props-change-wording
Tweak wording when talking about props changing
2015-10-15 12:21:14 -07:00
Paul O’Shannessy
385c121419 [docs] Don't make authors links on all posts page 2015-10-15 12:18:15 -07:00
Jim
46068c9fb9 Fix blog post authors 2015-10-14 18:01:33 -07:00
Jim
400e297489 Tweak wording when talking about props changing 2015-10-14 14:43:09 -07:00
Ben Alpert
b5beeed819 Merge pull request #5156 from spicyj/bp-codemods
Mention codemods more prominently in release blog
2015-10-13 10:50:38 -07:00
Ben Alpert
3c76889777 Mention codemods more prominently in release blog 2015-10-13 10:37:42 -07:00
Jim
b18634a4a3 Merge pull request #5142 from MaxPRafferty/add-selection-and-composition-events-on-reference-page
Add selection and composition events on reference page
2015-10-12 13:37:56 -07:00
maxprafferty
08c87259da added selection and composition events to reference page
added composition events to reference page

added selection events to reference page
2015-10-12 15:44:44 -04:00
Baraa Hamodi
a38a848170 Documentation cleanup. 2015-10-12 15:33:32 -04:00
Paul O’Shannessy
5989fd23bf Merge pull request #5126 from bhamodi/white-space
File Cleanup.
2015-10-10 19:30:29 -07:00
Baraa Hamodi
bd6d713917 File Cleanup. 2015-10-10 16:05:58 -04:00
Vipul A M
c63b65af02 - Bring back JSX compiler styling still being used on HTML JSX page
Fixes [#5121]
2015-10-10 13:53:59 -04:00
Adam Bloomston
88d5f3cc7e Include react-dom
Fixes `Uncaught ReferenceError: ReactDOM is not defined`
2015-10-10 10:17:08 -04:00
Jim
cd755854d7 Added react-dom to individual downloads 2015-10-09 15:11:11 -07:00
Ben Alpert
acfc773de1 Merge pull request #5113 from spicyj/document-context
Document context
2015-10-09 14:46:56 -07:00
Ben Alpert
4dec050f5d Document context
Fixes #580.
2015-10-09 14:44:24 -07:00
Paul O’Shannessy
6b4f1cc7d0 [docs] Fix line highlights for linked-state-mixin 2015-10-09 12:32:01 -07:00
Paul O’Shannessy
963168c8f6 Merge pull request #5101 from bcbcb/patch-1
[docs] fix forms Default Value example
2015-10-09 10:47:01 -07:00
Jim
809de1363f Merge pull request #4981 from iamchenxin/zh_docs
[docs] Sync up tutorial.zh-CN with en(a440f40)
2015-10-09 10:46:16 -07:00
iamchenxin
0c8141f681 [docs] Sync up tutorial.zh-CN with en(a440f40)
[docs] Amend wrong words in zh-CN

08.1-more-about-refs.zh-CN.md

Update zh-CN docs

add thinking-in-react.zh-CN.md

[docs] Update two zh-CN docs

       new file:   ref-01-top-level-api.zh-CN.md
       new file:   ref-02-component-api.zh-CN.md
2015-10-10 01:35:03 +08:00
Matt Brookes
1525251178 Grammar
I'm assuming this was meant to say that the JSX spread syntax saves typing, not copying attributes.
2015-10-09 14:31:59 +01:00
Brenard Cubacub
269bfd4999 [docs] fix forms Default Value example
The Default Value section in the forms docs says "This example will function much like the Controlled Components example above."

The example actually functions like the Uncontrolled Components example, not the Controlled Components example.
2015-10-08 16:41:19 -07:00
songawee
00c58f7777 fix(docs): adjust babel release to match the babel.js changelog 2015-10-08 12:44:24 -06:00
Nick Presta
db1af7c9dc Add docs for React.Children.toArray in 0.14.0.
* Update the docs to change return type of `React.Children.map` from `object` to `array`.
2015-10-07 19:16:05 -04:00
Ben Alpert
4926c4aa1e Update downloads page for 0.14 2015-10-07 12:50:59 -07:00
Paul O’Shannessy
ef347790a0 Merge pull request #5073 from mfunkie/patch-2
Update Pure Render Mixin docs to point to new npm package
2015-10-07 12:22:04 -07:00
Paul O’Shannessy
12f5206afd Final docs update for 0.14 2015-10-07 11:25:50 -07:00
Paul O’Shannessy
14785643e8 [docs] Update acknowledgements for 0.14 2015-10-07 11:25:44 -07:00
Mark Funk
78057b5cf2 Update Pure Render Mixin docs to point to new npm package 2015-10-07 14:16:26 -04:00
Ben Alpert
29062f3378 Merge pull request #5072 from spicyj/14blog
0.14 blog post
2015-10-07 09:46:44 -07:00
Ben Alpert
ce68d39594 Write 0.14 blog post 2015-10-06 23:59:20 -07:00
Ben Alpert
783b6931c9 Copy 0.14 RC blog post to 0.14 blog post 2015-10-06 23:19:50 -07:00
Ben Alpert
7d68141b35 Fix bower info in RC blog post
Fixes #5054.
2015-10-06 23:19:46 -07:00
Ben Alpert
b637cb3193 Updat docs for refs/findDOMNode 2015-10-06 17:53:38 -07:00
Ben Alpert
c3dcd2e9dd Update some more docs for package split 2015-10-06 17:36:16 -07:00
Jim
33cd980f0e React -> ReactDOM for render() and findDOMNode() 2015-10-05 17:46:58 -07:00