Sebastian Markbage
e67ff7ee78
Expose ReactReconciler
...
This can be used by devtools to monkey patch the reconciler and therefore
get notified whenever any internal instance is updated.
2015-02-02 18:15:31 -08:00
Andreas Svensson
63c3461af7
Merge pull request #1864 from syranide/ie8text2
...
Newlines handled incorrectly by innerText in IE8
2015-02-02 21:33:48 +01:00
Andreas Svensson
c371709d23
Newlines handled incorrectly in innerText in IE8
2015-02-02 21:27:27 +01:00
Andreas Svensson
8d6c8a7793
Merge pull request #3017 from syranide/trydefine
...
Try/catch property deprecation warnings to support IE8
2015-02-02 21:26:18 +01:00
Jim
381a01a19b
Merge pull request #3018 from jsfb/assert-not-throw
...
Expecting transform not to throw. Removed meaningless comment.
2015-02-02 12:21:05 -08:00
Jim
b207b8698c
Expecting transform not to throw. Removed meaningless comment.
2015-02-02 12:19:47 -08:00
Andreas Svensson
387adae3de
Merge pull request #3000 from syranide/openbool
...
Set HTML DOM property "open" to HAS_BOOLEAN_VALUE
2015-02-02 21:11:10 +01:00
syranide
0a1cd56ead
Try/catch property deprecation warnings to support IE8
2015-02-02 21:00:04 +01:00
Paul O’Shannessy
6c36b528e2
Merge pull request #2997 from rickbeerendonk/2943-jsx-build-tool-documentation
...
Documents that JSX tool is transforming files with .js extension (and no...
2015-02-02 11:25:32 -08:00
Paul O’Shannessy
f922664e86
Merge pull request #3007 from JoelOtter/patch-2
...
Add note linking to up-to-date doc on Flux website
2015-02-02 11:22:45 -08:00
Sebastian Markbåge
534d23d903
Merge pull request #3012 from sebmarkbage/typescript
...
Use TypeScript Compiler API Directly
2015-02-02 11:21:40 -08:00
Paul O’Shannessy
bab94bf2af
Merge pull request #3011 from koba04/fix-coponent-api-doc
...
Fix consistency of component api document
2015-02-02 11:18:10 -08:00
Paul O’Shannessy
8b1cd7509d
Merge pull request #3001 from rgarcia/patch-1
...
remove extraneous comma in tutorial
2015-02-02 11:16:28 -08:00
Paul O’Shannessy
2aeb8a2a6b
Merge pull request #2995 from rickbeerendonk/copyright-2015
...
Update copyright headers for 2015
2015-02-02 11:15:30 -08:00
Paul O’Shannessy
e04bdd8c9b
Merge pull request #2999 from sedovsek/master
...
Changed unit to pixels due to inconsistent font-size rendering of code elements.
2015-02-02 11:05:35 -08:00
Sebastian Markbage
f6fd4a8506
Use TypeScript Compiler API Directly
...
In 1.4.0 we can use the TypeScript API directly to preprocess our files.
This lets us get rid of a dependency.
https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API
We can also use this to provide our default libraries so that we don't
need to keep the references in the test file.
2015-02-01 22:41:00 -08:00
Toru Kobayashi
b7860b7da4
Fix consistency of component api document
2015-02-02 09:52:08 +09:00
Joel Auterson
344d07d7de
Add note linking to up-to-date doc on Flux website
2015-02-01 15:26:29 +00:00
Rafael
246fdebf82
remove extraneous comma in tutorial
2015-01-31 12:31:14 -10:00
syranide
aa9edc2a9c
Set HTML DOM property "open" to HAS_BOOLEAN_VALUE
2015-01-31 23:11:08 +01:00
Robert Sedovsek
ea94ec8c0e
Changed unit to pixels due to inconsitent font-size rendering of code elements.
2015-01-31 22:53:21 +01:00
Rick Beerendonk
2de44cf668
Documents that JSX tool is transforming files with .js extension (and not .jsx) by default
2015-01-31 20:59:18 +01:00
Rick Beerendonk
3e0750a4ad
Update copyright headers for 2015
2015-01-31 20:18:25 +01:00
Andreas Svensson
905bfcec60
Merge pull request #1912 from syranide/safereuse
...
Warn if mounting into node with dirty rendered markup
2015-01-31 19:56:34 +01:00
Andreas Svensson
c460ad660b
Warn if mounting into node with dirty rendered markup
2015-01-31 19:36:12 +01:00
Andreas Svensson
a170629128
Merge pull request #1568 from syranide/dompurge
...
Only purgeID on ReactDOMComponent and ReactDOMTextComponent unmount
2015-01-31 18:21:22 +01:00
Lee Byron
508b625313
Merge pull request #2990 from jeffkole/patch-1
...
Documents that `classSet` concatenates its arguments
2015-01-30 21:45:54 -05:00
Jeff Kolesky
b7530e19eb
Documents that classSet concatenates its arguments
...
Just wanted it to be noted that `classSet` operates in two ways, both of which are valuable.
2015-01-30 16:47:44 -08:00
syranide
a7f0fb7c4f
Only purgeID on ReactDOMComponent and ReactDOMTextComponent unmount
2015-01-30 21:32:58 +01:00
Paul O’Shannessy
9f9d833065
Merge pull request #2987 from jsfb/fix-markdown-output-wrap
...
Fixed linewrap issue on markdown output css. Fixes #2986
2015-01-30 12:22:44 -08:00
Jim
2ea00ea772
Fixed linewrap issue on markdown output css. Fixes #2986
2015-01-30 12:19:18 -08:00
Jim
ddb1c7470e
Merge pull request #2960 from jsfb/add-detectable-prefix-to-reactelement-warning
...
Add detectable prefix to ReactElement proptype warning.
2015-01-30 12:14:33 -08:00
Paul O’Shannessy
bab59cd090
Pull in 0.13 beta blog post from 0.12-stable branch
2015-01-30 11:49:40 -08:00
Jim
b2f77e6de3
Add detectable prefix to ReactElement proptype warning.
2015-01-30 11:43:57 -08:00
Paul O’Shannessy
5bd078508a
v0.13.0-beta.1
2015-01-27 21:13:35 -08:00
Paul O’Shannessy
bd56b731de
Merge pull request #2967 from zpao/jest-match-internal
...
[jest] Use persistModuleRegistryBetweenSpecs
2015-01-27 20:54:19 -08:00
Paul O’Shannessy
657e30771a
Merge pull request #2966 from zpao/grunt-jest
...
Run jest with grunt, add to travis
2015-01-27 20:51:39 -08:00
Paul O’Shannessy
e2d3370aa9
Merge pull request #2964 from zertosh/no-derequire-when-minifying
...
Remove "derequire" from minified bundles
2015-01-27 20:51:08 -08:00
Paul O’Shannessy
14d88d4e38
[jest] Use persistModuleRegistryBetweenSpecs
...
This more closely matches how we have jest configured at FB, so when we
pull in and run internally we will have fewer things to waste time on.
2015-01-27 19:17:31 -08:00
Paul O’Shannessy
49eb84efdd
Run jest with grunt, add to travis
...
This is to make sure we don't end up with differences in our different
testing methods. We may switch out the failure allowances later (maybe
just jest will be good enough and we can let phantom fail for a little
bit).
2015-01-27 18:04:58 -08:00
Paul O’Shannessy
dbdeb078ce
[testing] dump the cache when depending on warning messages
...
It's possible to configure Jest to not dump the module cache between
specs. This makes it tricky when we silence warnings one a 2nd call.
In this case, the same message was getting logged so when we expected
the count of warning calls to increment, it didn't.
2015-01-27 16:02:00 -08:00
Jim
2ea1f51fe8
Merge pull request #2965 from ClimbsRocks/patch-4
...
Docs wording tweak: subject verb agreement
2015-01-27 14:45:15 -08:00
Preston Parry
e4352efc21
Update 04-multiple-components.md
2015-01-27 14:34:35 -08:00
Andres Suarez
5c5fc5e316
Remove "derequire" from minified bundles
2015-01-27 16:53:18 -05:00
Paul O’Shannessy
9801f2d8ab
Merge pull request #2940 from kevinold/2749-consistent-use-of-spys-or-mocks
...
update to use spyOn for console.warn #2749
2015-01-27 13:38:56 -08:00
Ben Alpert
513433b370
Merge pull request #2962 from ClimbsRocks/patch-3
...
Docs wording tweak for clarity
2015-01-27 11:59:00 -08:00
Ben Alpert
8174262135
Merge pull request #2961 from ClimbsRocks/patch-1
...
Rewording for clarity
2015-01-27 11:58:36 -08:00
Preston Parry
33ecec07cb
Update 02.1-jsx-in-depth.md
2015-01-27 11:22:21 -08:00
Preston Parry
cadbe1d27e
Rewording for clarity
2015-01-27 11:04:21 -08:00
Sebastian Markbåge
8bbaa95a49
Merge pull request #2948 from jergason/master
...
do not validate propTypes in production
2015-01-27 10:55:14 -08:00