Pete Hunt
c544b01cad
Delete useless shit in ReactMount
...
lol
2014-02-10 14:31:15 -08:00
Pete Hunt
5f1d4d7c14
ReactInjection
...
Consolidate everything we can inject in core into one place. Does not expose publicly -- this is an internal moving of shit around.
2014-02-10 14:30:59 -08:00
Paul O’Shannessy
c1c2dd9a89
Add noValidate and corresponding formNoValidate
...
Fixes #988
2014-02-10 12:01:28 -08:00
Paul O’Shannessy
acfef143ae
Merge pull request #1045 from spicyj/srcdoc
...
Add HTML5 srcdoc property for iframes
2014-02-10 12:00:43 -08:00
Ben Alpert
30fd3a30b0
Add onReset event for forms
...
Test Plan:
Tested in Chrome and IE8.
2014-02-10 11:12:26 -08:00
Pete Hunt
2e17144ac0
Update complementary-tools.md
2014-02-10 10:37:59 -08:00
Ben Alpert
40547125f8
Add HTML5 srcdoc property for iframes
2014-02-09 21:03:37 -08:00
Pete Hunt
eb3d516f40
Update complementary-tools.md
2014-02-09 19:18:11 -08:00
Alan deLevie
1194a040f9
remove comma in comment
2014-02-08 19:26:36 -05:00
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
Nadeesha Cabral
5f941628e0
Fixed missing lighted line
...
The line number added had been changed from the previous representation of the code fence, but was not highlighted. Therefore, fixed.
2014-02-06 19:11:19 +05:30
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
Ben Alpert
17f602f924
Set isInTransaction to false even if close throws
...
If a transaction wrapper's closer throws (such as flushBatchedUpdates in ReactDefaultBatchingStrategy) then we still want to properly deinitialize the transaction by setting isInTransaction to false. Without this, we can't reuse the transaction object (in this case, all future batched updates would fail because nested transactions aren't allowed).
2014-02-04 12:03:29 -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