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

2.0.0 #65

Merged
merged 337 commits into from
May 22, 2017
Merged

2.0.0 #65

merged 337 commits into from
May 22, 2017

Conversation

wmonk
Copy link
Owner

@wmonk wmonk commented May 22, 2017

No description provided.

mklemme and others added 30 commits March 1, 2017 01:41
* Adding diagnostic code as requested by @gaearon

* Oops
* fixing things for people with the username `cwd`

closes #1694

* combine awk into a single command and add escaping
* Refactor start script into modules

* Move dev server config into config file

* Replace eject file whitelist with a "remove-file-on-eject" flag

* Move utils into scripts folder (for inclusion in ejection)

* Add missed changes

* Pass showInstructions as an argument

* Fix eject bug

* Don't eject babelTransform
Remove unused `url` import in Webpack config
* Add docs for apache's client side routing setting

* Tweak advice
* Update now.sh deployment instructions.

Incorporates changes announced at https://zeit.co/blog/now-static that streamline Now deployments from CRA projects.

* Remove unintentional reference to deployed app.

No emergency; just didn't intend to tout or send traffic to my prototype.
* updating eslint to 3.16.1

* add support for ignoreRestSiblings in eslint

http://eslint.org/docs/rules/no-unused-vars#ignorerestsiblings

* updating eslint to 3.16.1 in `react-scripts`

* updating eslint

* missing `^`

* missing ^

* pinning main eslint and updating readme

* Pin ESLint version
* add double quotes to escape spaces in path

* Change $* to "$@" props to @n3tr

* escape spaces in path for all e2e tests
* Fix openBrowser() when BROWSER=open on macOS

* Tweaks
* Create empty package.json in e2e test

Create empty package.json in e2e test while installing packaged CLI to prevent installation issues.

* Use "npm init" to initialize package.json instead of just writing an empty object into it.

* Fix typo
* Skip CI builds for Markdown changes

* I will never learn YML
* Bump jsx-a11y version

* Update package dependecy for jsx-a11y

* Bump version in react-scripts
* Lint internal scripts with eslint:recommended

* Warnings r bad
* Read script names from own bin instead of guessing

This fixes ejecting from a fork that uses a different bin script name.

* Fix ejecting for a scoped react-scripts fork

We shouldn't hardcode react-scripts because fork name might differ.
We also shouldn't rely on it being an immediate child because scoped packages are a level deeper.

* Clarify that own* properties only exist before ejecting
…#1706)

* Properly extract package name

* Download package if need be ...

* Oops

* Add e2e test based on #1537, but without specific filename

* Pass packageName through promises

A little bit more verbose but explicit and doesn't rely on shared mutable state.

* Fix up directory name in test

* Tweak failure message

* Fix lint
* Temp rename

* Rename to change the case

* extract generic build functions to react-dev-utils

* tweak package json files and move removeFileNameHash

* revert removeFileNameHash

* use paths.appBuild in printFileSizes

* use paths.appBuild in removeFileNameHash

* change curried functions to regular functions

* add fs-extra to react-dev-utils deps

* move getDifferenceLabel inside printFileSizes

* inline copyPublicFolder

* combine printFileSizes and removeFileNameHash to fileSizeReporter

* fix typo

* Tweak APIs and fix issues

* Fix heading

* Remove missing file

* Newline

* Newline

* Trailing space

* Update FileSizeReporter.js

* Update build.js
gaearon and others added 14 commits May 20, 2017 19:06
* Provide a no-op SW that will be served by the dev environment.

* Hide no-op service worker from user
* Remove unnecessary dependencies(#751)

* Sort alphabetically
 - react-dev-utils@1.0.2
 - react-error-overlay@1.0.2
 - react-scripts@1.0.2
* Wrap console calls into a check

* Add another check
Until this issue (gajus/eslint-plugin-flowtype#165) is
fixed we're disabling `flowtype/require-valid-file-annotation`.
* Ensure address is private
Resolves #2296

* adjust rule

* Update WebpackDevServerUtils.js
 - eslint-config-react-app@1.0.2
 - react-dev-utils@1.0.3
 - react-error-overlay@1.0.3
 - react-scripts@1.0.3
@wmonk
Copy link
Owner Author

wmonk commented May 22, 2017

Last thing to fix is around installing @type dependencies in init script.

geowarin and others added 7 commits May 22, 2017 12:28
I no longer support this package.

Create-react-app is so great I can no longer call tarec a credible alternative 😄
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.