Dan Abramov
1d348cf431
Bump lerna
2016-09-24 00:37:43 +01:00
Dan Abramov
cb05a4ca6e
Remove unintentionally committed bundledDependencies
2016-09-24 00:34:23 +01:00
Dan Abramov
f7e98ae9a7
Add 0.5.1 to changelog
2016-09-24 00:31:17 +01:00
Dan Abramov
d0c30ecfca
Bump lerna
2016-09-24 00:29:12 +01:00
Ville Immonen
e41d671bee
Fix InterpolateHtmlPlugin only replacing the first occurrence ( #731 )
...
Fixes https://github.com/facebookincubator/create-react-app/issues/625#issuecomment-249320724 .
2016-09-24 00:28:32 +01:00
Kasper Peulen
500fb749e0
simplify protocol === "https" ? true : false to protocol === "https" ( #730 )
2016-09-24 00:27:20 +01:00
Dan Abramov
7ac8777ed1
Publish
...
- babel-preset-react-app@0.2.1
- create-react-app@0.5.0
- eslint-config-react-app@0.2.1
- react-dev-utils@0.1.0
- react-scripts@0.5.0
create-react-app@0.5.0
react-dev-utils@0.1.0
eslint-config-react-app@0.2.1
react-scripts@0.5.0
babel-preset-react-app@0.2.1
v0.5.0
2016-09-23 22:31:36 +01:00
Dan Abramov
cdbb5382be
0.5.0
2016-09-23 22:21:40 +01:00
Dan Abramov
176dd373b2
Fix eject
2016-09-23 22:20:40 +01:00
Dan Abramov
72730f5b8c
Add 0.5.0 changelog
2016-09-23 22:17:49 +01:00
Dan Abramov
c092086b1b
Fix README links
2016-09-23 22:01:45 +01:00
Dan Abramov
54615eee21
Explain how to use #703
2016-09-23 21:53:20 +01:00
Dan Abramov
fda91eba56
Don't hardcode react-scripts package name ( #728 )
...
* Don't hardcode react-scripts package name
Fixes issue described in https://github.com/facebookincubator/create-react-app/issues/682#issuecomment-248781486 .
* Update eject.js
2016-09-23 21:29:14 +01:00
Dan Abramov
d8e9a0e228
Bump create-react-app version
2016-09-23 21:03:49 +01:00
Dan Abramov
96eefaeefa
Bump eslint preset version
2016-09-23 20:58:22 +01:00
Dan Abramov
b6d964f361
Bump babel preset version
2016-09-23 20:56:39 +01:00
Dan Abramov
35f38fd44c
Tweak README
2016-09-23 20:55:15 +01:00
Dan Abramov
e5bf5af296
Extract some utilities into a separate package ( #723 )
...
* Extract some utilities into a separate package
* Add utils dir to `files` in package.json
* Do not create an empty `utils` dir on eject
2016-09-23 20:53:08 +01:00
Dan Abramov
c4a936ece2
Add JSX source transform for better warnings ( #716 )
...
Fixes #700 .
Read about it here: https://twitter.com/dan_abramov/status/779308833399332864 .
2016-09-23 16:53:22 +01:00
Ville Immonen
7c978e542c
Use bundled local packages in the end-to-end flow ( #721 )
...
Fixes #718 .
2016-09-23 16:24:06 +01:00
ekaradon
fbccb820bb
Add host as adjustable parameter through env variables ( #717 )
...
* Add host as adjustable parameter through env variables
eg: `HOST=test.dev.local npm start`
* Style nit
2016-09-23 15:01:35 +01:00
Dan Abramov
92afcaf854
Add READMEs for packages
2016-09-23 13:00:11 +01:00
Dan Abramov
5b7a306cba
Minor tweaks
2016-09-23 12:41:14 +01:00
Dan Abramov
9a70038b6d
Preserve scripts/test.js after ejecting ( #715 )
...
Fixes #702
2016-09-23 12:35:26 +01:00
Dan Abramov
f54c9d8fb5
Remove other flow command
2016-09-23 12:07:29 +01:00
Dan Abramov
39d4da6165
Flow files are removed now
2016-09-23 12:06:57 +01:00
Jiansen HE
4e8c5e007a
Add notes on enabling Travis CI for created repo ( #677 )
2016-09-23 12:00:46 +01:00
Ayrton De Craene
8e5183ac1b
Load environment file in development ( #695 )
...
* Load environment file via dotenv if .env file is present
* Document loading environment variables in .env file
* Minor doc tweaks
2016-09-23 11:59:38 +01:00
Aeneas
2050174631
openBrowser() causes docker-compose set ups to fail because of spawn EACCESS ( #711 )
...
* openBrowser() causes docker-compose set ups to fail because of spawn EACCESS - closes #710
Signed-off-by: Aeneas Rekkas (arekkas) <aeneas@ory.am >
* Ignore errors
2016-09-23 11:33:23 +01:00
Dan Abramov
0e611e2374
Remove Flow stubs as Flow now supports CSS and resources out of the box
2016-09-23 10:00:32 +01:00
Dan Abramov
ba34b0b79b
Eject .babelrc instead of separate configs ( #705 )
...
Fixes #410 , #674
2016-09-23 00:33:14 +01:00
Dan Abramov
5bf14f3d18
Fix up eject script
2016-09-23 00:30:36 +01:00
Dan Abramov
435fcef092
Bump babel preset version
2016-09-22 23:38:47 +01:00
Ville Immonen
302b9ec73f
Attempt to fix the e2e test ( #704 )
...
Only copy our own packages to bundledDependencies in the e2e test
2016-09-22 22:29:52 +01:00
Dan Abramov
bc6392afaf
Add support for public/ folder ( #703 )
2016-09-22 21:25:34 +01:00
Ville Immonen
5b85a3624f
Extract Babel configuration to babel-preset-react-app ( #701 )
2016-09-22 20:17:54 +01:00
Ville Immonen
d3ecd6dfa6
Fix the e2e test ( #699 )
...
* Fix the e2e test
In the end-to-end test, we want to test all the latest packages from
the monorepo instead of the versions from npm.
To do this we will now:
* run `lerna bootstrap` in the repo root folder before packaging react-scripts
* bundle the deps like we do for releases, so the e2e test uses those packages
* Fix copy-pasted comment
2016-09-22 19:09:45 +01:00
Dan Abramov
8b8afd3191
Bump eslint-config-react-app version to 0.2.0
2016-09-22 14:37:45 +01:00
Ville Immonen
2ed2b59a69
Update eslint-plugin-react and enable new rules ( #696 )
...
* Update eslint-plugin-react and enable new rules
New rules:
* `react/no-danger-with-children` (yannickcr/eslint-plugin-react#710 )
* `react/no-find-dom-node` (yannickcr/eslint-plugin-react#678 )
* `react/style-prop-object` (yannickcr/eslint-plugin-react#715 )
* Remove react/no-find-dom-node for now
2016-09-22 13:58:23 +01:00
Kyle Roach
d2128b62f0
Added instructions for using local images ( #589 )
2016-09-21 15:52:13 +01:00
Ville Immonen
a2d0469c39
Create a shareable ESLint configuration package ( #689 )
...
* Move ESLint configuration to a separate package
* Remove the ESLint configuration, moved to eslint-config-react-app
* Update ESLint instructions
* Pin the package versions in eslint-config-react-app
* Add a README for eslint-config-react-app
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update package.json
* Update package.json
* Update production eslint-loader config
* Add the ESLint config to devDependencies of the repo
2016-09-21 15:08:02 +01:00
Simen Bekkhus
07623e2f84
Use pre node@4 compatible path-exists ( #685 )
...
* Revert "Add ES5 version of `path-exists` to CLI"
This reverts commit fc3ab46d2a .
* Use pre node@4 compatible `path-exists`
Ref #617
2016-09-20 02:00:51 +03:00
Dan Abramov
c217ea5aaa
Add a redirect stub because many projects link to old README
2016-09-19 15:41:46 +03:00
Quentin Favrie
1bed0d4f1f
Fixed broken links in README.md ( #683 )
...
The commit 2646409 moved the documentation files without updating the links in the main README.md
2016-09-19 15:38:44 +03:00
Dan Abramov
ef24fcf619
Highlight more prominent alternatives and remove some
...
Removed rwb and rackt-cli because they’re not actively maintained and use Babel 5.
Also removed budō because it has a different focus.
2016-09-19 14:30:55 +03:00
Dan Abramov
8f28c56e68
Try to fix e2e
2016-09-19 13:30:04 +03:00
Ville Immonen
26464096d5
Set up a monorepo with Lerna
2016-09-19 10:52:19 +03:00
Wei Zhu
36d68680c1
Add test for special scripts versions ( #681 )
2016-09-19 10:51:25 +03:00
Dan Abramov
36afd8baa7
Add 0.4.3 changelog
v0.4.3
2016-09-19 00:47:25 +03:00
Dan Abramov
bc874caa38
0.4.3
2016-09-19 00:19:36 +03:00