Alan deLevie
42e65ddb3e
Small comment grammar fix in ReactComponent.js
2014-02-08 19:25:49 -05:00
Paul O’Shannessy
141f3a8ac8
Merge pull request #1040 from zpao/react-tools-revamp
...
react-tools revamp
2014-02-07 13:59:56 -08:00
Paul O’Shannessy
d00b11ef03
Remove React from react-tools package
...
All of this is provided by the react package now, so there's no point in having
it available in multiple places. We *may* go back on that in the future for
shipping test utils, but for the time being, this is better for all.
2014-02-07 13:59:19 -08:00
Paul O’Shannessy
463f940c7f
Build react-tools package on build, upload to builds site
2014-02-07 13:59:18 -08:00
Paul O'Shannessy
26fb009e0c
fix comment
2014-02-07 13:51:39 -08:00
Cheng Lou
9ae002503c
Ensure a pooled class releases back into the pool an instance of that class
...
Also added tests for PooledClass.
Noticed that some places use `ReactReconcileTransaction.release(transaction)`, when `transaction` might be of another class, say `ReactServerRenderingTransaction` (still a Github PR). This catches that.
2014-02-07 13:51:14 -08:00
Paul O’Shannessy
b199de29a0
Cleanup jsx tasks
...
debug and release are now identical, so there's no need to have both.
2014-02-07 10:21:19 -08:00
Ben Alpert
bc27325d31
Merge pull request #1003 from rdworth/patch-1
...
Update tutorial.md to still have jQuery script tag in later code sample
2014-02-07 00:08:22 -08:00
Paul O’Shannessy
d8700f04da
Actually upload react.tgz to builds server
2014-02-06 23:59:58 -08:00
Ben Alpert
721ac85bf8
Merge pull request #1039 from imagentleman/patch-2
...
Update broken link in "Why React" post
2014-02-06 21:18:56 -08:00
imagentleman
3141bc5084
Update broken link in "Why React" post
...
The AngularJS docs have been updated since the post was originally published.
It should point to the docs from that date (June 5th).
2014-02-06 23:41:48 -05:00
Ben Alpert
bc1e950a41
Merge pull request #1038 from imagentleman/patch-1
...
Docs: Fixed reference to unreachable url.
2014-02-06 20:40:47 -08:00
imagentleman
e9e44773ee
Docs: Fixed reference to unreachable url.
2014-02-06 21:32:30 -05:00
Paul O’Shannessy
94d11ecf05
build npm-react module, upload to builds page
2014-02-06 15:06:10 -08:00
cpojer
71c10b9f45
Add PropTypes.ArrayOf and clean up ReactPropTypes.js
2014-02-06 11:28:51 -08:00
Ben Alpert
497dab2ad9
Merge pull request #1033 from bripkens/tostring-docs
...
docs(ServerRendering): Reflect renderComponentToString changes
2014-02-05 22:59:13 -08:00
Ben Ripkens
4c1a737343
docs(ServerRendering): Reflect renderComponentToString changes
2014-02-06 07:56:37 +01:00
Pete Hunt
73b4f954f2
DOMIDOperations -> BackendIDOperations
2014-02-05 19:47:54 -08:00
Paul O’Shannessy
4ebdb2c0ac
Merge branch 'spicyj-uncontrolled-select'
...
Closed #907
2014-02-05 16:42:32 -08:00
Paul O’Shannessy
e0262d50f9
Skip assignment, just call updateOptions directly
2014-02-05 16:41:57 -08:00
Paul O’Shannessy
647e65525c
Center twitter embeds differently. again.
...
This time, just target the iframe. display: table was weird in webkit.
2014-02-05 16:25:13 -08:00
Paul O’Shannessy
8360da2937
Don't use <center> for twitter embeds
2014-02-05 15:51:06 -08:00
Jonas Gebhardt
2f812b6f9b
Community Round-Up #15 ; center embedded tweets
2014-02-05 15:19:53 -08:00
Ben Alpert
c7dd8d4217
Refactor updateOptions to take value
2014-02-05 11:46:34 -08:00
Ben Alpert
9c5c1ed902
Make uncontrolled select not set value on update
2014-02-05 11:39:44 -08:00
Paul O’Shannessy
7ad28183b4
Merge pull request #1019 from petehunt/docs99
...
Update docs for React.Children
2014-02-05 11:37:38 -08:00
Paul O’Shannessy
2031946946
Re-add strict warning to Danger test
...
Lost in the great reorg
2014-02-05 11:01:29 -08:00
Paul O’Shannessy
b9cd2f0d3d
Merge branch 'reorg'
2014-02-04 19:51:55 -08:00
Paul O’Shannessy
2435b66840
Fix version check test
2014-02-04 19:49:58 -08:00
Paul O’Shannessy
a528beeda9
Put ReactWithAddons in browser/
2014-02-04 19:49:58 -08:00
Pete Hunt
1a39c3143c
The great reorg of February 2014
2014-02-04 19:49:58 -08:00
cpojer
a21979404c
Add canUseEventListeners to ExecutionEnvironment.
2014-02-04 15:09:41 -08:00
Pete Hunt
9730759322
Fix cloneWithProps() to allow overriding props
...
This is a clear bug.
2014-02-04 14:37:53 -08:00
Pete Hunt
945f788a41
React.Children helpers
...
Adds React.Children and map(), forEach() and only().
2014-02-04 14:37:44 -08:00
Paul O’Shannessy
8d1d29286a
Merge pull request #1013 from bripkens/lint
...
Fix use strict warnings
2014-02-04 12:39:41 -08:00
Pete Hunt
7aaa3a4ed1
Merge pull request #922 from spicyj/submit-submit
...
Fix double-binding to submit event
2014-02-04 10:25:34 -08:00
Pete Hunt
3642b6ea62
Merge pull request #982 from bripkens/async-tostring
...
fix(ServerRendering): execution should be async
2014-02-04 10:24:22 -08:00
Paul O’Shannessy
bced44533f
Merge pull request #967 from syranide/noie8catch
...
Remove unnecessary catch-clauses for try-finally
2014-02-04 10:11:06 -08:00
Andreas Svensson
f9bb6e46f1
Remove unnecessary catch-clauses for try-finally
2014-02-04 18:07:34 +01:00
Ben Ripkens
e14555caed
Use lowercase "string" so that the documentation complies with typecheckers
2014-02-04 09:05:52 +01:00
petehunt
aebfd641aa
more references
2014-02-03 23:33:20 -08:00
petehunt
9e1c6950b1
update docs for React.Children
2014-02-03 23:28:49 -08:00
Ben Ripkens
220687abda
Add new lines above use strict and keep directives at the top
2014-02-04 07:47:35 +01:00
Pete Hunt
0dc0b45f3c
Merge pull request #1018 from stoyan/patch-2
...
joe -> la web speed
2014-02-03 22:31:23 -08:00
Stoyan
c8a2018228
Update videos.md
2014-02-03 22:09:00 -08:00
Paul O’Shannessy
19ff353fdd
Merge pull request #975 from spicyj/transaction-no-catch
...
Refactor Transaction to not rethrow errors
2014-02-03 21:43:27 -08:00
Paul O’Shannessy
4992423547
Merge pull request #1005 from jjt/boolattr
...
Fix boolean attributes as per HTML5 spec
2014-02-03 18:17:46 -08:00
Ben Newman
6d4b470cfc
Merge pull request #1016 from benjamn/revert-pure-cjs-until-0.9
...
Revert commits switching from browserify to pure-cjs (on hold until after v0.9 ships).
2014-02-03 16:09:37 -08:00
Ben Newman
9f1ed709d0
Revert "Switched from browserify to pure-cjs bundler."
...
This reverts commit bff9731b66 .
2014-02-03 19:05:22 -05:00
Ben Newman
77c53dd5d4
Revert "More optimizations and fix for JSXTransformer build"
...
This reverts commit f1b7db9aef .
2014-02-03 19:05:15 -05:00