Commit Graph
8386 Commits
Author SHA1 Message Date
Dan Abramov e4fcbecc1e Add a working RN build 2017-03-16 19:10:46 +00:00
Dominic Gannaway 04972cde8e tidied up the options for bundles, so they can define what types they output and exclude 2017-03-15 21:48:41 +00:00
Dan Abramov 7a2819042f Work in progress: start adding ReactNative bundle 2017-03-15 21:29:39 +00:00
Dan Abramov 2c9ea97f5e Merge branch 'master' into rollup 2017-03-15 20:09:13 +00:00
James LongandGitHub b1b4a2fb25 Merge pull request #9101 from sebmarkbage/prettier
Use Prettier
2017-03-14 15:33:27 -07:00
Sebastian Markbage 7e078d6a92 Fix lint rules
The typeof one is a bit strange because the disable rule gets moved.
2017-03-14 14:12:35 -07:00
Sebastian Markbage ba1299acc2 Non idempotent steps in prettier 2017-03-13 17:06:03 -07:00
Sebastian Markbage 1843f87168 Run prettier 2017-03-13 17:05:18 -07:00
Sebastian Markbage 46bcd7fdf2 Add ignore to multichild test 2017-03-13 17:04:37 -07:00
Sebastian Markbage b363803d26 Update to prettier 0.22 2017-03-13 17:02:21 -07:00
Sebastian Markbage 898ba574d6 Try 80-character line limit instead 2017-03-13 16:57:16 -07:00
Sebastian Markbage df6388ab52 Add prettier-ignore where we do matrix style formatting 2017-03-13 16:57:13 -07:00
Sebastian Markbage 9d34dd3c01 More options 2017-03-13 16:55:59 -07:00
Sebastian Markbage 4adad94eac Add prettier option in scripts 2017-03-13 16:55:58 -07:00
Bernard LinandDan Abramov 2b59afb984 Updated React Native EU (#9170)
* Updated Chain React

Changed conference date from "Summer 2017" to given date on website

* Updated React Native EU 

Updated date and place with information from website
2017-03-13 22:43:03 +00:00
Ben AlpertandGitHub a2716d087e Fix two bugs in version bump script (#9165)
* Fix version bump script when files are missing

* Add noop renderer to version bump script

Without this, grunt build fails due to the version mismatch.
2017-03-13 10:04:14 -07:00
Ben Alpert 0d7b4d6dba 16.0.0-alpha.4 v16.0.0-alpha.4 2017-03-13 08:54:41 -07:00
Ben Alpert f3a26c0f75 Switch UMD build to use Fiber 2017-03-13 08:46:20 -07:00
AdamandDan Abramov bf5abdf14f Remove ref usage in main markdown example (#9160)
from [elsewhere in the docs](https://facebook.github.io/react/docs/refs-and-the-dom.html):

> Avoid using refs for anything that can be done declaratively.
2017-03-12 15:29:10 +00:00
Dan Abramov 1eed4e133a Merge branch 'master' into rollup 2017-03-11 23:39:37 +00:00
Dan Abramov 31a9719ad5 Fix UMD build of ReactDOMFiber 2017-03-11 21:31:12 +00:00
Dan Abramov 32eccd55fe Add ReactDOMServer bundle 2017-03-11 21:00:44 +00:00
Dan Abramov d93b8e3cb5 Add ReactART builds 2017-03-11 20:12:25 +00:00
Dan Abramov 3d27a04b2a Add missing forwarding module (oops) 2017-03-11 19:15:12 +00:00
Dan Abramov ae1f7622ca Add all injection necessary for error logging 2017-03-11 03:26:12 +00:00
Dan Abramov 8a92f3347d Remove forwarding modules with implementations
Instead I'm adding them to react-fb in my diff.
2017-03-11 02:33:15 +00:00
Dan Abramov 76ee978f82 Externalize feature flags
This lets www specify them dynamically.
2017-03-11 02:17:49 +00:00
Dan Abramov f102045440 Add DOMProperty to hidden exports 2017-03-11 01:44:00 +00:00
Ben AlpertandGitHub 19c2649e02 Use fiber by default (#9155)
Affects our builds. But not in tests yet.
2017-03-10 17:06:02 -08:00
Dan Abramov 1cc4278acd Add even more forwarding modules that are used on www 2017-03-11 00:52:48 +00:00
Dan Abramov c2ffdcb2b5 Add more forwarding modules that are used on www 2017-03-10 23:45:39 +00:00
Dan Abramov 9ba6635370 Bump rollup-plugin-commonjs to include a fix for rollup/rollup-plugin-commonjs#176 2017-03-10 19:38:47 +00:00
Dan Abramov 4580b6b630 Revert "Work around internal FB transform require() issue"
This reverts commit 0a50b6a90b.
2017-03-10 19:36:53 +00:00
Dan Abramov 3f89a779d5 Merge branch 'master' into rollup 2017-03-10 19:29:46 +00:00
Dan AbramovandGitHub 8de68c56f9 [Fiber] Remove unnecessary second getComponentName() (#9153)
* Remove unnecessary second getComponentName()

We already have one. The other one is also less fragile and doesn't throw on null type.

* Make setState in render warning check simpler

This skips it earlier since in most cases phase won't be "render".
This is unobservable.
2017-03-10 19:29:20 +00:00
Dan Abramov 95a4fbba62 Fix circular dependencies now that ReactDOM-fb is a GK switch 2017-03-10 18:34:51 +00:00
Dan Abramov b82ba7126d Rename ReactDOM-fb to ReactDOMStack-fb 2017-03-10 18:17:29 +00:00
Dan Abramov ef50945f20 Add a rollup npm script 2017-03-10 17:13:41 +00:00
Dominic Gannaway bd4d7ecb3e improved the build tool 2017-03-10 17:05:03 +00:00
Dan Abramov 1f66be3be1 Fix onlyChild module 2017-03-10 15:58:55 +00:00
Dan Abramov f6e5d72ce3 Add missing modules to Stack ReactDOM to fix UFI 2017-03-10 15:49:12 +00:00
Dan Abramov 063067d323 Expose more internal modules to www 2017-03-10 15:30:46 +00:00
Dominic Gannaway 71d6c3b1b5 moved ReactInstanceMap out of React and into ReactDOM and ReactDOMFiber 2017-03-10 15:29:23 +00:00
Dan Abramov 0a50b6a90b Work around internal FB transform require() issue 2017-03-10 15:10:09 +00:00
Dan Abramov b34e7cf7c7 Revert "should improve console output"
This breaks the FB bundles.

This reverts commit 65f11ee64f.
2017-03-10 15:09:54 +00:00
Dominic Gannaway 7f6ecb1a1b fixed typo with argument passing on functon call 2017-03-10 14:53:22 +00:00
Dominic Gannaway 65f11ee64f should improve console output 2017-03-10 14:44:24 +00:00
Dominic Gannaway 165bc459c8 added provides module for ReactCurrentOwner 2017-03-10 14:34:32 +00:00
Dominic Gannaway ccfefc8a17 should fix fb and cjs bundles for ReactCurrentOwner 2017-03-10 13:51:28 +00:00
Dan Abramov c4dfd17c59 Change forwarding modules to import from -fb
This is another, more direct fix for ReactPerf circular dependency
2017-03-10 13:29:26 +00:00