Kohei TAKATA
d8cdc8aec3
Translate 01-why-react.md to Japanese
2015-06-15 21:30:12 +09:00
Dustan Kasten
f195b7f837
s/parse/parser in jstransform deprecation blog post
2015-06-12 23:57:49 -04:00
Paul O’Shannessy
1a5b7df123
[blog] Deprecate JSTransform & react-tools
2015-06-12 16:45:15 -07:00
Jim
d350c29c2f
Fixed confusing use of the word/name in documentation
2015-06-10 02:48:48 -07:00
Kohei TAKATA
beef0b91cf
Fix code of getting-started-ja-JP
2015-06-10 08:52:47 +09:00
Scott Feeney
d48ff3d5ac
Merge pull request #4003 from AnSavvides/on-change-vs-on-input
...
[#3964 ] Add note about React's onChange vs. DOM's oninput
2015-06-09 11:13:28 -04:00
Paul O’Shannessy
fbe37121d4
Merge pull request #4046 from basarat/patch-2
...
📝 document changes for classes
2015-06-08 21:46:39 -07:00
Basarat Ali Syed
01eb5643a2
📝 link to docs and not the blog post
2015-06-09 11:33:33 +10:00
Paul O’Shannessy
9f010f59aa
fix japanese docs permalinks
2015-06-08 18:18:57 -07:00
Ben Alpert
d00053fddd
Merge pull request #3884 from glenjamin/patch-3
...
Document boolean attributes in JSX
2015-06-08 13:28:39 -07:00
Andreas Savvides
fe77239a9b
[ #3964 ] Add note about React's onChange vs. DOM's oninput
2015-06-07 10:39:08 +01:00
Basarat Ali Syed
0ce79961c2
📝 document changes for classes
...
Taking https://github.com/facebook/react/pull/4013#discussion_r31829922 into account
2015-06-06 10:23:41 +10:00
Benjamin Woodruff
d36a3c8326
Enable more eslint-plugin-react rules
...
This should contain all the rules we probably want to use, except
react/wrap-multilines, which requires a larger codemod, and would
clutter this commit.
2015-06-04 09:43:16 -07:00
Arian Faurtosh
49ca9b3091
added missing DOCTYPE
2015-05-31 19:41:01 -07:00
Paul O’Shannessy
5eede763a7
Merge pull request #3975 from marocchino/update-korean
...
Update Korean transltaion to 58fb322
2015-05-29 14:25:35 -07:00
Stefan Dombrowski
c13d1be367
Revert links to non-https fiddles back to http in old blog posts
2015-05-29 09:45:48 +02:00
Shim Won
23bb292d7f
Update Korean transltaion to 58fb322
2015-05-29 07:53:21 +09:00
Jamis Charles
a5e4c0e76b
Added challenge, keyParams and keyType on <keygen>
...
Chrome allowed some of these to be 'null' (allow `node.challenge` etc),
but FF didn't work. This will tell React to use node.setAttribute() to
set these values.
Tested in FF, Chrome, Safari. <keygen> isn't supported on IE.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen
2015-05-27 11:56:23 -07:00
Christopher Chedeau
82c4e0cb13
Merge pull request #3938 from vjeux/blog_rn_release_process
...
[Blog post] React Native Release Process
2015-05-22 12:37:55 -07:00
Christopher Chedeau
cf9bb5968a
[Blog post] React Native Release Process
2015-05-22 12:34:43 -07:00
Julen Ruiz Aizpuru
82c718e0f6
Docs: value for transitionAppear must be boolean
2015-05-22 15:22:22 +02:00
Ben Alpert
27b218ce97
Redirect Thinking in React blog post to docs
...
Much easier to keep this updated if it only exists in one place. Added the byline because otherwise the voice of the post doesn't sound quite right.
2015-05-21 22:09:21 -07:00
Shim Won
55435c0b1c
Update Korean transltaion to 5bee4a5
2015-05-22 09:03:54 +09:00
Paul O’Shannessy
9b06b8838f
[docs] Give authors links.
2015-05-21 11:32:38 -07:00
Paul O’Shannessy
3183831087
Update website with 0.13.3 builds
...
(cherry picked from commit 107ce2b80d1f3609b5c684c29c552f8995dfeb2f)
2015-05-21 10:53:33 -07:00
Paul O’Shannessy
9c22ba920d
v0.13.3 blog post
...
(cherry picked from commit 179b6380cf31b735d3fb4d820099c3653127c3dd)
2015-05-21 10:51:51 -07:00
Paul O’Shannessy
263f1b4f39
Fix docs for #3690
...
(cherry picked from commit 2668de126c3d861d9bae8109a02fa3a70ebe3cdc)
2015-05-21 10:51:21 -07:00
Paul O’Shannessy
d30c0211c5
[docs] Fix 404 due to relative url
...
Closes #3914
2015-05-20 10:15:35 -07:00
Ben Alpert
21560fec6d
Clarify tutorial instructions
...
Fixes #3904 .
2015-05-19 19:27:01 -07:00
Thomas Röggla
21c8c2263e
Replaced call to deprected .getDOMNode() with React.findDOMNode().
...
The code sample in tip 18 in the docs contained a call to the
.getDOMNode() method which has been deprecated. The method call was
replaced with a call to React.findDOMNode(), which is the preferred way
of getting DOM nodes from a ref.
2015-05-19 18:32:07 +02:00
Ben Alpert
8db1bb3806
[docs] Clarify wording in Working with the Browser
...
I think the change in #3889 misinterpreted this slightly; this makes it clearer.
2015-05-17 11:58:17 -07:00
Paul O’Shannessy
cda5546745
Merge pull request #3888 from marocchino/korean-update
...
Update Korean Translation to 5275244
2015-05-16 12:03:42 -07:00
Gareth Nicholson
00e14cb50b
change wording
2015-05-16 15:55:29 +02:00
Shim Won
8221e1f174
Update Korean Translation to 5275244
2015-05-16 21:49:04 +09:00
Glen Mailer
466d65ea50
Document boolean attributes in JSX
2015-05-16 12:00:14 +01:00
Paul O’Shannessy
1ab9c3a864
Merge pull request #3881 from ef718/docs-grammar
...
Fix punctuation and grammar
2015-05-15 17:57:36 -07:00
Paul O’Shannessy
a5ffe5908d
Followup to #3852 , use https
2015-05-15 17:51:57 -07:00
Elaine Fang
69bd1bfab4
Add punctuation
2015-05-14 13:15:06 -04:00
Paul O’Shannessy
23099ea0f1
Merge pull request #3869 from zpao/jsx-cleanup
...
JSX -> Babel cleanup
2015-05-13 15:31:48 -07:00
Paul O’Shannessy
0b033d43d5
Use Babel to transform JS in docs, update other calls
2015-05-13 15:26:23 -07:00
Ben Alpert
817c3c9390
Deprecate reactjs Google Group
2015-05-13 15:16:33 -07:00
Paul O’Shannessy
e159c2caf8
[docs] Move pre-compiled JS files
2015-05-13 10:57:47 -07:00
Chase Adams
ba31b9644d
Change object typo to objects
2015-05-11 13:29:14 -07:00
Paul O’Shannessy
b9026f386c
Merge pull request #3837 from davidneat/transition-group-appear-high-level-docs
...
Added transitionAppear docs
2015-05-10 22:51:46 -07:00
Eduardo Garcia
b5f65b48b1
Add Wikipedia link to Cross-site scripting on "XSS attack" string
2015-05-10 15:22:12 -05:00
David Neubauer
dad1d2a38f
added animate initial mounting section to animation docs
2015-05-08 20:31:11 +02:00
Eric Eastwood
6fbc7ef48b
Add support for unitless tabSize/tab-size
2015-05-07 13:51:15 -05:00
Tsung Hung
04fac68f10
updated some typos, grammers, and made sentences sound better
2015-05-04 16:26:14 -07:00
Daniel Hejl
b2611b0de2
Removed redundant grave accent character from Component API docs
2015-05-02 22:22:20 -07:00
Ben Alpert
365e0e4297
Merge pull request #3797 from marocchino/update-korean
...
Update Korean Translation to 9484d0f
2015-05-02 12:35:06 -07:00