Otávio Pace
47e9e2c7a0
Move chalk dependency to react-dev-utils ( #6150 )
...
Related to #751
2019-01-12 13:55:57 +02:00
Adam Laycock
8174eed5b3
Upgrade @svgr/webpack to 4.1.0 ( #5816 )
...
* Upgrade svgr to 4.0.3
* Upgrade svgr to 4.0.4
* Remove unnecessary prettier option
* Update to 4.1.0
2019-01-11 22:45:32 -05:00
Dallon Feldner
132ac3523f
Update local-test.sh to return test exit code ( #6179 )
...
The `e2e:docker` command can run tests in a Docker container, but it always returns exit code 0 even if the tests failed. This PR resolves that and returns the exit code from the test command.
2019-01-11 18:35:13 -05:00
Ian Schmitz
c8a540d9a1
Add react/react-dom dependencies to relative-paths test fixture ( #6165 )
2019-01-10 21:17:09 -08:00
Ian Schmitz
2741781bc6
Add note for global install of CLI ( #6157 )
...
* Add note for global install of CLI
Closes #6140 .
2019-01-09 13:16:09 -08:00
David Rice
6e261f8a06
Update react-dev-util globby dependency to v8.0.2 ( #6162 )
...
v8.0.2 was recently released https://github.com/sindresorhus/globby/releases to fix some pathing issues with dir-glob.
2019-01-09 14:24:03 -05:00
loveky
caf0effda5
update link for difference between proposal stages ( #6149 )
...
seems the page which the old link points to has removed the related information.
2019-01-08 07:36:06 -08:00
Yangshun Tay
ddf294159f
Remove extra table cell ( #6141 )
2019-01-07 07:53:08 -08:00
Jason Laster
773d103986
Switch to eval-source-map ( #5060 )
...
Switches to eval-source-map, which is easier for webpack to recompute
when a file changes and has column based mappings, which lets firefox
devtools show original variable in the debugger and evaluate original
expressions in the console.
2019-01-06 22:42:05 -05:00
Ian Schmitz
005ee5b952
Bump eslint-plugin-react version and update webpack config ( #6132 )
...
* Bump eslint-plugin-react version
* Move eslint-plugin-react settings into eslint-config-react-app
* Add react/no-typos rule
2019-01-06 15:05:14 -08:00
Joe Haddad
3e1dc99013
Fix CI and upgrade dependencies ( #6137 )
...
* Upgrade a bunch of dependencies
* Turn off nightly Yarn
2019-01-06 13:13:20 -05:00
Ian Schmitz
73e3d0ebf1
Update CHANGELOG.md
v2.1.3
2019-01-04 11:02:24 -08:00
Ian Schmitz
0d0d0349a5
Publish
...
- create-react-app@2.1.3
- react-dev-utils@7.0.1
- react-error-overlay@5.1.2
- react-scripts@2.1.3
react-scripts@2.1.3
react-dev-utils@7.0.1
react-error-overlay@5.1.2
create-react-app@2.1.3
2019-01-04 10:53:44 -08:00
Ian Schmitz
6a95aae96d
Prepare 2.1.3 release
2019-01-04 10:08:47 -08:00
Hardo
dae67ff06a
Fix typo in CSS modules docs ( #6067 )
2019-01-04 17:18:24 +02:00
Dan Abramov
c8c3e48abd
Update adding-typescript.md
2019-01-03 15:38:20 +00:00
Zachary Friss
4c7c3c5e28
Update webpack-dev-server 3.1.9 -> 3.1.14 ( #6064 )
...
* Update webpack-dev-server 3.1.9 -> 3.1.14
2019-01-01 21:26:44 -08:00
Janne R
86eb24d4a6
Replace deprecated VSCode launch.json variable ( #6110 )
...
Replace deprecated ${workspaceRoot} variable with ${workspaceFolder} in VSCode launch.json. See https://code.visualstudio.com/docs/editor/variables-reference#_why-isnt-workspaceroot-documented
2019-01-01 14:02:48 -08:00
shawtung
1aca3cc416
Fix comment typo ( #6036 )
2018-12-30 18:45:05 -08:00
Prashant Andani
6fc1993728
Typo fixes ( #6104 )
...
<!--
Thank you for sending the PR!
If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots!
Happy contributing!
-->
2018-12-30 18:21:33 -08:00
Ian Sutherland
bf669a3a84
Update lock bot config
2018-12-28 12:15:33 -07:00
Jason Quense
e7b975e8c2
Generalize the Bootstrap documentation ( #5631 )
...
* Generalize the adding bootstrap documentation
* Update adding-bootstrap.md
* Update adding-bootstrap.md
* Update adding-bootstrap.md
2018-12-24 12:58:45 -07:00
Lukas Werfel
42a1b5acb2
Update eslint instructions in docs ( #6084 )
...
Add a note that it will work in IDE with 2.0.3 and later
2018-12-24 10:42:57 -05:00
Denis Mukhametov
0f4781e850
Fix control comment fo CSS Grid prefixing ( #6061 )
...
"on" value of "autoprefixer grid" is kinda deprecated. It's better to use "autoplace" or "no-autoplace" instead.
https://github.com/postcss/autoprefixer#options
"autoplace" enables PostCss' autoplace polyfill for ie and makes prefixes, "no-autoplace" only makes prefixes
https://github.com/postcss/autoprefixer#does-autoprefixer-polyfill-grid-layout-for-ie
2018-12-23 14:59:01 -05:00
Joe Haddad
c1714042b6
Add note to changelog
v2.1.2
2018-12-23 13:56:53 -05:00
Joe Haddad
d7c0b59242
Publish
...
- babel-plugin-named-asset-import@0.3.0
- babel-preset-react-app@7.0.0
- create-react-app@2.1.2
- eslint-config-react-app@3.0.6
- react-app-polyfill@0.2.0
- react-dev-utils@7.0.0
- react-error-overlay@5.1.1
- react-scripts@2.1.2
react-dev-utils@7.0.0
create-react-app@2.1.2
babel-preset-react-app@7.0.0
eslint-config-react-app@3.0.6
react-app-polyfill@0.2.0
react-error-overlay@5.1.1
react-scripts@2.1.2
babel-plugin-named-asset-import@0.3.0
2018-12-23 13:53:12 -05:00
Joe Haddad
6a7a43f3e4
Prepare 2.1.2 release
2018-12-23 13:50:24 -05:00
Joe Haddad
0702e78fbb
Tweak contributing doc
2018-12-23 13:43:14 -05:00
Matheus Souza
45bc6280d1
Fix Markdown comment in proxying docs ( #6009 )
2018-12-11 09:35:24 -07:00
Dugagjin Lashi
3d1c0eacea
add webp support for typescript ( #5978 )
...
* add webp support for typescript
* moved webp declaration below png
2018-12-11 10:53:44 -05:00
Max Belsky
4a6007e035
Add docs for creating new TypeScript project ( #6015 )
2018-12-11 09:45:39 +02:00
Ian Sutherland
1eff815f4d
Make links to docs consistent in README ( #6000 )
2018-12-09 16:38:15 -07:00
Ian Schmitz
8985924521
Add production build section to docs ( #5900 )
2018-12-08 14:14:25 -08:00
Manoel
a9cf551db7
Update eslint instructions in docs ( #5990 )
2018-12-08 09:02:58 +02:00
Manoel
fbdf156aad
Added extension to .eslintrc ( #5988 )
2018-12-07 08:42:12 -05:00
Ian Sutherland
7513481491
Update links to docs in all package README files ( #5912 )
...
* Update links to docs in all package README files
* Fix formatting of issue template
* Fix formatting of issue template
2018-12-06 13:30:54 -07:00
Ian Sutherland
2fa4c8a18e
Use https for linked images in docs to fix mixed content warnings ( #5985 )
2018-12-06 12:58:33 -07:00
Stephen Algeo
433d0be3b1
Improve error messaging in verifyPackageTree.js ( #5974 )
2018-12-06 13:39:01 +02:00
Nicolas Goutay
af0a854a6c
Add removeItem to localStorage mock in docs ( #5919 )
2018-12-05 15:41:58 -07:00
Jayant Bhawal
013c8f2c73
Add SASS_PATH instructions to Sass docs ( #5917 )
...
`node-sass` supports the SASS_PATH variable that we can use. This PR adds that to the documentation.
2018-12-04 09:45:56 -07:00
Joe Haddad
c50a7ea7de
Suggest a different default for speed reasons ( #5959 )
...
Advanced users can opt into this behavior, but it's generally outside the users' control to fix and comes with performance concerns
2018-12-04 10:58:48 -05:00
Ian Sutherland
88f2b0bcfc
Add pre-eject message about new features in v2 ( #5954 )
...
* Add pre-eject message about new features in v2
* Make message bold
2018-12-03 21:54:56 -05:00
shawn wang
ffb219d84d
Add netlify.toml to prepare for deploy to netlify #5807 ( #5930 )
...
* commit toml
* full build path
* wow the path is long
* redirect
2018-11-30 15:13:55 +00:00
Michael Jackson
4878f2cae7
Correct some comments ( #5927 )
...
And remove some outdated info from 1.x
2018-11-29 20:48:07 -08:00
Adam Laycock
5352a0c046
Add note to docs about using Sass and Flow together ( #5823 )
...
* Add default values to `file_ext` note
* Update note to include a link to the relevant docs
* Update copy to indicate the default values
* Add missing space
2018-11-27 16:06:33 -07:00
Wei-Wei Wu
92b533e373
Update PWA link in README ( #5907 )
2018-11-27 14:19:31 -07:00
Ian Sutherland
2616d5fd9c
Add placeholders to template README for bit.ly links. ( #5808 )
...
* Add placeholders to template README for bit.ly links.
* Add placeholders to template README for goo.gl links.
2018-11-27 11:29:30 -05:00
Alex Guerra
81c0cd4b19
Disable copy to clipboard in cra --info ( #5905 )
...
* Disable copy to clipboard in cra --info
Fixes an issue where npx create-react-app --info throws an exception on Windows. The exception was caused by envinfo's copy to clipboard functionality; envinfo is distributed pre-bundled, but the dependency it uses for copying to the clipboard makes use of a binary on Windows that can't be found once the bundle is made. Disabling copy to clipboard fixes the issue. Closes #5757 .
* Explicitly set clipboard to false
2018-11-27 08:07:44 -05:00
Ian Schmitz
49e258b4a6
Support setupTests.ts ( #5698 )
2018-11-22 21:14:25 -08:00
Ian Sutherland
d9ee05cc8a
Remove unnecessary whitespace in template HTML
2018-11-22 21:57:51 -07:00