Eric Florenzano
6fd7531761
Add Shirtstarter to examples of production apps.
...
Shirtstarter is 100% built on React.
2014-02-28 13:40:14 -08:00
Ben Alpert
0912eabca4
Tweak propTypes examples for clarity in oneOfType
2014-02-26 15:03:47 -08:00
Pete Hunt
4a33e5fce4
Update complementary-tools.md
2014-02-25 17:01:00 -08:00
Paul O’Shannessy
9e65d04ad2
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
b5fafad2ec
Add acknowledgements page
2014-02-24 17:18:57 -08:00
Jonas Gebhardt
9810b94af3
fix typo in community round-up #17
2014-02-24 15:27:02 -08:00
Jonas Gebhardt
d3842645ed
Community Round-up # 17
2014-02-24 14:20:17 -08:00
Cheng Lou
36e14d6b4c
[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
7cbf8a6e76
[docs] Fix version in lifecycle argument note
...
Fixes #1163 .
2014-02-23 16:49:27 -08:00
Pete Hunt
8b104e72fa
Merge pull request #1155 from petehunt/update-helper
...
Add update() docs
2014-02-21 15:58:39 -08:00
petehunt
9ffe030d52
Add update() docs
2014-02-21 13:07:51 -08:00
Ben Alpert
bfc5607f89
.dataTransfer not .dragTransfer
2014-02-21 12:13:21 -08:00
Andrey Popp
3e3aeea9f5
docs: update link for react-async
2014-02-21 18:30:19 +04:00
Andrey Popp
0d7176ea2d
docs: update react-router-component link
2014-02-21 15:51:27 +04:00
Daryl Lau
fa976ed5b3
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
72924b79ed
Add html5shiv to polyfill docs
...
cf. #1030
2014-02-20 17:21:41 -08:00
Ben Alpert
4ab7f4ab8d
Tweak tutorial wording to be more accurate
2014-02-20 11:40:14 -08:00
Paul O’Shannessy
e41389c2d1
Add context deprecation to changelog, reformat
2014-02-20 10:32:21 -08:00
Shaun Trennery
5790d76faf
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
422266b80f
version bump to 0.10.0-alpha
2014-02-19 22:53:29 -08:00
Paul O’Shannessy
471b6d5d6e
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
4c0bb91ce1
Merge branch 'joshduck-patch-1'
...
Closes #989
2014-02-19 18:10:20 -08:00
Paul O’Shannessy
cdf67d6c24
tweak object property warning.
2014-02-19 18:07:24 -08:00
Ben Alpert
542981681b
React v0.9 blog post
2014-02-19 12:05:47 -08:00
Ben Alpert
8258cb2440
Update Simulate docs and reorg a little bit
2014-02-19 11:16:55 -08:00
martinandert
3cf33ace63
complementary-tools repo owner changed
2014-02-19 09:34:33 +01:00
petehunt
6de90dcebb
clone docs
2014-02-18 23:26:51 -08:00
Pete Hunt
e08575868a
Merge pull request #1112 from petehunt/testutils-addons
...
Add ReactTestUtils to addons
2014-02-18 22:58:30 -08:00
petehunt
b22ba84b1d
fix docs
2014-02-18 22:57:41 -08:00
petehunt
e095116cd8
Add ReactTestUtils to addons
2014-02-18 22:54:24 -08:00
petehunt
f3dd7d5370
docs fixes
2014-02-18 22:51:51 -08:00
petehunt
1736f3843e
remove child factories
2014-02-18 22:48:52 -08:00
petehunt
8d480e1a47
add ReactCSSTransitionGroup to addons and document it
2014-02-18 22:47:53 -08:00
Paul O’Shannessy
6f97cb7986
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
d23ee2f817
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
e7b7977827
Update complementary-tools.md
2014-02-17 10:42:09 -08:00
Pete Hunt
afceffa5b6
Update complementary-tools.md
2014-02-17 10:41:48 -08:00
Dustin Getz
a1161bc4f7
Add wingspan-forms to complimentary tools docs
2014-02-17 11:48:42 -06:00
Ben Alpert
0df14b3c38
Blog post for 0.9 release candidate
2014-02-16 18:47:04 -08:00
Paul O’Shannessy
9074a31225
0.9.0-rc1
2014-02-16 17:38:52 -08:00
plievone
d264018e11
Fix docs for React.Children.map, .forEach, .only.
2014-02-16 22:41:30 +02:00
Pete Hunt
4b15d91b39
Update complementary-tools.md
2014-02-16 12:11:54 -08:00
Ben Alpert
b3f0e3a23c
Fix typo in latest round-up
2014-02-15 22:53:42 -08:00
Jonas Gebhardt
ee8b106fb2
Add community round-up #16
2014-02-15 15:50:30 -08:00
Ben Alpert
d70a0d1c90
Add simple docs on statics to reference section
...
Fixes #1056 .
2014-02-14 11:54:58 -08:00
Cheng Lou
376d456a4c
[Docs] Add Object.keys to list of shims
2014-02-14 09:52:04 -08:00
Ben Alpert
a401800549
Add missing commas in propTypes docs
2014-02-13 23:19:41 -08:00
Pete Hunt
b4e0646dee
Merge pull request #1086 from spicyj/new-proptypes
...
Add docs for new prop types
2014-02-13 23:03:42 -08:00
Ben Alpert
12a33fad6f
Add docs for new prop types
2014-02-13 22:59:48 -08:00
Ben Alpert
297212a370
Merge pull request #940 from chenglou/tips-val
...
[docs] Document newly added unitless css props in tips
2014-02-13 22:40:51 -08:00