Joe Haddad
f166144557
Disable inline 3 option ( #5281 )
2018-10-03 15:43:37 -04:00
Dan Abramov
449a812b1a
Disable Symbol typeof transform ( #5278 )
2018-10-03 20:04:33 +01:00
Shubham Tiwari
b3947e15a6
removed create-react-app-parcel link ( #5228 )
...
create-react-app-parcel is failing and there is no support for that.
2018-10-03 20:03:57 +01:00
Maël Nison
201079dca2
Caches the Yarn resolution for faster installs ( #5270 )
...
* Caches the Yarn resolution for faster installs
* Adds the yarn.lock.cached file to the publish list
* Removes the copied lockfile when the install fails
* Updates the release checklist
2018-10-03 20:00:07 +01:00
Maël Nison
d6682c8190
Adds a version check when using --use-pnp ( #5269 )
2018-10-03 13:02:11 +01:00
Joe Haddad
b41e69662a
Add browser test for graphql ( #5263 )
2018-10-03 01:05:06 -04:00
Joe Haddad
736561fa8b
Add .mjs support back to webpack ( #5258 )
...
* Add `.mjs` support back to webpack, because webpack was not the problem
* Continue toggling `.mjs` to `javascript/auto` mode
* Be more inline with the specification
* Bump old Node to 6
2018-10-03 00:03:51 -04:00
Iurii Kucherov
a5d2e43ae0
Update README links for CSS modules and SASS ( #5254 )
2018-10-02 15:37:56 -04:00
Ian Sutherland
7c65ba71f1
Revert change to http-proxy-middleware docs ( #5252 )
2018-10-02 11:07:54 -06:00
Kristofer Selbekk
bb95472c4a
Set the color palette to something a bit more React-y ( #5249 )
2018-10-02 12:59:30 -04:00
Kohei Hasegawa
ab272d25d5
Fix documentation of http-proxy-middleware ( #5226 )
2018-10-02 10:21:19 -06:00
Kristofer Selbekk
2b2d8667f2
Update favicon and OpenGraph images ( #5244 )
...
Borrowed these from the reactjs/reactjs.org repo on GitHub:
- https://github.com/reactjs/reactjs.org/blob/master/static/logo-og.png
- https://github.com/reactjs/reactjs.org/blob/master/static/favicon.ico
2018-10-02 10:42:38 -04:00
Crux
d624f25df3
Fix GENERATE_SOURCEMAP env not working for css ( #5246 )
2018-10-02 10:37:42 -04:00
Kristofer Selbekk
d58253d35c
Removing sample pages ( #5242 )
...
* Remove "who uses this" callout on front page
* Remove users and help pages
* Add link to React's support docs
Instead of removing the Help link altogether, this commit re-adds it
as an external link to React's existing support documentation
2018-10-02 09:23:22 -04:00
Kristofer Selbekk
2a2e8bf1b8
Set the project name and owner correctly ( #5243 )
...
This commit sets the page name to "Create React App", the tagline to
"Create React apps with no build configuration." and the copyright
owner to "Facebook"
2018-10-02 09:22:18 -04:00
Kristofer Selbekk
e963dde975
Removing blog from Docusaurus ( #5239 )
...
* Remove the blog link from the header
* Remove blog link from the site footer
* Remove blog translation, as we no longer have a blog
* Remove all sample blog-content
* Remove blog info from the website readme
2018-10-02 08:44:13 -04:00
Zacharias Knudsen
a9c09d48d9
Add Relay example ( #5233 )
2018-10-02 08:30:09 -04:00
Amy Lam
00b1b511cf
Initial setup of Docusaurus ( #5227 )
...
* Initial setup of Docusaurus
Followed steps on: https://docusaurus.io/docs/en/installation
* Delete doc1.md
* Delete doc2.md
* Delete doc3.md
* Delete exampledoc4.md
* Delete exampledoc5.md
2018-10-02 12:56:35 +01:00
Joe Haddad
209053b97e
Publish
...
- babel-plugin-named-asset-import@0.2.2
- babel-preset-react-app@5.0.2
- confusing-browser-globals@1.0.3
- create-react-app@2.0.2
- eslint-config-react-app@3.0.3
- react-app-polyfill@0.1.3
- react-dev-utils@6.0.3
- react-error-overlay@5.0.3
- react-scripts@2.0.3
react-scripts@2.0.3
react-error-overlay@5.0.3
babel-plugin-named-asset-import@0.2.2
babel-preset-react-app@5.0.2
confusing-browser-globals@1.0.3
create-react-app@2.0.2
eslint-config-react-app@3.0.3
react-app-polyfill@0.1.3
react-dev-utils@6.0.3
v2.0.3
2018-10-01 20:54:45 -04:00
Dan Abramov
de67243b51
Update CHANGELOG.md
2018-10-02 01:51:39 +01:00
Dan Abramov
439177f4d7
Update CHANGELOG.md
2018-10-02 01:34:30 +01:00
Dan Abramov
0b39a17dd3
Update CHANGELOG.md
2018-10-02 01:33:59 +01:00
Dan Abramov
40bde1b795
Update CHANGELOG.md
2018-10-02 01:31:28 +01:00
Dan Abramov
d61ca62c9f
Update CHANGELOG.md
2018-10-02 01:24:21 +01:00
Dan Abramov
d3f8c99c6c
Update CHANGELOG.md
2018-10-02 01:16:10 +01:00
Dan Abramov
65b01e93cd
Update CHANGELOG-0.x.md
2018-10-02 01:13:25 +01:00
Dan Abramov
6e54d897b5
Update CHANGELOG-1.x.md
2018-10-02 01:12:28 +01:00
Joe Haddad
9eabea2fc1
Add changelog for v2-final ( #5219 )
...
* Add changelog for v2-final
* Add missing change
* Add header to changelog
2018-10-01 19:48:49 -04:00
Dan Abramov
56fed47976
Tweak preflight check message
2018-10-02 00:40:46 +01:00
Dan Abramov
bce2bfca6d
Support globalSetup and globalTeardown Jest options ( #5218 )
2018-10-02 00:33:26 +01:00
Joe Haddad
316da53a32
Check for more packages which may cause problems ( #5217 )
2018-10-01 18:20:42 -04:00
Dan Abramov
45e621748c
Fix absolute paths on eject ( #5214 )
2018-10-01 22:48:01 +01:00
Irvin Denzel Torcuato
bf5a4bf989
Feed correct line number to gvim on launch ( #5202 )
...
Clicking Error overlay should feed the correct line number for gvim.
Added `gvim` in `COMMON_EDITORS_LINUX`, launches new gvim when it is running.
Tested with gvim 8.0.707 on a Debian 4.9.110-3+deb9u4 (2018-08-21) x86_64 GNU/Linux VM
Relates to https://github.com/facebook/create-react-app/issues/2636 .
2018-10-01 22:08:53 +01:00
Dan Abramov
b10337697e
Don't crash npm test when hg/git are missing ( #5212 )
2018-10-01 22:08:14 +01:00
Marco Slooten
b539b649a5
Adds instructions to README on how to customize Bootstrap with Sass ( #5211 )
...
* Adds instructions to create a Bootstrap theme with Sass
* Update README.md
* Update README.md
* Update README.md
2018-10-01 22:01:53 +01:00
Dan Abramov
33034190bb
Oops
2018-10-01 21:44:16 +01:00
Dan Abramov
0a34c9e96a
Edits
2018-10-01 21:43:48 +01:00
Joe Haddad
04eb460728
Correct links
2018-10-01 16:43:03 -04:00
Dan Abramov
79485d7d9c
Update README.md
2018-10-01 16:31:38 -04:00
Dan Abramov
9e88a8e574
Update README.md
2018-10-01 20:03:27 +01:00
Dan Abramov
22d6f42755
Update CHANGELOG.md
2018-10-01 19:53:52 +01:00
Joe Haddad
bd1b9fa95c
Publish eslint-config-react-app@3.0.2
eslint-config-react-app@3.0.2
2018-10-01 12:59:37 -04:00
Joe Haddad
e0fe2d3456
Disable react/no-deprecated rule ( #5205 )
...
* Disable react/no-deprecated rule
* Changed wording
2018-10-01 12:48:26 -04:00
Joe Haddad
62615763c8
Correct package dependency version
2018-10-01 12:31:05 -04:00
Joe Haddad
f0784fc27f
Publish
...
- babel-plugin-named-asset-import@0.2.1
- babel-preset-react-app@5.0.1
- confusing-browser-globals@1.0.2
- create-react-app@2.0.1
- eslint-config-react-app@3.0.1
- react-app-polyfill@0.1.2
- react-dev-utils@6.0.2
- react-error-overlay@5.0.2
- react-scripts@2.0.2
react-app-polyfill@0.1.2
babel-plugin-named-asset-import@0.2.1
babel-preset-react-app@5.0.1
confusing-browser-globals@1.0.2
create-react-app@2.0.1
eslint-config-react-app@3.0.1
react-dev-utils@6.0.2
react-error-overlay@5.0.2
react-scripts@2.0.2
2018-10-01 12:21:46 -04:00
Joe Haddad
194a29102f
Fix overlay IE 11 compatibility ( #5203 )
2018-10-01 12:12:25 -04:00
Joe Haddad
1e1019abbd
Polyfill error overlay for IE9 support ( #5198 )
...
* Polyfill for IE9 support
* Turn off performance option in webpack
2018-10-01 11:26:29 -04:00
Maël Nison
9e074bbf08
Plug'n'Play support ( #5136 )
...
* Adds the PnP plugin for Webpack to find dependencies when working under PnP
* Adds configuration for jest
* Adds an e2e test for when using PnP
* Avoids cra from crashing at the engine check
* Avoids cra from crashing when initializing react-scripts
* Makes the ownPath portable
* Fixes linting
* Bumps to pnp-webpack-plugin@1.1.0, removes symlinks: false
* Adds a --use-pnp option
* Pin version
2018-10-01 15:53:07 +01:00
Dan Abramov
f59165fcee
Oops
2018-10-01 15:48:05 +01:00
Dan Abramov
3783dd36f4
Tweak user guide a bit
2018-10-01 15:47:30 +01:00