Commit Graph

387 Commits

Author SHA1 Message Date
Paul O’Shannessy
7108427dfd Add newest starter-kit downloads to docs 2013-12-18 16:51:23 -08:00
Paul O’Shannessy
fdc9806cca Changelog, blog post for 0.5.2, 0.4.2 2013-12-18 16:45:17 -08:00
Paul O’Shannessy
0458e25370 Add starter-kit zip files to repo
These should be included so that anybody can build and update the docs
with as little confusion as possible.

I've left the directory in .gitignore so additions need to be
intentional as part of a release.
2013-12-17 22:02:31 -08:00
Cheng Lou
b8081db247 docs add input attrs for Dom Differences 2013-12-18 00:46:59 -05:00
Cheng Lou
f6df878b37 docs section for non-dom attributes
Also added documentation for `dangerouslySetInnerHTML`.
2013-12-18 00:31:17 -05:00
Pete Hunt
d6886c35b3 Merge pull request #668 from nicholasbs/fix-docs-typo
Fix typos
2013-12-17 18:39:14 -08:00
Pete Hunt
b1741a78bc Merge pull request #650 from jaredly/patch-1
rename this tip to be less confusing
2013-12-17 18:22:34 -08:00
Kit Randel
990e1e4142 Tutorial template markup needs a reference to jquery for the ajax calls
from step 13 onwards.
2013-12-18 15:13:45 +13:00
Jared Forsyth
ba50af55f7 one liner 2013-12-17 17:12:21 -07:00
Jared Forsyth
49ac69b05c changes as requested 2013-12-17 17:10:02 -07:00
Jared Forsyth
cee420b12d adding note about initializing state w/ props 2013-12-17 16:16:50 -07:00
Nicholas Bergson-Shilcock
9fd3cf29b3 Fix typo (ot -> to) 2013-12-15 12:11:47 -05:00
Ben Alpert
ec1c1d4ace Add loop property 2013-12-11 11:46:16 -08:00
Jared Forsyth
f3d5c90855 fixing capitalization 2013-12-10 11:59:29 -07:00
Jared Forsyth
256e0bf6df rename this tip to be less confusing
Using props to initialize state is completely fine; the issue is using state as a "cache" for values calculated based off of props. This title makes it more clear.
2013-12-10 11:50:44 -07:00
Brian Cooke
6d8496dd06 Update highlighted lines in tutorial
Minor issue, but I found it distracting that the highlighted lines were not accurate. I *believe* this fixes them up.
2013-12-09 15:16:37 -08:00
Vjeux
3a26e131c0 Add video at the bottom of the front page 2013-12-03 12:11:12 -08:00
Paul O’Shannessy
a703b57896 Fix blog pagination
I missed this in the Jekyll upgrade.
2013-12-02 15:46:20 -08:00
Paul O’Shannessy
dc22805de0 [docs] Fix download links to addons builds 2013-12-02 15:13:49 -08:00
petehunt
3bf34d3255 Fix frontpage example to retain selection 2013-12-02 04:04:45 -08:00
Pete Hunt
ca5afaf62a Merge pull request #602 from chenglou/tips-bind
docs tips pass arguments to callbacks
2013-12-01 19:07:14 -08:00
Cheng Lou
dc4fcd52b3 docs tips parent-child communication 2013-12-01 21:39:22 -05:00
Pete Hunt
ccf5c8f314 Merge pull request #440 from petehunt/new-taglines
New marketing copy
2013-12-01 14:00:13 -08:00
Pete Hunt
28f5f803e6 Merge pull request #581 from chenglou/docs-select-value
docs `select` `value` to control chosen option
2013-12-01 13:53:12 -08:00
Paul O’Shannessy
d2d57643f7 Merge pull request #618 from chenglou/didmout-didUpdate-new
docs remove rootNode for componentDidMount/Update
2013-11-27 18:50:10 -08:00
Cheng Lou
3d51380732 docs remove rootNode for componentDidMount/Update 2013-11-27 21:46:02 -05:00
Paul O’Shannessy
dab3a30443 Merge pull request #599 from chenglou/dl-addons
docs add download links for react-with-addons
2013-11-27 14:48:42 -08:00
Cheng Lou
64c1b55fc7 docs add download links for react-with-addons 2013-11-27 17:31:27 -05:00
Cheng Lou
0e18bc2843 make docs jsx compiler highlight transpiled js code 2013-11-25 19:04:28 -05:00
Sundeep Malladi
aef97f1d76 Minor spelling correction in docs 2013-11-22 14:32:53 -06:00
Cheng Lou
493a22b865 docs select value to control chosen option 2013-11-20 22:34:53 -05:00
Ben Alpert
0f5fd4e076 autoBind -> Autobinding
We don't use the term autoBind anywhere any more.
2013-11-20 11:42:05 -08:00
Levi McCallum
4af4e04bb1 Add explination of autoBind to DOM Event Listener tip 2013-11-20 11:29:05 -08:00
Paul O’Shannessy
1910d7fc0b Put nav data in "_data"
New in Jekyll 1.3 - http://jekyllrb.com/docs/datafiles/
2013-11-19 15:52:42 -08:00
Paul O’Shannessy
c275a8fd67 Fix pagination 2013-11-19 15:25:00 -08:00
Paul O’Shannessy
1e6079ebdb Update jekyll to 1.3 2013-11-19 15:18:15 -08:00
Vjeux
5de8c28a86 Community round-up #11 2013-11-19 22:56:34 +01:00
Cheng Lou
289841e14f docs highlight className and htmlFor transforms 2013-11-18 21:42:51 -05:00
Cheng Lou
aee4f20c00 docs classSet semicolons missing 2013-11-18 21:22:14 -05:00
Paul O’Shannessy
36515bb9eb Merge branch 'chenglou-classSet'
closes #463
2013-11-18 18:00:24 -08:00
Paul O’Shannessy
927cec524d Merge pull request #539 from spicyj/doc-anchors-again
Make doc headers clickable again
2013-11-18 17:45:39 -08:00
Ben Alpert
dd6f1aee22 Make doc headers clickable again
...without preventing clicks on other things.

Just use an `<a name="...">` tag that doesn't take up any space to make sure that we're not covering up something else.

For whatever reason, doing `position: relative; top: -$navHeight;` doesn't work and causes the anchor target not to be moved up. This solution works in both Chrome and Firefox.
2013-11-18 17:34:44 -08:00
Pieter Vanderwerff
711d247240 Set docs menu item to active when viewing a “tips” page 2013-11-15 15:27:31 +13:00
Paul O’Shannessy
0565c94864 Merge pull request #362 from mcsheffrey/feat-documentation-cookbook
React Tips documentation
2013-11-14 14:59:41 -08:00
Paul O’Shannessy
67c99a9c51 formatting and syntax on false in JSX tip 2013-11-13 17:43:17 -08:00
Paul O’Shannessy
59575acb4a Update wording on AJAX tip 2013-11-13 17:43:17 -08:00
Paul O’Shannessy
5c8c2b6f7b Fix broken link, spacing on events tip 2013-11-13 17:43:17 -08:00
Paul O’Shannessy
f95424a08a s/Zuck/Rogers/ 2013-11-13 17:43:17 -08:00
Paul O’Shannessy
55b5cfe075 Fix broken link on componentWillReceiveProps tip 2013-11-13 17:43:16 -08:00
Paul O’Shannessy
679397f60e fix broken link on controlled input tip 2013-11-13 17:43:16 -08:00