54 Commits

Author SHA1 Message Date
Christopher Chedeau
b005f1aef5 Merge pull request #64 from hkc452/master
fix selector reference
2020-05-17 11:48:32 -07:00
Christopher Chedeau
093bbe43fc Merge pull request #67 from dustinsoftware/dev-build
Add development build
2020-05-17 11:46:24 -07:00
Christopher Chedeau
e594f52cf4 Merge pull request #53 from sbaudray/master
Avoid window reference error in SSR
2020-05-17 11:45:30 -07:00
Dustin Masters
5bc0bea81b Add development build
This should work on Windows too.

Tested with `yarn link` on a local project.
2020-05-17 00:38:11 -04:00
hkc
f8dfd6d321 fix selector refence 2020-05-17 10:28:41 +08:00
Sebastien Baudray
fdaf144a3d Avoid window reference error in SSR 2020-05-16 16:53:44 +01:00
Claudio Procida
c38012d92a fix(copyright): Updates copyright headers for OSS project 2020-05-16 01:00:28 +01:00
David McCabe
9e9d3c1e26 Merge pull request #13 from davesnx/master
chore: Remove package-lock in order to use yarn.lock
2020-05-15 14:26:46 -07:00
David McCabe
e6db81f20b Merge pull request #28 from koba04/patch-1
docs: use https for the website instead of http
2020-05-15 14:25:49 -07:00
Toru Kobayashi
bd3fa0499d docs: use https for the website instead of http 2020-05-15 23:17:43 +09:00
David Sancho
c5835e6347 chore: Remove package-lock in order to use yarn.lock 2020-05-14 23:05:06 +02:00
Douglas Armstrong
61b6ab7238 Delete Recoil_UNSTABLE.js 2020-05-14 10:48:25 -07:00
Christian Santos
cef08ca159 Remove docs folder from master branch 2020-05-14 13:07:43 -04:00
Claudio Procida
a9eb9cab44 fix(docs): typo Celcius -> Celsius /2 2020-05-14 16:53:28 +01:00
Claudio Procida
63a93d0deb fix(README): typo management -> manegement 2020-05-14 16:50:30 +01:00
Claudio Procida
bd745642be fix(docs): typo Celcius -> Celsius 2020-05-14 16:34:11 +01:00
David McCabe
bd6c8a7b7c package.json 2020-05-13 23:40:23 -07:00
David McCabe
d82f918c52 Class properties not being transformed correctly 2020-05-13 23:39:48 -07:00
David McCabe
b1601a2412 Standardize copyright notices 2020-05-13 22:00:18 -07:00
David McCabe
c080b3b6ea README 2020-05-13 21:59:19 -07:00
David McCabe
da2a9ce634 Fixed bad merge 2020-05-13 21:24:04 -07:00
David McCabe
bb16f6d706 Merge branch 'rollup' 2020-05-13 21:22:03 -07:00
David McCabe
fd46beeb70 package.json 2020-05-13 21:17:45 -07:00
David McCabe
9664854021 Merge branch 'rollup' of github.com:facebookexperimental/Recoil into rollup 2020-05-13 20:46:02 -07:00
Christopher Chedeau
59c48e0cc9 remove_rollup_warnings_dist 2020-05-13 20:42:34 -07:00
Christopher Chedeau
75f9986090 minify and fix rollup warning 2020-05-13 20:35:04 -07:00
Christopher Chedeau
cc90b0b91f comment_dev 2020-05-13 20:23:30 -07:00
David McCabe
f765822c90 Merge branch 'rollup' of github.com:facebookexperimental/Recoil into rollup 2020-05-13 20:15:49 -07:00
David McCabe
2e3080a552 Updated package.json 2020-05-13 20:15:07 -07:00
Kevin Frei
589bedffb9 Fixed the 'main' attribute, and a missing export 2020-05-13 20:03:21 -07:00
Christopher Chedeau
3eaa954ddb external 2020-05-13 19:33:34 -07:00
David McCabe
e10874096b Actually fix cycle 2020-05-13 19:32:32 -07:00
David McCabe
9d8f956718 Remove cycle from atomWithFallback 2020-05-13 19:30:12 -07:00
David McCabe
0e7d366caa Merge branch 'rollup' of github.com:facebookexperimental/Recoil into rollup 2020-05-13 19:27:56 -07:00
David McCabe
704cc73c3b Fix cycle in Recoil_Node 2020-05-13 19:27:17 -07:00
Christopher Chedeau
2237643073 fix_require 2020-05-13 19:23:47 -07:00
David McCabe
52ece62d45 Merge branch 'rollup' of github.com:facebookexperimental/Recoil into rollup 2020-05-13 19:14:47 -07:00
David McCabe
71fba7fe47 Remove ScopedAtom from open source 2020-05-13 19:14:17 -07:00
Christopher Chedeau
b255b7cdf5 fix syntax 2020-05-13 19:03:41 -07:00
David McCabe
8a9b1100c3 Fix oss-only comments from ShipIt 2020-05-13 18:43:34 -07:00
Dave McCabe
49900fafa3 Use OSS-able library functions
Summary:
Create copies, and in a few places forks, of small modules that we use from www so that they're available in open-source.

Longer-term solution is to add these to fbjs and figure out their build system, but that is complicated.

Reviewed By: vjeux

Differential Revision: D21551240

fbshipit-source-id: b3a60142aa7849339d5f9d167d4dad0be5803b7e
2020-05-13 18:11:30 -07:00
Kevin Frei
67dc04c6d4 No more haste requires. Still needs flow importtypes fixed 2020-05-13 18:01:10 -07:00
Kevin Frei
ed8204d922 Messed up the react dependency. Fixed that. It now passes my simple smoke-test. 2020-05-13 14:02:15 -07:00
Kevin Frei
bdbe50323f Initial build stuff. Builds, but results don\'t work. 2020-05-13 13:39:14 -07:00
facebook-github-bot
5264e3c483 Merge branch 'master' of github.com:facebookexperimental/recoil 2020-05-12 21:08:21 -07:00
facebook-github-bot
0d42150e3d Initial commit
fbshipit-source-id: 8ffa4a3dfd33ff84b6ad99296bab311f2f35cf29
2020-05-12 21:03:27 -07:00
Christian Santos
5c2afb76e8 docs edit 2 2020-05-12 21:28:23 -04:00
Christian Santos
c34861cf36 docs pages edit 1 2020-05-12 19:09:54 -04:00
Christian Santos
40e870caad Move docusaurus-specific gitignore to the docs folder 2020-05-05 21:34:23 -04:00
Christian Santos
cd5ef854e2 Add docusaurus hidden files to gitignore 2020-05-05 21:32:34 -04:00