Commit Graph

586 Commits

Author SHA1 Message Date
Cheng Lou af1b63456e Merge pull request #1222 from spicyj/npm-dl
[docs] Add more words to downloads page
2014-03-05 20:23:10 -08:00
Ben Alpert ac3051530a [docs] Add more words to downloads page 2014-03-05 20:16:50 -08:00
Ben Alpert e954a1c0d9 Add Object.freeze to polyfill list 2014-03-03 15:55:19 -08:00
petehunt 2f6656e3e9 fix 2014-03-03 10:39:41 -08:00
petehunt a0ecf47242 Add thinking in react to the official docs 2014-03-03 10:37:33 -08:00
Pascal Hartig 8df5e55efd Add missing backtick in complementary-tools.md 2014-03-02 22:10:24 +00:00
Ville Immonen 0217461d16 Merge the lists of JSX integrations in the docs.
There were these two lists of JSX tools at Complimentary Tools
and Tooling Integration, that were a bit out of sync with each other.

Bring them together and add a link to the former from the latter.
2014-03-01 16:50:40 +02:00
Eric Florenzano 6485e21956 Add Shirtstarter to examples of production apps.
Shirtstarter is 100% built on React.
2014-02-28 13:40:14 -08:00
Ben Alpert 298a05517e Tweak propTypes examples for clarity in oneOfType 2014-02-26 15:03:47 -08:00
Pete Hunt ba78edbed8 Update complementary-tools.md 2014-02-25 17:01:00 -08:00
Paul O’Shannessy 34b6707132 Merge pull request #1166 from chenglou/docs-examples-consolidate
[Docs] Consolidate the two examples sections
2014-02-25 16:45:01 -08:00
Ben Alpert 04111d5228 Add acknowledgements page 2014-02-24 17:18:57 -08:00
Jonas Gebhardt a6c1b91c7d fix typo in community round-up #17 2014-02-24 15:27:02 -08:00
Jonas Gebhardt 5049fc6b05 Community Round-up # 17 2014-02-24 14:20:17 -08:00
Cheng Lou 25cafec4a9 [Docs] Consolidate the two examples sections
Also made the formatting more consistent between complementary-tools and
examples.
2014-02-23 18:58:28 -08:00
Ben Alpert 61c287c5ea [docs] Fix version in lifecycle argument note
Fixes #1163.
2014-02-23 16:49:27 -08:00
Pete Hunt 7bba8c3257 Merge pull request #1155 from petehunt/update-helper
Add update() docs
2014-02-21 15:58:39 -08:00
petehunt 989f6f987d Add update() docs 2014-02-21 13:07:51 -08:00
Ben Alpert e2b006f9ae .dataTransfer not .dragTransfer 2014-02-21 12:13:21 -08:00
Andrey Popp da0b34e945 docs: update link for react-async 2014-02-21 18:30:19 +04:00
Andrey Popp cbce621570 docs: update react-router-component link 2014-02-21 15:51:27 +04:00
Daryl Lau 8aaf5fdbf4 incorrect include in css transition group example?
TransitionGroup maps to ReactTransitionGroup, shouldn't it be a ReactCSSTransitionGroup?
2014-02-20 18:26:56 -08:00
Ben Alpert 445611f3e6 Add html5shiv to polyfill docs
cf. #1030
2014-02-20 17:21:41 -08:00
Ben Alpert 89d4d352e1 Tweak tutorial wording to be more accurate 2014-02-20 11:40:14 -08:00
Paul O’Shannessy f3c1383af9 Add context deprecation to changelog, reformat 2014-02-20 10:32:21 -08:00
Shaun Trennery c32e398a5c Addition of 'this.context' component breaking change
this.context on components is now reserved for internal use by React

closes #1141
2014-02-20 10:32:12 -08:00
Paul O’Shannessy 95edc396df version bump to 0.10.0-alpha 2014-02-19 22:53:29 -08:00
Paul O’Shannessy bb729a5784 Merge pull request #1131 from spicyj/rel-notes-0.9-2
React v0.9 blog post
2014-02-19 21:47:29 -08:00
Paul O’Shannessy b99705f690 Merge branch 'joshduck-patch-1'
Closes #989
2014-02-19 18:10:20 -08:00
Paul O’Shannessy 7e7aa21e24 tweak object property warning. 2014-02-19 18:07:24 -08:00
Ben Alpert 01b68c0e76 React v0.9 blog post 2014-02-19 12:05:47 -08:00
Ben Alpert 99b80938af Update Simulate docs and reorg a little bit 2014-02-19 11:16:55 -08:00
martinandert 970ae44c1f complementary-tools repo owner changed 2014-02-19 09:34:33 +01:00
petehunt 30faba394d clone docs 2014-02-18 23:26:51 -08:00
Pete Hunt 93e7778d5f Merge pull request #1112 from petehunt/testutils-addons
Add ReactTestUtils to addons
2014-02-18 22:58:30 -08:00
petehunt c2904b978e fix docs 2014-02-18 22:57:41 -08:00
petehunt 8122cadeb4 Add ReactTestUtils to addons 2014-02-18 22:54:24 -08:00
petehunt ea803c47ba docs fixes 2014-02-18 22:51:51 -08:00
petehunt 42c837e4dd remove child factories 2014-02-18 22:48:52 -08:00
petehunt cadd6cbb6c add ReactCSSTransitionGroup to addons and document it 2014-02-18 22:47:53 -08:00
Paul O’Shannessy c0660ea6e0 Merge pull request #1100 from plievone/mapchildren-docs
Fix docs for React.Children.map, .forEach, .only.
2014-02-18 21:43:30 -08:00
Paul O’Shannessy 8a47813baa Update copyrights for 2014.
grep -rl 'Copyright 2013 Facebook' static_upstream | xargs perl -pi -w -e s/Copyright 2013 Facebook/Copyright 2013-2014 Facebook/g;'

Not going to check in a script to do this since it will just change every year.
Closes #1006
2014-02-18 17:06:43 -08:00
Pete Hunt f73b894c37 Update complementary-tools.md 2014-02-17 10:42:09 -08:00
Pete Hunt 4642a70277 Update complementary-tools.md 2014-02-17 10:41:48 -08:00
Dustin Getz 1b5af6b405 Add wingspan-forms to complimentary tools docs 2014-02-17 11:48:42 -06:00
Ben Alpert 9e160df868 Blog post for 0.9 release candidate 2014-02-16 18:47:04 -08:00
Paul O’Shannessy 9125f68194 0.9.0-rc1 2014-02-16 17:38:52 -08:00
plievone 827c44fcd3 Fix docs for React.Children.map, .forEach, .only. 2014-02-16 22:41:30 +02:00
Pete Hunt b7ba0f173e Update complementary-tools.md 2014-02-16 12:11:54 -08:00
Ben Alpert 0d4213001b Fix typo in latest round-up 2014-02-15 22:53:42 -08:00