Commit Graph

2294 Commits

Author SHA1 Message Date
Tomáš Szabo
413e7c8fd6 Ignore "jsx-a11y/aria-role" for React components (#7393) 2019-08-12 08:37:17 -07:00
Ian Sutherland
a21e6b1d17 Don't block static files in robots.txt (#7508) 2019-08-12 09:28:28 -06:00
Ian Sutherland
c0b4173d1b Update bug report issue template 2019-08-10 17:29:37 -06:00
Ian Sutherland
70febc786a Add links to Spectrum in README and docs (#7500) 2019-08-10 17:17:53 -06:00
Ian Sutherland
a78ff74309 Publish
- babel-plugin-named-asset-import@0.3.3
 - babel-preset-react-app@9.0.1
 - confusing-browser-globals@1.0.8
 - create-react-app@3.1.0
 - eslint-config-react-app@5.0.0
 - react-app-polyfill@1.0.2
 - react-dev-utils@9.0.2
 - react-error-overlay@6.0.0
 - react-scripts@3.1.0
react-dev-utils@9.0.2 eslint-config-react-app@5.0.0 react-error-overlay@6.0.0 react-scripts@3.1.0 babel-plugin-named-asset-import@0.3.3 babel-preset-react-app@9.0.1 confusing-browser-globals@1.0.8 create-react-app@3.1.0 react-app-polyfill@1.0.2 v3.1.0
2019-08-09 16:37:31 -06:00
Ian Sutherland
dbe796785c Prepare 3.1.0 release 2019-08-09 16:31:40 -06:00
Ian Sutherland
f09d3d3a52 Remove unused dependencies in babel-preset-react-app (#5818)
* Remove unused dependencies in babel-preset-react-app

* Re-add @babel/plugin-transform-react-display-name

* Remove some dependencies again
2019-08-09 14:03:57 -06:00
ZHAO Jinxiang
538943ffbd Add readonly modifier for css module (#7497) 2019-08-09 14:03:11 -06:00
ZHAO Jinxiang
a48a054409 Bump version of sass-loader (#7496) 2019-08-09 11:28:25 -06:00
Leonardo Dino
b2258429c2 Add vscodium to the editor list (#7028) 2019-08-08 16:12:50 -06:00
Ryan Marsh
cb2c720056 Fix launch.json debugging config (#6484) 2019-08-08 16:10:09 -06:00
Andrea Puddu
efaee65e90 Fix RegExp from navigateFallbackBlacklist (workbox) (#7176)
Exclude URLs that contains a "?" character.
2019-08-08 16:07:50 -06:00
Kent C. Dodds
9678bbb4bf Support configuring coveragePathIgnorePatterns (#7080) 2019-08-08 15:13:45 -06:00
Ian Schmitz
91c2673e59 Bump dependencies (#7473) 2019-08-08 14:12:34 -07:00
Leo Lamprecht
cff4046a8b Adjusted deployment documentation for ZEIT Now (#7488)
* Adjusted deployment documentation for ZEIT Now

* Fixed missing word

* Update docusaurus/docs/deployment.md

Co-Authored-By: Joe Haddad <timer150@gmail.com>
2019-08-08 14:25:50 -04:00
Dmitry Lepskiy
eaf0b176e2 Fix HMR in Firefox when proxy option present (#7444)
Resolves #6720
2019-08-07 21:02:32 +03:00
Jack Cross
ea2bcb7f59 Use readConfigFile instead of require for tsconfig (#7248) 2019-08-07 21:00:56 +03:00
dominic scanlan
65a891c2e0 Optimise templates for Lighthouse (#7482) 2019-08-07 12:29:28 +03:00
Igor Muchychka
ae671dc9fe Specify roots in Jest config (#7480) 2019-08-06 20:42:57 -07:00
Andrew Luca
914c95e87f Resolve relative paths for preprocessor styles (#5829)
preprocessor will output sourceMap by default
then check if sourceMaps are needed on resolve-url-loader

Fixes #4653
2019-08-05 20:28:09 -07:00
Sibiraj
066053c8b7 Set jsonpFunction to prevent conflicts (#5951) 2019-08-05 11:24:46 +03:00
Darius Tall
30fc0bf5ed Suggest jsx: "react" in tsconfig (#7472) 2019-08-03 17:21:51 -07:00
Chuck
032cdf75d3 Improve bootstrap docs when using custom SCSS (#7462)
* Added dependencies to bootstrap article when using custom SCSS.

* Make changes to package designation and added npm install directions.
2019-08-01 17:28:50 -06:00
Brody McKee
b96ac6c2c0 Update ESlint Install Docs (#7451) 2019-07-30 10:54:49 -04:00
Balázs Orbán
567f36c923 Update testing-library package names in README (#7340) 2019-07-29 09:49:16 -06:00
Brody McKee
404af90d9a Add ESLint 6 support (#7415) 2019-07-28 15:05:54 +03:00
Brody McKee
cbad256a4a Add explicit check for --watchAll=false (#7433)
Resolves #7180.
2019-07-26 12:26:57 -06:00
Ian Sutherland
67a2088a7b Remove labels from pull request template 2019-07-25 11:01:52 -06:00
Ian Sutherland
aa3e221e13 Update deploy instructions in contributing guide (#7429)
* Update deploy instructions in contributing guide

* Update docs publishing instructions
2019-07-25 10:59:48 -06:00
Ian Sutherland
498913dccb Add question issue template (#7423)
* Add question issue template

* Fix bug report template formatting

* Fix bug report template formatting

* Add labels to pull request template
2019-07-25 10:39:34 -06:00
Rudolph Gottesheim
ad51d6280d Docs: remove note about TypeScript files requiring at least one export (#7260) 2019-07-22 10:14:55 -06:00
Alex Guerra
a95c573757 Merge pull request #7378 from heyimalex/update_url_loader
Update url-loader to 2.0.1
2019-07-18 17:46:59 -05:00
Alex Guerra
58fad404cd Update url-loader to 2.0.1
This closes #7359 by making IMAGE_INLINE_SIZE_LIMIT=0 actually disable image inlining.

We use url-loader's `limit` option to set the line at which images will be inlined, and we basically expose this option to our end users via the IMAGE_INLINE_SIZE_LIMIT environment variable. Most people using it want to disable inlining images all together (the major motivator for adding it at all was I think for strict CSP), and our documentation said setting the value to zero would do that. However, it did the opposite: url-loader treated zero as "no limit".

The update to 2.x fixes this; zero means nothing gets inlined. The other changes from the version bump shouldn't affect us:
- minimum node version is 8.9.x, we already require 8.10.x
- the limit was "greater than", is now "greater than or equal to"
2019-07-18 15:56:16 -05:00
Alex Guerra
45e0703121 Fix CI issue on windows (#7385)
* Attempt at fixing CI issue on windows

* Try to debug why verdaccio isn't in the ps output

* Just remove the kill call alltogether
2019-07-18 14:46:04 -06:00
Ivan Pegashev
100e12d22f Update docs to indicate dynamic imports are stage 4 (#7372) 2019-07-18 10:02:39 -06:00
Guy Romm
2d57fa3fb7 jsx-no-duplicate-props ignore case fix (#7230)
Co-Authored-By: Ian Schmitz <ianschmitz@gmail.com>
2019-07-16 07:56:28 -07:00
Brody McKee
3495286f8f Allow extending config used in eslint-loader (#7036) 2019-07-16 12:17:52 +03:00
Sudhir Mitharwal
3a9b87b223 docs(svg): add tip for title props accessibility (#7374) 2019-07-15 12:45:25 -06:00
Sudhir Mitharwal
dc50dd320e Allow title to be set when importing SVGs (#7118) 2019-07-15 17:54:19 +03:00
Min ho Kim
7c0dfef237 Fix various typos (#7355) 2019-07-15 17:12:35 +03:00
Jon Seidel
00b5fa903c Update minimum Node version in README (#7182) 2019-07-10 09:56:48 -06:00
Mikhail Vasin
e50e795429 Fix typo in bug template (#7317) 2019-07-03 10:50:10 -06:00
Brian Muenzenmeyer
4c0d8b64aa fix(eject): guard against empty key before access (#7289)
closes #7288
2019-07-02 20:44:03 -04:00
Adeel Imran
24143089af Document --use-npm (#7279) 2019-06-27 10:16:31 +03:00
Nikolay Stoynov
2c6dd45cf4 Handle browser arguments (#7277) 2019-06-26 11:47:30 +03:00
Ian Sutherland
a88a4c3af6 Upgrade webpack to 4.35.0 to fix dynamic import issue (#7257)
* Upgrade webpack to 4.35.0 to fix dynamic import issue

* Add a test maybe?
2019-06-24 12:25:15 -06:00
TheBear44
bfee6069c9 Update peer dependencies in eslint-config-react-app (#7274) 2019-06-24 09:42:04 -06:00
Brody McKee
2eab406512 Update issue templates (#7269)
* Create bug_report.md

* Create proposal.md

* Update proposal.md

* Delete ISSUE_TEMPLATE.md

* Update bug_report.md

* Update proposal.md
2019-06-24 09:32:08 -06:00
Soufiane AIT AKKACHE
fc5ee76ae9 Docs: replace the command to install relay/macro (#7262) 2019-06-23 13:50:04 -06:00
Peter Bengtsson
9d70c7afab Add environment variable to control image inlining threshold (#6060)
Fixes #3437
2019-06-17 21:25:39 -07:00