Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge cra #1

Merged
merged 36 commits into from
Sep 24, 2017
Merged

merge cra #1

merged 36 commits into from
Sep 24, 2017

Conversation

thongdong7
Copy link
Owner

No description provided.

Zertz and others added 30 commits August 14, 2017 11:51
The service was rebranded to xervo.io and was completely shut down in April 2017
* Fix docs for `printFileSizesAfterBuild`

* Add optionals parameters for `printFileSizesAfterBuild`
* Debugging in WebStorm

* Fixed formatting for shortcuts

* Added note about default URL
* Convert react-error-overlay to React

* Update compile-time error overlay to use react-error-overlay components

 * Refactor react-error-overlay components to container and presentational components.

 * Make the compile-time error overlay a part of react-error-overlay package.

 * Use react-error-overlay as dependency in react-dev-utils to show compile-time errors.

* Run Prettier

* Move the function name fix into StackFrame itself

* Fix clicking on source code snippet to open the code in editor

* Use exact objects + minor style tweak

* Don't linkify frames that don't exist on the disk

* Fix lint

* Consolidate iframe rendering logic

* Remove circular dependency between react-dev-utils and react-error-overlay

* Fix lint

* Fix decoupling of react-dev-utils and react-error-overlay by moving middleware

* Deduplicate identical errors
…pts (#2991)

* update babel-runtime dependency in react-error-overlay and react-scripts

`[email protected]` have a dependency on `[email protected]`
`[email protected]` on `[email protected]`

> npm ls regenerator-runtime

```
└─┬ [email protected]
  ├─┬ [email protected]
  │ └─┬ [email protected]
  │   └── [email protected]
  ├─┬ [email protected]
  │ └─┬ [email protected]
  │   └─┬ [email protected]
  │     └── [email protected]
  ├─┬ [email protected]
  │ └── [email protected]
  └─┬ [email protected]
    └─┬ [email protected]
      └── [email protected]
```

* fix requested changes
* Make error overlay file configurable

* Add fallback filename
The `npm install` script for outside usage instructions is outdated. Updated to match the package's current peer dependencies.
* Switch to unix path separators before normalizing path for Windows compatibility

* Add comment for posterity

* Revert "Add comment for posterity"

This reverts commit 742bace.

* Strictly add comment
* run npm 5.4.0 in CI

* run npm cache clean with --force in CI

* use link instead of install

* Update e2e-installs.sh

* Update e2e-kitchensink.sh

* Update e2e-simple.sh
* Reload the page when an error has occurred
Fixes #3096

* Use a global boolean instead
* rerun prettier for all files

* pin prettier to 1.6.1
* Clean target directory before compiling overlay

* Use rimraf
* Auto-detect running editor on Linux for error overlay

Basic support of auto detecting running editor for #2636.
Tested on Ubuntu 16.04.
It detects few editors. JetBrains products should start by
wrapper like /usr/local/bin/webstorm. Otherwise it takes a
lot of time to open editor.

* Comments fixed.

* List all processes owned by you

* Comment rewording
* Updated react-error-overlay to latest Flow (0.54.0)

* Revert "Updated react-error-overlay to latest Flow (0.54.0)"

This reverts commit 6deaffb.

* Fixed unit tests.

* Updated code as per code review.

* Fixed code as per code review.

* Updated the code as per review.
* Resolved issue #2971

- changed h2 to h1 in template to adhere to accessibility guidelines.
- Added h1 styles to maintain same font size.

* Added header tag to template

Corrected templete to use semantically correct header tag for header instead of div

* Added className for App-title

- Added className="App-title" to h1 tag
- Changed CSS selector to target class instead of element
tharakawj and others added 6 commits September 16, 2017 21:15
* Class fields to stage 3

Per 2017.07.27 TC39
tc39/proposals@0bbbb08

* Be explicit that only the public part of the unified field proposal is available.
* Add link to active CSS modules discussion

* Update README.md
@thongdong7 thongdong7 merged commit 936abcc into thongdong7:master Sep 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.