1872 Commits

Author SHA1 Message Date
William Monk
fec29ab074 Fix Build reset 2018-04-09 09:06:48 +01:00
William Monk
be1dfe79ca Add Facebooks Travis File 2018-04-09 08:58:15 +01:00
William Monk
36e61c0e60 Merge react-scripts@1.1.1 2018-03-14 18:41:04 +00:00
William Monk
021b42ad90 v2.14.0 2018-03-14 18:29:56 +00:00
William Monk
93eb130488 Update README For 2.14.0 2018-03-14 18:29:39 +00:00
Christian Linne
0dbb8215ba Merge pull request #268 from kaminskypavel/patch-2
fix(readme): use the prepacked logo.svg as an example in "Adding Imag…
2018-03-01 09:57:44 +01:00
Christian Linne
e6b2473f7e Merge pull request #267 from kaminskypavel/patch-1
fix(readme): use react-scripts-ts in scripts instead of react-scripts
2018-03-01 09:57:10 +01:00
Christian Linne
58fb532eab Merge pull request #265 from adambowles/patch-2
Add missing space
2018-03-01 09:56:56 +01:00
Pavel 'PK' Kaminsky
75d5145623 fix(readme): use the prepacked logo.svg as an example in "Adding Images, Fonts, and Files" 2018-03-01 00:20:59 +02:00
Pavel 'PK' Kaminsky
c0a959e8ff fix(readme): use react-scripts-ts in scripts instead of react-scripts 2018-02-28 23:54:45 +02:00
Adam Bowles
29a1f12499 Add missing space 2018-02-27 16:54:18 +00:00
Dominik Broj
39d6c62788 Uglifyjs update for es6 support (#249)
* feat(react-scripts/prod): use new uglifyJsPlugin for ES6 support

this closes #21, #158, #248

* feat(react-scripts/prod): execute uglify plugin parallel + enable caching
2018-02-19 08:06:04 +01:00
Gustav Wengel
ec0a39e080 Added the abillity to import js and jsx files with ts-loader (#242)
* added js and jsx to things that ts-loader loads

* removed spaces and made prettier runnable on windows

* run jsx specs too

* added isejecting

* added dependencies and babeltransform

* bumped jest version#

* does it work without cache?

* cache?

* added ts

* updates ts-jest

* readd caching

* removed ts as a devdependency

* added babel to handle js files

* added prod env

* prod is handled by babel loader

* added ts as devdep

* cache node modules

* fixed legal
2018-02-13 10:00:43 +01:00
Dan Abramov
0b1d636576 Publish
- create-react-app@1.5.2
 - react-scripts@1.1.1
react-scripts@1.1.1 create-react-app@1.5.2 v1.1.1
2018-02-09 13:20:59 +00:00
Dan Abramov
1a9722f50a Revert "Set the public path to the asset manifest entries (#2544)"
This reverts commit bab2c29522.

I meant to apply it to `next` instead.
2018-02-09 13:20:21 +00:00
Dan Abramov
984d661811 Add 1.1.1 changelog 2018-02-09 13:19:49 +00:00
Dan Abramov
09d216ecce Unpin and bump fsevents (for 1.x branch) (#4006) 2018-02-09 13:10:41 +00:00
Ian Sutherland
32ea0c0e6d Update dotenv-expand to fix bug with environment variables that contain a $. (#4000) 2018-02-09 13:08:30 +00:00
Alf Eaton
815853db7f Update instructions for continuous delivery with Netlify (#3971) 2018-02-04 15:54:14 +00:00
Christian Linne
7149b3796c Add migration instruction for 2.13.0 2018-01-31 08:22:25 +01:00
Christian Linne
7c0032bf6d Merge pull request #237 from DorianGrey/remove-unnecessary-js-files
Remove unnecessary js(x) files from template
2018-01-25 07:55:32 +01:00
DorianGrey
7133b35f52 Remove unnecessary js(x) files from template. 2018-01-23 10:38:11 +01:00
Will Monk
7c5a37b9aa Merge pull request #234 from stephtr/patch-1
Fix typos in Readme changelog
2018-01-22 21:14:46 +00:00
Stephan
679d4708b5 fix typo in changelog 2018-01-22 20:28:19 +01:00
William Monk
875552b401 Update README For 2.13.0 2018-01-22 17:26:44 +00:00
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
Ronald Rey
eee29075d6 Include {json,css} files in prettier command (#3894)
Update User Guide's README.md to include `json` and `css`
files in the command to format the entire project for the first time
with prettier, that it's consistent with the `lint-staged` command.
2018-01-22 13:51:38 +00: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
Robin van der Vleuten
bab2c29522 Set the public path to the asset manifest entries (#2544) 2018-01-20 19:31:27 +00:00
Christian Linne
d5e5bb5bd5 Merge pull request #231 from joshtynjala/import-images-docs
Documented how to define custom module formats for the TypeScript compiler so that you can import images and other files
2018-01-20 12:58:15 +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
Dan Abramov
034c6ad348 1.5.1 2018-01-18 12:08:58 +00:00
Bond
2bf092967f pin envinfo version to 3.4.2 (#3853)
See #3837
2018-01-18 11:55:02 +00: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
Dan Abramov
d979964126 Tweak publishing note v1.1.0 2018-01-15 00:55:15 +00:00
Dan
e73a783ef1 Publish
- babel-preset-react-app@3.1.1
 - create-react-app@1.5.0
 - eslint-config-react-app@2.1.0
 - react-dev-utils@5.0.0
 - react-error-overlay@4.0.0
 - react-scripts@1.1.0
babel-preset-react-app@3.1.1 react-dev-utils@5.0.0 eslint-config-react-app@2.1.0 create-react-app@1.5.0 react-error-overlay@4.0.0 react-scripts@1.1.0
2018-01-15 00:53:37 +00:00
Dan Abramov
aa5bdcd05f Changelog for 1.1.0 (#3795) 2018-01-15 00:37:46 +00:00
Dan Abramov
95b26012a4 Tweak section on expanding env variables 2018-01-15 00:36:53 +00:00
Dan Abramov
12d05447b9 Test Node 9 on CI (#3793)
* Test Node 9 on CI

* Oops
2018-01-14 23:57:49 +00:00
Ian Sutherland
b86fe056a3 Add warning when HOST environment variable is set (#3730)
* Add warning when HOST environment variable is set (#3719)

* Improve HOST environment variable warning message

* Adjust text and message

Closes #3719
2018-01-14 14:14:37 -05:00
William Monk
d467b98c61 v2.12.0 2018-01-14 18:59:43 +00:00
William Monk
fe2f3a761c Update README For 2.12.0 2018-01-14 18:59:23 +00:00
Will Monk
9f7f90c56c Merge pull request #225 from wmonk/update-ts
Update typescript to 2.6.2
2018-01-14 18:54:33 +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
William Monk
de8f8eac8c Update changelog for 2.11.0 2018-01-14 17:41:34 +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