Commit Graph

1388 Commits

Author SHA1 Message Date
William Monk
6b4331da20 v2.6.0 2017-08-07 17:43:38 +02:00
William Monk
52fbee90c5 Merge pull request #104 from wmonk/facebook-1.0.10
Facebook 1.0.10
2017-08-07 17:41:35 +02:00
William Monk
3afca81e03 ! PUBLIC_URL 2017-08-07 17:27:41 +02:00
William Monk
4dad65c46b Default to empty string for PUBLIC_URL 2017-08-07 16:33:19 +02:00
William Monk
f2a5c5fc96 Fix tslint 2017-08-07 16:20:05 +02:00
William Monk
7014aeddda Fix Code Review 2017-08-07 16:20:05 +02:00
Dan Abramov
4d9c829453 Changelog for 1.0.10 (#2694)
* Add changelog for 1.0.10

* Update CHANGELOG.md

* Update CHANGELOG.md
2017-08-07 16:17:57 +02:00
Dan Abramov
d6025a3d02 Update CHANGELOG.md 2017-08-07 16:17:57 +02:00
Joe Haddad
07347f2a60 Upgrade flow (#2693)
Resolves #2670
2017-08-07 16:17:57 +02:00
Patrick Hooper
3bc8dcdce5 Downgrade strip-ansi package to 3.0.1 (#2692) 2017-08-07 16:17:41 +02:00
Ben Brostoff
7db4e87cee Fix typo (#2683) 2017-08-07 16:17:41 +02:00
Forbes Lindesay
ed23d6229a Fix typo in README link (#2684) 2017-08-07 16:17:41 +02:00
Dan Abramov
d5da1e8de9 Changelog for 1.0.9 (#2682) 2017-08-07 16:17:29 +02:00
Dan Abramov
761fe6f2a7 Fix external CSS imports (#2680)
* Fix external CSS imports

* Add external CSS import to integration test

* Fix assertion
2017-08-07 16:17:29 +02:00
Daniel Banck
a720aa0dec Fix minor typo (#2679)
"Styleguidist combines of a style guide, ..." --> "Styleguidist combines a style guide, ..."
2017-08-07 16:17:28 +02:00
Joe Haddad
03a52d4b1d Bootstrap with Yarn when available (#2673)
* Bootstrap with Yarn if we can

* Update test scripts

* Check OS and npm concurrency ability

* Windows support

* Update bootstrap.js

* Install yarn before bootstrap
2017-08-07 16:17:28 +02:00
Ade Viankakrisna Fadlil
6cafdfc375 Add more info about apache client side routing (#2666)
* Add more info about apache client side routing

After a revelation in https://github.com/facebookincubator/create-react-app/issues/2593#issuecomment-311729534

* Update README.md
2017-08-07 16:17:28 +02:00
Dan Abramov
3ad87f711a Test Node 8 on Travis (#2659)
* Test Node 8 on Travis

We still test Node 7 on AppVeyor

* Update e2e-installs.sh

* Update e2e-kitchensink.sh

* Update e2e-simple.sh

* Update e2e-installs.sh

* Update e2e-kitchensink.sh

* Update e2e-installs.sh

* Update e2e-simple.sh

* Update e2e-simple.sh

* Update e2e-kitchensink.sh

* Update e2e-installs.sh
2017-08-07 16:17:28 +02:00
Jaco Bovenschen
22a950376c Add json and css to lint-staged in template README (#2671)
* Add json and css to lint-staged in template README

This changes the proposed way about using prettier inside the README.md, because prettier supports css since the 1.4.0 release and json since the 1.5.0 release. 

Was not sure if it was a good idea to add different regexes for json and css inside the README.md don't have a real opinion about it myself, could maybe easier for starters to do so if they wan't to add things like eslint or stylelint the the commit hooks.

* Use capitalization for Javascript, CSS and JSON

* Change 'Javascript to JavaScript'
2017-08-07 16:17:28 +02:00
Dan Abramov
6bf95f28bd Add a note about fixed vulnerability in 1.0.8 2017-08-07 16:17:28 +02:00
Dan Abramov
8d156edec6 Publish
- babel-preset-react-app@3.0.1
 - create-react-app@1.3.2
 - eslint-config-react-app@1.0.5
 - react-dev-utils@3.0.1
 - react-error-overlay@1.0.8
 - react-scripts@1.0.8
2017-08-07 16:17:28 +02:00
Dan Abramov
45cb6fdbed Changelog for 1.0.8 (#2664)
* Add changelog for 1.0.8

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
2017-08-07 16:16:16 +02:00
Dan Abramov
10bd98cbe5 Reformat source code with Prettier 1.5.2 2017-08-07 16:16:16 +02:00
Dan Abramov
25ca9ac743 Update ISSUE_TEMPLATE.md 2017-08-07 16:16:16 +02:00
Fabrizio Castellarin
8aca5fd731 Local testing docker links (#2662)
* Fix a command style in docs

* Add a link to docker's docs
2017-08-07 16:16:16 +02:00
Evan Jones
e8e2926e87 Better React Native Web support (#2511)
* Better React Native Web support

* Adding better react-native-web support for jest testing
2017-08-07 16:16:16 +02:00
Dan Abramov
55df6e1130 Bump dependencies (#2658) 2017-08-07 16:11:39 +02:00
Dan Abramov
9e64ca3999 Minor code style edits to user guide (#2660)
* Minor code style edits to user guide

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2017-08-07 16:10:59 +02:00
Dan Abramov
a7efc39606 Don't ask to install webpack for using Styleguidist (#2656)
* Don't ask to install webpack for using Styleguidist

* Update README.md
2017-08-07 16:10:59 +02:00
Dan Abramov
853642676e Put react-scripts in dependencies, not devDependencies (#2657)
* Put react-scripts in dependencies, not devDependencies

* Sort dependencies on eject

* Remove CI check
2017-08-07 16:10:59 +02:00
Dan Abramov
a9c8b817f3 Warn about large bundle sizes (#2648) 2017-08-07 16:10:41 +02:00
Colin Galindo
6f4c6969ef Add instructions to use source-map-explorer (#1641) 2017-08-07 16:10:41 +02:00
Dan Abramov
4e3e06bf6c Ignore "Skipping static resource" message from SW precache (#2645) 2017-08-07 16:10:27 +02:00
Artem Sapegin
a3fc196e56 Add React Styleguidist (#2044) 2017-08-07 16:10:27 +02:00
Ashton
b73d6930b3 Update ISSUE_TEMPLATE.md (#2643)
Adding the word "also" to "Can you also reproduce the problem with npm 4.x?" clarifies that contributors aren't _expected_ to use NPM v4, but we're interested in understanding which environments the reported issue affects.
2017-08-07 16:10:12 +02:00
Pete Nykänen
ae62952a4c Add Brackets to launchEditor.js (#2637) 2017-08-07 16:10:12 +02:00
Dan Abramov
7d8c31b491 Less passive-aggressive issue template 2017-08-07 16:09:06 +02:00
Maarten Hus
6d87749ee7 Added instruction on how to install Prettier (#2006)
* Added instruction on how to install Prettier

* Tweak style

* Update README.md

* Update README.md

* Support JSX

* Update README.md

* Update README.md
2017-08-07 16:09:06 +02:00
Colin Eberhardt
0cda9eee7a Fix CLI grammar (#1945)
I know this is a very minor thing, but correct grammar makes it easier to understand.
2017-08-07 16:08:22 +02:00
Heng Li
9e2c334171 Update README.md (#1813) 2017-08-07 16:08:22 +02:00
Gabriel Aumala
330f480090 Add more info about OOM build failiure [docs] (#2060)
In the section about npm run build fails in troubleshooting added more
info about memory usage of the build script and a link to a tutorial for
adding more swap space as a viable solution.
2017-08-07 16:08:22 +02:00
James Blight
9fc378032a Update docs with WebSocket proxy information (#2305)
* Update docs with WebSocket proxy information

* Tweak wording
2017-08-07 16:08:22 +02:00
Brian Douglas
2bd9c8b919 Add yarn example under "Installing a Dependency" (#2362)
Due to many of the other examples in the README showing both `npm` and `yarn` commands.
I have added an example of how to install a dependency using `yarn`.
2017-08-07 16:08:22 +02:00
Ro Savage
dd4ad7dbcb Add simplified service worker invalidation (#2551)
* Add service worker invalidation

* Update valid service worker check only on local host
2017-08-07 16:08:22 +02:00
Daniel Ciao
03039aa3a4 Fix sourcemap directory organizing on Windows (#2456) (#2610)
* Fix sourcemap directory organizing on Windows

* Update comments
2017-08-07 16:05:30 +02:00
Marius Wirtherle
2a4fe99c62 docs: added REACT_EDITOR to Advanced Configuration section (#2445)
* docs: added REACT_EDITOR to `Advanced Configuration` section

* Update README.md

* Update launchEditor.js
2017-08-07 16:05:30 +02:00
Levin Rickert
b9cbf5c4bd Auto-detect running editor on Windows for error overlay (#2552)
* Auto-detect running editor on Windows for error overlay

* Ignore process output if powershell call fails

* Support Notepad++
2017-08-07 16:05:30 +02:00
Dan Abramov
88e03cefd3 Set npm loglevel to 'error' (#2635) 2017-08-07 16:05:30 +02:00
Dan Abramov
7478e24973 Don't run yarn after ejecting (#2634) 2017-08-07 16:05:30 +02:00
Paweł Jędrzejczyk
d585b5abda add check to filter out custom scripts in eject command (#2562) 2017-08-07 16:05:30 +02:00