Commit Graph

776 Commits

Author SHA1 Message Date
William Monk
6e288ac242 v2.13.0 2018-01-22 17:23:29 +00:00
Christian Linne
ee891ee723 Merge pull request #233 from DorianGrey/remove-tslint-loader
Remove tslint-loader from prod build (again)
2018-01-22 15:46:51 +01:00
DorianGrey
b40c8c56d4 Remove tslint-loader from prod build (again) 2018-01-22 15:28:19 +01:00
Christian Linne
e7a8320ba5 Merge pull request #181 from ianschmitz/ts-devdep
Include TypeScript as devDependency in boilerplate output
2018-01-22 08:40:23 +01:00
Ian Schmitz
3a40ac03b0 Include TypeScript as devDependency in boilerplate output 2018-01-18 17:57:23 -08:00
Josh Tynjala
934fb112a4 Documented how to define custom module formats for the TypeScript compiler so that you can import images and other files (references #172) 2018-01-18 10:31:39 -08:00
Christian Linne
6b946390c2 Merge pull request #223 from diabelb/master
Fixed problem with tsconfig.json baseUrl and paths
2018-01-15 08:46:25 +01:00
William Monk
d467b98c61 v2.12.0 2018-01-14 18:59:43 +00:00
William Monk
4e654437d9 Update typescript to 2.6.2 2018-01-14 18:20:48 +00:00
William Monk
69c215b3f1 v2.11.0 2018-01-14 17:41:50 +00:00
Will Monk
ea327098c7 Merge pull request #221 from wmonk/2.10.0
2.11.0
2018-01-14 17:37:52 +00:00
dawidboruta
d5b370d8ab Fixed problem with tsconfig.json baseUrl and paths 2018-01-13 19:30:58 +01:00
Will Monk
e637c79284 Update createJestConfig.js 2018-01-13 13:38:13 +00:00
William Monk
bbdefca170 v2.10.0 2018-01-13 11:47:47 +00:00
William Monk
13c0e7fe6a Readd transformIgnorePatterns 2018-01-12 21:09:12 +00:00
William Monk
b07285717f Update react-dev-utils 2018-01-11 22:59:02 +00:00
William Monk
0d43626604 Update package.json dependencies 2018-01-11 22:20:07 +00:00
William Monk
16af26f17f Readd Missing raf Package 2018-01-11 22:09:40 +00:00
William Monk
bb74fb6aea Update JestConfig Creation 2018-01-11 22:02:02 +00:00
William Monk
6f0c62f43c Fix 2018-01-11 09:26:49 +00:00
William Monk
237c0faf6d Fix Missing Variable 2018-01-11 09:14:12 +00:00
William Monk
1061fdef87 Merge facebookincubator/create-react-app@1.0.17 2018-01-11 09:00:42 +00:00
William Monk
cc52d217b4 Fix package.json 2018-01-11 08:44:27 +00:00
Christian Linne
10d283eae3 Merge pull request #204 from StefanSchoof/patch-1
@types into devDependencies
2018-01-11 08:37:04 +00:00
Christian Linne
05d5a6cbbb Merge pull request #199 from DorianGrey/master
Adjust 'Testing components' section to use the correct TS versions.
2018-01-11 08:36:37 +00:00
Will Monk
9e4589f48e Merge pull request #165 from johnnyreilly/master
Add support for fork-ts-checker-webpack-plugin
2018-01-11 08:31:36 +00:00
Dan Abramov
4b55193f0a Publish
- react-scripts@1.0.17
2017-11-03 18:27:41 +00:00
Dan Abramov
5811d55f70 Use new WebpackDevServer option (#3401) 2017-11-03 18:18:57 +00:00
Loren Sands-Ramshaw
90c83f7927 Fix grammar in README (#3394)
"subway" by itself is not a proper noun
2017-11-03 18:11:12 +00:00
Kenneth Auchenberg
2cb48716ec Add link to VS Code troubleshooting guide (#3399)
* Add link to VS Code troubleshooting guide

* Update README.md
2017-11-03 18:09:29 +00:00
Kenneth Auchenberg
35fa70e924 Update VS Code debug configuration (#3400) 2017-11-03 18:08:24 +00:00
Ryan Swapp
74c523c461 Update README.md (#3392)
Fixed a small grammatical issue that I noticed while browsing the README today
2017-11-02 13:54:40 -04:00
Dan Abramov
dc95d18c9c Publish
- create-react-app@1.4.3
 - react-dev-utils@4.2.1
 - react-scripts@1.0.16
2017-10-31 10:41:25 +00:00
Piotr
1740c3fe61 Update favicon description (#3374) 2017-10-31 10:25:11 +00:00
Dan Abramov
5e7b9675aa Publish
- babel-preset-react-app@3.1.0
 - react-dev-utils@4.2.0
 - react-error-overlay@3.0.0
 - react-scripts@1.0.15
2017-10-31 09:04:34 +00:00
Rami
e05a5fe49b Mention that start_url needs to be "." for client side routing
* Change template manifest start_url to dot to make it react-router friendly

* Revert "Change template manifest start_url to dot to make it react-router friendly"

This reverts commit 02f53e81caea999ddba45f2cd012a9fb976c839e.

* Add a note about PWA manifest and client-side routing
2017-10-28 22:13:02 +01:00
Hrvoje Šimić
fc885a03d9 start using npm-run-all to build scss and js (#2957)
instead of using `&&` to run multiple commands in `package.json`, guide users to use `npm-run-all`
2017-10-28 22:11:19 +01:00
captDaylight
5a336ad117 Updating the Service Worker opt-out documentation (#3108) 2017-10-28 22:03:57 +01:00
Kévin Dunglas
15d8e53daf Remove an useless negation in registerServiceWorker.js (#3150) 2017-10-28 22:01:24 +01:00
Nik Nyby
70e0c08ef7 Remove output.path from dev webpack config (#3158)
According to this parameter's comment, it's unused but webpack-dev-server crashes without it. However, webpack-dev-server is running fine for me without this parameter.
2017-10-28 21:58:09 +01:00
Joe Haddad
5c8000f300 Add .mjs support (#3239) 2017-10-28 21:48:42 +01:00
Ryan Sullivan
4add16dc77 Add documentation for Enzyme 3 integration (#3286)
This resolves #3272.
2017-10-28 21:44:27 +01:00
Satya van Heummen
1fa16ace5f Make uglify work in Safari 10.0 - fixes #3280 (#3281)
Implement settings as suggested here:
https://github.com/mishoo/UglifyJS2/tree/harmony#mangle-options

To solve this Safari bug:
https://bugs.webkit.org/show_bug.cgi?id=171041
2017-10-28 21:42:41 +01:00
Ryan Sullivan
8c7b6e766e Fix favicon sizes value in manifest (#3287)
Fixes #3284.
2017-10-28 21:39:26 +01:00
Dan Abramov
d98b7565b4 Bump dependencies (#3342)
* Bump dependencies

* Downgrade source-map back to 0.5.x

Not sure what changed there but our bundle snapshot doesn't match with minor changes.
I couldn't figure out how to update it, and also whether we need to tweak getPrettyURL in response.
2017-10-28 21:34:47 +01:00
Aaron Shafovaloff
c51258b8a8 recommend react-snap; react-snapshot isn't upgraded for React 16 (#3328) 2017-10-28 21:18:01 +01:00
Dan Abramov
fe4dc744d7 Polyfill rAF in test environment (#3340) 2017-10-28 17:57:27 +01:00
Dan Abramov
c66c296fd1 Use React 16 in development 2017-10-28 17:10:07 +01:00
Dan Abramov
aa322d0893 Clarify the npm precompilation advice
It's confusing: https://mobile.twitter.com/brianleroux/status/923581596720013312

h/t @brianleroux
2017-10-26 18:34:58 +01:00
Lorenzo Palmes
54f7da9bb9 Update eslint-plugin-react (#3146)
* update eslint-plugin-react to 7.3.0

* Updated eslint-plugin-react to 7.4.0
2017-10-23 16:18:54 -04:00