Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Facebook 1.0.10 #104

Merged
merged 98 commits into from
Aug 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
6a48c7c
Print file sizes with correct build folder path. (#2361)
fezhengjin May 25, 2017
a3b4de1
Update README.md for `now` deployments (#2372)
purplecones May 26, 2017
bfeb950
Removed the overriding of reduce_vars to false since webpack v2.6.0 i…
Zaccc123 May 27, 2017
9114aea
Disable comparisons feature in uglify compression in production (#2379)
davidascher May 27, 2017
993fd30
Consistently set environment variables (#2382)
gaearon May 27, 2017
a9e9921
Update webpack to 2.6.1 (#2383)
gaearon May 27, 2017
9b4c53e
Add changelog for 1.0.7 (#2384)
gaearon May 27, 2017
bef6ec6
Publish
gaearon May 27, 2017
78886fd
Catch "No tests found" during CI (#2387)
EnoahNetzach May 27, 2017
c16a178
Suggest just "yarn build" (#2385)
gaearon May 27, 2017
4a18386
Fix wrong path expansion in end-to-end test (#2388)
gaearon May 27, 2017
55c2cc6
Revert "Catch "No tests found" during CI" (#2390)
gaearon May 27, 2017
e447c79
Fix kill command in e2e-kitchensink.sh cleanup (#2397)
ro-savage May 29, 2017
57095b4
Added cache clear to e2e scripts (#2400)
ro-savage May 29, 2017
4c80b02
Fix detection of parent directory in ModuleScopePlugin (#2405)
May 29, 2017
3d6ead5
docs: update `jest-enzyme` section (#2392)
luftywiranda13 May 29, 2017
1cb5fbb
Add WebStorm >2017 launchEditor Support (#2414)
wirmar May 30, 2017
a537444
Fix docs typo (#2420)
ruskakimov May 31, 2017
c7f79f7
Update Travis CI Node versions in User Guide (#2454)
ryansully Jun 2, 2017
864ef28
re-add storybook && update the documentation and links (#2331)
ndelangen Jun 4, 2017
ad5b884
Prioritize index.css over the implicit App.css (#2470)
bryankang Jun 5, 2017
e9f1371
Added NamedModulesPlugin in webpack.config.dev.js (#2458)
Zaccc123 Jun 6, 2017
349caa4
Unscope detect-port (#2483)
Timer Jun 6, 2017
8a59fe6
Update webpack links to point to webpack 2 (#2492)
Jun 7, 2017
2b79b46
chore(templates): Move GitHub templates to hidden .github folder (#2489)
glennreyes Jun 7, 2017
89b42aa
Fix minor docs typo (#2500)
AlexxNica Jun 8, 2017
19c7bf7
Fix link to Storybook docs (#2521)
shilman Jun 12, 2017
733a177
Simplify flow init docs (#2522)
khanglu Jun 12, 2017
64b69b4
Upgrade fsevents to 1.1.2 (#2550)
josephfrazier Jun 18, 2017
e1f7da4
Fix broken link to React Router docs (#2538)
romanyanke Jun 18, 2017
4aa42e2
Fix wrong comment on Proxy guide (#2447)
hellowin Jun 18, 2017
d68ed30
Show warning when trying to run on port below 1024 without admin perm…
levrik Jun 19, 2017
1f4db46
Check if CI variable is set to `'false'` (#2501)
varnav Jun 19, 2017
96709b7
Fix a potential issue (#2569)
Timer Jun 19, 2017
d76b7bd
Warn about npm 5 in issue template
gaearon Jun 23, 2017
b2c89d3
Update issue & PR templates (#2618)
gaearon Jun 26, 2017
fbdb0dc
Whitespace
gaearon Jun 26, 2017
6f2db44
Update ISSUE_TEMPLATE.md
gaearon Jun 26, 2017
c3b74f5
Update ISSUE_TEMPLATE.md
gaearon Jun 26, 2017
015ca60
Update ISSUE_TEMPLATE.md
gaearon Jun 26, 2017
b68c39e
Support PhpStorm in launchEditor (#2622)
Jun 26, 2017
ec0f811
Add empty mock for dgram (#2600)
micopiira Jun 26, 2017
936fb90
Docs: Added link to tutorial on code splitting (#2427)
jayair Jun 26, 2017
3d6ebe7
Update sw-precache-webpack-plugin to lastest version (#2429)
goldhand Jun 26, 2017
3fa1499
Determines whether PUBLIC_URL is same-origin before registering SW. (…
jeffposnick Jun 26, 2017
e12710b
webpack no need for `ident` if using complex options anymore (#2430)
andykenward Jun 26, 2017
408ba25
add docs for setting up CircleCI for CRA (#2423)
knowbody Jun 26, 2017
4a6c5b4
E2E testing enhancements (#2408)
EnoahNetzach Jun 26, 2017
d69e441
Use Babel compact mode in production (#2389)
gaearon Jun 26, 2017
6d42a3c
turn on ascii_only for issue with emoji and regex (#2596)
viankakrisna Jun 27, 2017
d585b5a
add check to filter out custom scripts in eject command (#2562)
paweljedrzejczyk Jun 27, 2017
7478e24
Don't run yarn after ejecting (#2634)
gaearon Jun 27, 2017
88e03ce
Set npm loglevel to 'error' (#2635)
gaearon Jun 27, 2017
b9cbf5c
Auto-detect running editor on Windows for error overlay (#2552)
levrik Jun 27, 2017
2a4fe99
docs: added REACT_EDITOR to `Advanced Configuration` section (#2445)
wirmar Jun 27, 2017
03039aa
Fix sourcemap directory organizing on Windows (#2456) (#2610)
pluscubed Jun 27, 2017
dd4ad7d
Add simplified service worker invalidation (#2551)
ro-savage Jun 27, 2017
2bd9c8b
Add yarn example under "Installing a Dependency" (#2362)
Jun 27, 2017
9fc3780
Update docs with WebSocket proxy information (#2305)
jamesblight Jun 27, 2017
330f480
Add more info about OOM build failiure [docs] (#2060)
GAumala Jun 27, 2017
9e2c334
Update README.md (#1813)
iheng Jun 27, 2017
0cda9ee
Fix CLI grammar (#1945)
ColinEberhardt Jun 27, 2017
6d87749
Added instruction on how to install Prettier (#2006)
MrHus Jun 27, 2017
7d8c31b
Less passive-aggressive issue template
gaearon Jun 27, 2017
ae62952
Add Brackets to launchEditor.js (#2637)
petetnt Jun 27, 2017
b73d693
Update ISSUE_TEMPLATE.md (#2643)
ashtonsix Jun 27, 2017
a3fc196
Add React Styleguidist (#2044)
sapegin Jun 27, 2017
4e3e06b
Ignore "Skipping static resource" message from SW precache (#2645)
gaearon Jun 27, 2017
6f4c696
Add instructions to use source-map-explorer (#1641)
colingalindo Jun 27, 2017
a9c8b81
Warn about large bundle sizes (#2648)
gaearon Jun 27, 2017
8536426
Put react-scripts in dependencies, not devDependencies (#2657)
gaearon Jun 28, 2017
a7efc39
Don't ask to install webpack for using Styleguidist (#2656)
gaearon Jun 28, 2017
9e64ca3
Minor code style edits to user guide (#2660)
gaearon Jun 28, 2017
55df6e1
Bump dependencies (#2658)
gaearon Jun 28, 2017
e8e2926
Better React Native Web support (#2511)
mini-eggs Jun 28, 2017
8aca5fd
Local testing docker links (#2662)
EnoahNetzach Jun 28, 2017
25ca9ac
Update ISSUE_TEMPLATE.md
gaearon Jun 28, 2017
10bd98c
Reformat source code with Prettier 1.5.2
gaearon Jun 28, 2017
45cb6fd
Changelog for 1.0.8 (#2664)
gaearon Jun 28, 2017
8d156ed
Publish
gaearon Jun 28, 2017
6bf95f2
Add a note about fixed vulnerability in 1.0.8
gaearon Jun 28, 2017
22a9503
Add json and css to lint-staged in template README (#2671)
jbovenschen Jun 28, 2017
3ad87f7
Test Node 8 on Travis (#2659)
gaearon Jun 28, 2017
6cafdfc
Add more info about apache client side routing (#2666)
viankakrisna Jun 29, 2017
03a52d4
Bootstrap with Yarn when available (#2673)
Timer Jun 29, 2017
a720aa0
Fix minor typo (#2679)
dbanck Jun 29, 2017
761fe6f
Fix external CSS imports (#2680)
gaearon Jun 29, 2017
d5da1e8
Changelog for 1.0.9 (#2682)
gaearon Jun 29, 2017
ed23d62
Fix typo in README link (#2684)
ForbesLindesay Jun 29, 2017
7db4e87
Fix typo (#2683)
BenBrostoff Jun 29, 2017
3bc8dcd
Downgrade `strip-ansi` package to 3.0.1 (#2692)
pdhoopr Jun 29, 2017
07347f2
Upgrade flow (#2693)
Timer Jun 29, 2017
d6025a3
Update CHANGELOG.md
gaearon Jun 29, 2017
4d9c829
Changelog for 1.0.10 (#2694)
gaearon Jun 29, 2017
7014aed
Fix Code Review
Jul 11, 2017
f2a5c5f
Fix tslint
Jul 11, 2017
4dad65c
Default to empty string for PUBLIC_URL
wmonk Aug 7, 2017
3afca81
! PUBLIC_URL
wmonk Aug 7, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
165 changes: 165 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
<!--
PLEASE READ THE FIRST SECTION :-)
-->

### Is this a bug report?

(write your answer here)

<!--
If you answered "Yes":

Please note that your issue will be fixed much faster if you spend about
half an hour preparing it, including the exact reproduction steps and a demo.

If you're in a hurry or don't feel confident, it's fine to report bugs with
less details, but this makes it less likely they'll get fixed soon.

In either case, please fill as many fields below as you can.

If you answered "No":

If this is a question or a discussion, you may delete this template and write in a free form.
Note that we don't provide help for webpack questions after ejecting.
You can find webpack docs at https://webpack.js.org/.
-->


### Can you also reproduce the problem with npm 4.x?

<!--
Many errors, especially related to "missing modules", are due to npm bugs.
Which version of npm are you running? You can find out by checking:

npm -v

If it is 5.x, please be aware that it has more than 50 known bugs, and
is not guaranteed to work with Create React App.

If it's not starting with 4, try to install npm 4.x:

npm install -g npm@4
cd your_project_directory
rm -rf node_modules
npm cache clear
npm install

Then try to reproduce the issue again.
Can you still reproduce it?

Note: Please try this even if you are using Yarn so that we know whether it's a Yarn-only bug.
-->

(Write your answer here.)


### Which terms did you search for in User Guide?

<!--
There are a few common documented problems, such as watcher not detecting changes, or build failing.
They are described in the Troubleshooting section of the User Guide:

https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#troubleshooting

Please scan these few sections for common problems.
Additionally, you can search the User Guide itself for something you're having issues with:

https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md

If you didn't find the solution, please share which words you searched for.
This helps us improve documentation for future readers who might encounter the same problem.
-->

(Write your answer here if relevant.)


### Environment

<!--
Please fill in all the relevant fields by running these commands in terminal.
-->

1. `npm ls react-scripts-ts` (if you haven’t ejected):
2. `node -v`:
3. `npm -v`:
4. `yarn --version` (if you use Yarn):
<<<<<<< HEAD
5. `npm ls react-scripts` (if you haven’t ejected):
=======
3. `npm ls react-scripts-ts` (if you haven’t ejected):
>>>>>>> Fix Code Review

Then, specify:

1. Operating system:
2. Browser and version (if relevant):


### Steps to Reproduce

<!--
How would you describe your issue to someone who doesn’t know you or your project?
Try to write a sequence of steps that anybody can repeat to see the issue.
-->

(Write your steps here:)

1.
2.
3.


### Expected Behavior

<!--
How did you expect the tool to behave?
It’s fine if you’re not sure your understanding is correct.
Just write down what you thought would happen.
-->

(Write what you thought would happen.)


### Actual Behavior

<!--
Did something go wrong?
Is something broken, or not behaving as you expected?
Please attach screenshots if possible! They are extremely helpful for diagnosing issues.
-->

(Write what happened. Please add screenshots!)


### Reproducible Demo

<!--
If you can, please share a project that reproduces the issue.
This is the single most effective way to get an issue fixed soon.

There are two ways to do it:

* Create a new app and try to reproduce the issue in it.
This is useful if you roughly know where the problem is, or can’t share the real code.

* Or, copy your app and remove things until you’re left with the minimal reproducible demo.
This is useful for finding the root cause. You may then optionally create a new project.

This is a good guide to creating bug demos: https://stackoverflow.com/help/mcve
Once you’re done, push the project to GitHub and paste the link to it below:
-->

(Paste the link to an example project and exact instructions to reproduce the issue.)

<!--
What happens if you skip this step?

We will try to help you, but in many cases it is impossible because crucial
information is missing. In that case we'll tag an issue as having a low priority,
and eventually close it if there is no clear direction.

We still appreciate the report though, as eventually somebody else might
create a reproducible example for it.

Thanks for helping us help you!
-->
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!--
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!
-->
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
language: node_js
node_js:
- 6
- 7
- 8
cache:
directories:
- node_modules
Expand Down
Loading