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
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
Paul O’Shannessy
6fce8e87e0
Update 2015-05-01-graphql-introduction.md
...
Typo
2015-05-01 17:01:17 -07:00
Paul O’Shannessy
f89d6660bf
Fix a couple grammar issues in GraphQL blog post
2015-05-01 12:36:30 -07:00
Paul O’Shannessy
fff434db64
GraphQL Introduction Blog Post
2015-05-01 11:18:44 -07:00
Shim Won
3eb5151a11
Update Korean Translation to 9484d0f
2015-05-01 09:09:09 +09:00
Jim
6c2e9e87c5
Fixed jsfiddles broken from https conversion. Fixes 3735
2015-04-30 13:05:53 -07:00
Elaine Fang
eda277665d
Add punctuation
2015-04-29 11:07:48 -04:00
Shota Kubota
18f4a5220e
Fix differences a jQuery CDN URLs, fixes #3750 .
...
unify to `https://code.jquery.com/jquery-2.1.3.min.js `.
2015-04-28 22:27:46 +09:00
codesuki
ed583c05dd
Added support for SVG clipPath element and clip-path attribute
2015-04-27 15:37:23 -07:00
Shim Won
26fed0c9df
Update Translation to 0183f70
2015-04-24 09:15:46 +09:00
mheiber
b801d5856c
Update cloneWithProps documentation
...
Updated documentation to reflect that using React.cloneElement is the new way to copy an element and preserve `key` and `ref`.
Fixes #3432 , closes #3447 .
2015-04-22 17:05:59 -07:00
Ben Alpert
858f3c7fd0
Merge pull request #3429 from AoDev/patch-1
...
Add a note about react classe name convention
2015-04-22 16:11:56 -07:00
Jim
966cefe6ef
Fix bad links in docs. Fixes #3654 .
2015-04-22 13:17:39 -07:00
Paul O’Shannessy
4a5be86d48
Merge pull request #3691 from jonscottclark/patch-1
...
Add 'cache: false' to $.ajax when fetching comments (docs/tutorial)
2015-04-22 09:57:58 -07:00
Jon Scott Clark
3a2fa5cf08
Fix line highlighting in code blocks due to addition of extra example code
2015-04-22 10:45:15 -04:00
Paul O’Shannessy
dd3a5cb9a1
Merge pull request #3693 from reedloden/swap-http-to-https
...
SSL/TLSize all the things! (convert http:// to https:// where appropriate)
2015-04-20 11:02:29 -07:00
Paul O’Shannessy
c34843293c
Merge pull request #3705 from zpao/doc/update-supported-attrs
...
[docs] Update supported HTML attributes
2015-04-20 10:45:36 -07:00
Paul O’Shannessy
16c618dcc8
[docs] Update supported HTML attributes
2015-04-20 09:56:55 -07:00
James South
2ef5848a35
Example is JSX not JS.
2015-04-20 14:26:39 +01:00
Reed Loden
dd010b34e2
SSL/TLSize all the things! (convert http:// to https:// where appropriate)
...
Update links to use https:// where it is supported. There's probably a lot
more that could be fixed, but these are the core ones I found (especially
the download links in order to prevent MITM attacks). Note that there are
some fb.me links that will redirect to http:// even while accessed over
https://, but this seemed like the best way to fix those for now.
NOTE: Only non-third-party files were modified. There are references to
http:// URLs in vendored/third-party files, but seems appropriate to fix
upstream for those rather than editing the files.
Also, copy one image locally to the blog, as it was hotlinking to a site
that did not support https://.
Last, use youtube-nocookie.com instead of youtube.com for video embeds,
as the former doesn't try to set a cookie on load (privacy enhancement).
2015-04-18 16:49:32 -07:00
Adam Zapletal
536681aa5d
Fix missing line highlight in tutorial
2015-04-18 18:36:18 -05:00
Paul O’Shannessy
503555b8e9
Tweak wording in 0.13.2 blog post
2015-04-18 16:08:01 -07:00
Paul O’Shannessy
d8aca782f6
v0.13.2 blog post
...
(cherry picked from commit 6ed202288be889a1541853af53d9d18cf309d217)
2015-04-18 15:58:13 -07:00
Paul O’Shannessy
86f7859507
Update website with 0.13.2 builds
...
(cherry picked from commit 179f90452570193b4e1037698bafe5628afe5e7b)
2015-04-18 15:58:11 -07:00
Jon Scott Clark
aaf3fc4e87
Add 'cache: false' to $.ajax when fetching comments
2015-04-18 11:11:18 -04:00
Jim
4ee9f2bef5
Merge pull request #3625 from dmin/patch-1
...
Docs: Fix example JSX output
2015-04-17 14:22:25 -07:00
Paul O’Shannessy
f916c50194
Merge pull request #3678 from marocchino/update-korean
...
Update Translation to 6a7a4fd
2015-04-17 11:12:45 -07:00
Christopher Chedeau
19124f3e20
Update 2015-04-17-react-native-v0.4.md
2015-04-17 09:11:51 -07:00