Dominic Gannaway
202fd5432e
added react-dom-server
2017-04-04 15:27:29 +01:00
Dominic Gannaway
3ef295c1cf
now compares against the last run branch built on
2017-04-04 15:14:11 +01:00
Dominic Gannaway
cc6dba5ee0
fixed filesize difference reporting
2017-04-04 14:56:52 +01:00
Dominic Gannaway
c102dfe782
improved how bundle output gets printed
2017-04-04 13:40:20 +01:00
Dominic Gannaway
4fa30df0c3
deal with ART modules for UMD bundles
2017-04-04 12:17:04 +01:00
Dominic Gannaway
2708cec8ae
disabled const evaluation by uglify for <script></script> string literal
2017-04-04 12:11:30 +01:00
Dan Abramov
b62f7b19ae
Merge branch 'master' into rollup
2017-04-03 20:59:31 +01:00
Dan Abramov
69714d2277
Merge with master
2017-04-03 20:59:19 +01:00
Dan Abramov
b00cdb821a
Only UMD bundles need version header
2017-04-03 20:20:26 +01:00
Dan Abramov
40cfc0cfa7
Add file header to prod bundles
2017-04-03 17:14:34 +01:00
Dominic Gannaway
0364501c24
re-enabled code coverage
2017-04-03 15:49:25 +01:00
Dominic Gannaway
64559f8b07
changing path to jest in more circleci tests
2017-04-03 15:17:04 +01:00
Dominic Gannaway
0c4f01ba8e
moved order around of circlci tasks
2017-04-03 15:13:06 +01:00
Dominic Gannaway
5108963b89
made a dedicated jest script in a new process
2017-04-03 14:58:58 +01:00
Dominic Gannaway
fbeea6d5d8
removed build from circlci
2017-04-03 13:41:54 +01:00
Sasha Aickin
04713fc4bd
Merge pull request #9264 from aickin/server-render-unit-tests-forms
...
Adding SSR test for form fields.
2017-03-31 15:42:07 -07:00
Dominic Gannaway
815f20807d
circleci run tets
2017-03-31 20:36:10 +01:00
Dominic Gannaway
e7a6153cf1
removed coverage test from circleci run
2017-03-31 19:44:32 +01:00
Dominic Gannaway
ff86c3a17b
better error output
2017-03-31 16:34:44 +01:00
Dan Abramov
0820c0ea9a
Remove unused ViewportMetrics shim
2017-03-31 16:17:33 +01:00
Dominic Gannaway
63aeb438e6
fixed test_build
2017-03-31 16:02:57 +01:00
Dominic Gannaway
4dc1c5106f
removed the warning output from test_build, the build should do this instead
2017-03-31 15:56:33 +01:00
Dominic Gannaway
70cc5f96c0
temp removed html render test
2017-03-31 15:41:36 +01:00
Dominic Gannaway
9ac0159c82
fixed test_html_generations.sh
2017-03-31 15:06:32 +01:00
Dominic Gannaway
0f93e6a78a
changed permissions on test_build.sh
2017-03-31 14:56:06 +01:00
Dominic Gannaway
3a671b2f4c
fixed test coverage command
2017-03-31 14:52:31 +01:00
Dominic Gannaway
082b7841e1
added missing newline to flow.js
2017-03-31 14:42:57 +01:00
Dominic Gannaway
dad841e2b6
Merge branch 'rollup' of github.com:trueadm/react into rollup
2017-03-31 14:04:57 +01:00
Dominic Gannaway
a449c15ba7
added test_build.sh back in
2017-03-31 14:04:48 +01:00
Dominic Gannaway
4da9ea594e
removed gulp-extract-errors
2017-03-31 14:01:20 +01:00
Dan Abramov
eb265f3397
Fix lint
2017-03-31 13:59:06 +01:00
Dominic Gannaway
c13c82ee87
configured circleci to use new paths
2017-03-31 13:52:40 +01:00
Dominic Gannaway
373f812663
Merge branch 'rollup' of github.com:trueadm/react into rollup
2017-03-31 13:46:14 +01:00
Dominic Gannaway
16fc8d24f4
removed gulp and grunt and moved tasks to standalone node script
2017-03-31 13:46:09 +01:00
Dan Abramov
0017318cb8
Merge branch 'master' into rollup
2017-03-31 13:34:14 +01:00
Nathan Hunzaker
27c844905f
Remove scroll capture support warning ( #9303 )
...
I removed the scroll capture feature check for IE8, however I missed
the associated warning.
2017-03-31 11:36:08 +01:00
Nathan Hunzaker
bd2802523c
Remove viewport metrics, other pageX/pageY behaviors ( #9290 )
...
* Remove viewport metrics
event.pageX and event.pageY are in every browser React supports.
* Rerecord tests
2017-03-31 02:20:57 +01:00
Dominic Gannaway
794e0b908e
moved around plugin order to try and fix deadcode requires as per https://github.com/rollup/rollup/issues/855
2017-03-30 20:31:17 +01:00
Dominic Gannaway
589305637a
per bundle property mangling added
2017-03-30 18:08:17 +01:00
Dominic Gannaway
e1fbc7a39d
Merge branch 'rollup' of github.com:trueadm/react into rollup
2017-03-30 17:26:59 +01:00
Dominic Gannaway
221b611070
added basic mangle support (disbaled by default)
2017-03-30 17:26:52 +01:00
Ben Alpert
e57ad7f51e
Allow returning null as host context ( #9278 )
...
If your renderer doesn't use host context, you might prefer to return null. This used to give an error:
> Invariant Violation: Expected host context to exist. This error is likely caused by a bug in React. Please file an issue.
I use a sentinel value instead now.
The code in ReactFiberHostContext is a little complicated now. We could probably also just remove the invariants.
2017-03-30 13:18:39 +01:00
Dan Abramov
d86e827de1
Ensure requires stay at the top
2017-03-29 18:37:47 +01:00
Dan Abramov
7e7ca633b5
Remove TEST env
2017-03-29 17:20:23 +01:00
Dominic Gannaway
272a6d4cb0
adds -test to provides module name
2017-03-29 16:52:40 +01:00
Dominic Gannaway
ee37df120b
allows both ReactCurrentOwner and react/lib/ReactCurrentOwner
2017-03-29 16:50:50 +01:00
Dominic Gannaway
33fa7c3e6f
adds a FB_TEST bundle
2017-03-29 16:43:11 +01:00
Dominic Gannaway
0e0bb5ae74
added a WIP solution for ReactCurrentOwner on FB DEV
2017-03-29 16:06:09 +01:00
Dominic Gannaway
024881150e
fixed an issue with stubbed modules not properly being replaced due to greedy replacement
2017-03-29 14:50:06 +01:00
Dominic Gannaway
99df11dfcb
Merge branch 'rollup' of github.com:trueadm/react into rollup
2017-03-29 14:12:19 +01:00