Dan Abramov
51ee648f25
Publish
...
- react-dev-utils@4.0.1
- react-error-overlay@2.0.1
- react-scripts@1.0.13
2017-09-09 22:35:25 +02:00
Dan Abramov
ec2f824fdd
Add missing slash
2017-09-09 22:35:24 +02:00
Jared Palmer
638a81caf6
Make error overlay filename configurable ( #3028 )
...
* Make error overlay file configurable
* Add fallback filename
2017-09-09 22:35:24 +02:00
Erik J. Sturcke
563ff66a92
Strip hash from chunk file name ( #3049 )
2017-09-09 22:35:23 +02:00
Dan Abramov
ef01aab95a
Publish
...
- react-dev-utils@4.0.0
- react-error-overlay@2.0.0
- react-scripts@1.0.12
2017-09-09 22:34:20 +02:00
Tharaka Wijebandara
caa9cef27a
Convert react-error-overlay to React ( #2515 )
...
* 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
2017-09-09 22:34:19 +02:00
Joe Haddad
acd639d2ac
Bump react-dev-utils
2017-09-09 22:34:19 +02:00
Yann Pringault
152ef9b5c7
Fix docs for printFileSizesAfterBuild ( #2942 )
...
* Fix docs for `printFileSizesAfterBuild`
* Add optionals parameters for `printFileSizesAfterBuild`
2017-09-09 22:34:19 +02:00
Joe Haddad
f9c601bf8a
Remove superfluous lodash usage ( #2938 )
2017-09-09 22:34:18 +02:00
John Nilsson
9a6e32d313
Delete leftover file (upstream 82687dd)
2017-09-09 22:25:59 +02:00
Joe Haddad
0bb9537f06
Publish
...
- babel-preset-react-app@3.0.2
- create-react-app@1.4.0
- eslint-config-react-app@2.0.0
- react-dev-utils@3.1.0
- react-error-overlay@1.0.10
- react-scripts@1.0.11
2017-09-09 22:25:59 +02:00
Joe Haddad
8ace6d5f20
Update dev deps ( #2923 )
...
* Bump deps
* Fix linter errors
* Whoops
* Try to bump webpack
* Update peer deps to min for eslint 4.x
2017-09-09 22:25:58 +02:00
Stéphane Goetz
b2593b64aa
Make formatWebpackMessages return all messages ( #2834 )
...
* Move the reduction of the messages to a single place in the place it is used.
* Fix variable name
2017-09-09 22:25:58 +02:00
iamdoron
9b7901241f
Allow importing package.json ( #2468 )
...
* Allow importing package.json
* Remove package.json import from App.js template
* fix importing package.json
* Rename variable to reflect path is relative to root
* Check for both package & package.json in ModuleScopePlugin
* Use regex to check relative path to package.json
* Strictly enforce package.json extension on scope plugin
* Add allowedPaths to ModuleScopePlugin ctor and use it to allow app package.json
* Remove package.json import from App.js template
* Add package.json to react-scripts/template, show package version and name in the template
* Remove import package.json from template
* Remove template/package.json and its references in code
* Update ModuleScopePlugin.js
* Update README.md
2017-09-09 22:25:57 +02:00
Ade Viankakrisna Fadlil
e08b789c2e
Format UglifyJs error ( #2650 )
...
* format UglifyJs error
* move formatBuildError to react-dev-utils
* fix readme
* use regex for plucking the path from stack
* make path human readable and fallback to show error if regex not matched
* rename to printBuildError and add link to the docs
* fix link indentation
* improve readibility + shorten link
2017-09-09 22:25:57 +02:00
864907600cc
2c988b9282
Fix parsing HTML/JSX tags to real elements ( #2796 )
...
* Fix parsing HTML/JSX tags to real elements
* Use `html-entities` to escape instead of pure `replace()`
* Remove unnecessary HTML entity replacing
2017-09-09 22:25:56 +02:00
Forbes Lindesay
a6cd6f30cb
Update webpack version note ( #2798 )
...
* Remove note about webpackHotDevClient being webpack 1.0 only
It must work in webpack 2 since create-react-app is still using it and is using webpack 2 now.
It would be great if you could add some kind of note about how it differs from the default webpack hot reloaders.
* Update README.md
* Update README.md
2017-09-09 22:25:56 +02:00
Owen Flood
5eb7c7359a
Don't prompt to install serve if already installed ( #2761 )
...
* dont prompt if serve is already installed
* change name for readability
* Pin the version
2017-09-09 22:25:20 +02:00
Dan Ristea
772a447247
Autodetect JetBrains IDEs ( #2754 )
...
Autodetect PyCharm (Pro and CE), WebStorm, PhpStorm, IntelliJ IDEA, RubyMine, CLion, and AppCode
Added IntelliJ IDEA, RubyMine, CLion, and AppCode to list of IDEs. It has the same signature as WebStorm and PhpStorm `<editor> <projectPath> --line <number> <filePath>` so it can reuse the logic from those.
Removed older integrations of AppCode, IntelliJ IDEA
https://www.jetbrains.com/help/idea/opening-files-from-command-line.html
https://www.jetbrains.com/help/pycharm/opening-files-from-command-line.html
https://www.jetbrains.com/help/phpstorm/opening-files-from-command-line.html
https://www.jetbrains.com/help/ruby/opening-files-from-command-line.html
https://www.jetbrains.com/help/webstorm/opening-files-from-command-line.html
Tested with Appcode 2017.1.3, CLion 2017.1.3, Intellij Idea 2017.1.5, PhpStorm 2017.1.4, PyCharm (Pro and CE) 2017.1.4, RubyMine 2017.1.5, and WebStorm 2017.1.4 on MacOS 10.12
Tested with 64-bit CLion 2017.1.3, Intellij Idea 2017.1.5, PhpStorm 2017.1.4, PyCharm (Pro and CE) 2017.1.4, RubyMine 2017.1.5, and WebStorm 2017.1.4 on a Windows 10 VM
Relates to #2636
2017-09-09 22:25:19 +02:00
Dan Ristea
4b856a7c79
Support PyCharm in launchEditor ( #2740 )
...
PyCharm has the same signature as WebStorm and PhpStorm `<editor> <projectPath> --line <number> <filePath>` so it can reuse the logic from those.
https://www.jetbrains.com/help/pycharm/opening-files-from-command-line.html
Tested with PyCharm Pro 2017.1.4 on MacOS 10.12
2017-09-09 22:25:19 +02:00
Trygve Aaberge
fc2057c5f0
Reorder vim arguments in launchEditor so --remote works ( #2723 )
...
This allows you to set REACT_EDITOR to 'vim --remote', so the file can
be opened in an already running vim process. When using vim without
remote, it works in the same way as before.
When launching vim without --remote, the order of the line and path
arguments doesn't matter. However, when using --remote the line argument
has to precede the path. This happens to be the same as joe and emacs
uses, so the vim cases were just moved there.
I haven't tested this with mvim, but the documentation says the same as
the vim documentation, so I assume it works the same.
2017-09-09 22:25:18 +02:00
Dan Abramov
ae40264af6
Publish
...
- create-react-app@1.3.3
- react-dev-utils@3.0.2
- react-error-overlay@1.0.9
- react-scripts@1.0.10
2017-09-09 22:25:09 +02:00
Patrick Hooper
3bc8dcdce5
Downgrade strip-ansi package to 3.0.1 ( #2692 )
2017-08-07 16:17:41 +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
10bd98cbe5
Reformat source code with Prettier 1.5.2
2017-08-07 16:16:16 +02:00
Dan Abramov
55df6e1130
Bump dependencies ( #2658 )
2017-08-07 16:11:39 +02:00
Dan Abramov
a9c8b817f3
Warn about large bundle sizes ( #2648 )
2017-08-07 16:10:41 +02:00
Pete Nykänen
ae62952a4c
Add Brackets to launchEditor.js ( #2637 )
2017-08-07 16:10:12 +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
Mikhail Osher
b68c39e69c
Support PhpStorm in launchEditor ( #2622 )
...
https://www.jetbrains.com/help/webstorm/opening-files-from-command-line.html
https://www.jetbrains.com/help/phpstorm/opening-files-from-command-line.html
Both editors have the same signature `<editor> <projectPath> --line <number> <filePath>` to open file from the command line.
It seems to work even if `<projectPath>` is omitted (commit 02f88ba157 ).
Tested on `Win10`+`PhpStorm2016` and `macOS 10.12`+`PhpStorm2017`.
2017-08-07 16:02:40 +02:00
Levin Rickert
d68ed30f2c
Show warning when trying to run on port below 1024 without admin permissions under Linux ( #2518 )
2017-08-07 16:02:05 +02:00
Joe Haddad
349caa452d
Unscope detect-port ( #2483 )
...
Resolves #2481
2017-08-07 16:00:47 +02:00
Marius Wirtherle
1cb5fbb152
Add WebStorm >2017 launchEditor Support ( #2414 )
2017-08-07 16:00:38 +02:00
Frédéric Miserey
4c80b02d68
Fix detection of parent directory in ModuleScopePlugin ( #2405 )
...
* Fix detection of parent directory
* Correct parent directory detection fix
Add windows specific path and extend to issuer path
2017-08-07 16:00:37 +02:00
Dan Abramov
c16a178a00
Suggest just "yarn build" ( #2385 )
2017-08-07 16:00:37 +02:00
Dan Abramov
bef6ec65d2
Publish
...
- react-dev-utils@3.0.0
- react-error-overlay@1.0.7
- react-scripts@1.0.7
2017-08-07 16:00:37 +02:00
Jin Zheng
6a48c7cab0
Print file sizes with correct build folder path. ( #2361 )
...
* Print file sizes with correct build folder path.
* Just use the print the basename.
2017-08-07 15:59:41 +02:00
William Monk
6bd33bd2ec
Merge remote-tracking branch 'facebook/master'
2017-05-25 08:38:39 +01:00
Dan Abramov
7a1873c0a7
Publish
...
- eslint-config-react-app@1.0.4
- react-dev-utils@2.0.1
- react-error-overlay@1.0.6
- react-scripts@1.0.6
2017-05-24 13:22:25 +01:00
Joe Haddad
a29808a2c8
Don't resolve localhost if on network ( #2332 )
...
* Don't resolve if on network
* Update WebpackDevServerUtils.js
2017-05-24 11:00:24 +01:00
Dan Abramov
2558c3e32f
Publish
...
- eslint-config-react-app@1.0.3
- react-dev-utils@2.0.0
- react-error-overlay@1.0.5
- react-scripts@1.0.5
2017-05-22 17:09:28 +01:00
Dan Abramov
25f81f2bea
Files in public/ folder should not be requested through proxy ( #2326 )
2017-05-22 17:04:17 +01:00
Dan Abramov
9cfa3552ba
Limit console warnings to 5 files at most ( #2327 )
2017-05-22 16:36:53 +01:00
William Monk
fc46e5e11c
Merge create-react-app@1.0.4
2017-05-22 13:48:45 +01:00
Pavol Madar
0d1521aabf
Remove connect-history-api-fallback and cross-spawn dependencies from react-scripts ( #751 ) ( #2320 )
2017-05-22 12:46:51 +01:00
William Monk
32f52bebfe
Merge remote-tracking branch 'facebook/master'
2017-05-21 21:27:47 +01:00
Dan Abramov
d649b8a0de
Publish
...
- eslint-config-react-app@1.0.2
- react-dev-utils@1.0.3
- react-error-overlay@1.0.3
- react-scripts@1.0.3
2017-05-21 20:56:22 +01:00
Joe Haddad
2430b5615f
Ensure address is private ( #2297 )
...
* Ensure address is private
Resolves #2296
* adjust rule
* Update WebpackDevServerUtils.js
2017-05-21 20:44:28 +01:00
Broda Noel
7348ca9bd1
Wrap console calls into a check ( #2301 )
...
* Wrap console calls into a check
* Add another check
2017-05-21 20:42:28 +01:00