Commit Graph

25 Commits

Author SHA1 Message Date
Ian Sutherland
915108b650 Add placeholders where old template READMEs used to be (#7972) 2019-11-13 16:59:32 -07:00
Brody McKee
4c0c81953d Add template support (#7716)
* Add template support

* Update templates version check

* Update TypeScript template README
2019-10-24 15:17:41 -07:00
darthmaim
ea34c1dae9 Add Service-Worker header to checkValidServiceWorker (#6753)
* Add header to checkValidServiceWorker (ts)

* Add header to checkValidServiceWorker
2019-10-23 15:20:24 -06:00
Wataru Ashihara
5ea3b345df Fix notations of loopback addresses (#7474) 2019-10-23 15:18:30 -06:00
Ian Sutherland
584e3521bb Revert logo in templates (#7830) 2019-10-16 10:25:42 -06:00
Robert FUSZENECKER
9161ba83d7 Fix process type in TypeScript template (#7796) 2019-10-10 09:25:14 +03:00
Rakan Nimer
c0d73ba283 Close br tags in template README files (#7668) 2019-09-30 10:49:32 +03:00
Lewis Llobera
05f7924398 Remove 'shortcut' link type before 'icon' (#7707) 2019-09-20 09:51:27 -06:00
Ian Sutherland
ff15a0850c Add new logo (#7704) 2019-09-19 11:34:17 -06:00
ZHAO Jinxiang
6560858398 Remove trailing spaces from manifest.json (#7585) 2019-08-23 09:20:26 +02:00
Ian Sutherland
a21e6b1d17 Don't block static files in robots.txt (#7508) 2019-08-12 09:28:28 -06:00
Ian Schmitz
91c2673e59 Bump dependencies (#7473) 2019-08-08 14:12:34 -07:00
dominic scanlan
65a891c2e0 Optimise templates for Lighthouse (#7482) 2019-08-07 12:29:28 +03:00
Petr Huřťák
73d5579e01 Remove body padding reset from templates (#6300)
* remove padding 0 on body from default styles

* Update index.css
2019-04-24 11:32:05 -06:00
Abdelrahman Rifai
c5087e6cbe Remove shrink-to-fit=no from templates (#6669) 2019-03-18 12:28:16 -06:00
ZHAO Jinxiang
b60f56fca7 change named import into default import (#6625) 2019-03-12 07:34:12 -07:00
ZHAO Jinxiang
e4fdac2418 Change class components to functional components in templates (#6451)
* change class component to function component

* Update packages/react-scripts/template/src/App.js

Co-Authored-By: xiaoxiangmoe <xiaoxiangmoe@gmail.com>

* Update packages/react-scripts/template-typescript/src/App.tsx

Co-Authored-By: xiaoxiangmoe <xiaoxiangmoe@gmail.com>
2019-03-11 10:05:21 -06:00
Leigh Halliday
d57fd37d2d Convert all bit.ly links from http to https (#6239) 2019-02-19 09:25:19 -07:00
Chris Self
1deb811c5d Make manifest.json description more generic (#6355) 2019-02-06 19:40:17 -08:00
Adriano Costa
714599dae6 Prevent cursor events on app-logo svg (#6276) 2019-01-25 15:26:26 -05:00
Ian Sutherland
d9ee05cc8a Remove unnecessary whitespace in template HTML 2018-11-22 21:57:51 -07:00
Sibiraj
85a8a22513 Run prettier on HTML files (#5839) 2018-11-22 23:41:10 -05:00
Eduardo Duran
6311bac13e Make serviceWorker config argument optional in template (#5651) 2018-10-31 09:47:00 -04:00
Bruno Lemos
952e7b13c4 Update App.tsx (#5588) 2018-10-26 11:57:21 -07:00
Joe Haddad
b50590f7f4 Add TypeScript app creation (#5550)
* Add TypeScript app creation

* Actually specify new extension

* Check for ts and tsx

* Fix types in default service worker file

* Mirror changes in JS version of SW

* Separate templates

* Use separate template directory

* Remove unused function

* Add a tsconfig file to the template

* Test install of typescript

* Add e2e for TypeScript

* Check for index.tsx to make sure we're not in the JS template

* Ensure TypeScript doesn't leak into normal installs

* Ignore some files

* Print version of CRA

* Fix script

* Add new template

* Move test to correct location

* Use `verifyTypeScriptSetup` routine to populate files

* Ensure tsconfig is created
2018-10-24 16:28:36 -04:00