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
2616d5fd9c
Add placeholders to template README for bit.ly links. ( #5808 )
...
* Add placeholders to template README for bit.ly links.
* Add placeholders to template README for goo.gl links.
2018-11-27 11:29:30 -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
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
Joe Haddad
9b4009d718
Remove service worker types from the main install
2018-10-23 20:31:57 -04:00
Nima Shahri
787a4a705d
Avoid pushing .pnp folder to git ( #5469 )
...
* Add .pnp folder ro gitignore file
Avoid pushing .pnp folder to git
* Add .pnp.js to ignore list
2018-10-23 16:09:43 -04:00
Joe Haddad
680cf9371a
Validate tsconfig when using TypeScript ( #5524 )
...
* Sanity check TypeScript config
* Check more options
* Set all defaults and suggestions
* Update docs
* Update doc notes
* Automatically copy react app declared types to project on start
* Remove note about loaders.d.ts
2018-10-22 08:15:41 -04:00
Ian Sutherland
60f9bc2ace
Update doc links in template README ( #5512 )
2018-10-21 15:23:15 -04:00
Bruno Lemos
88aef1100f
TypeScript syntax support ( #4837 )
2018-10-21 12:03:26 -04:00
Dan Abramov
f1fbc671e1
Update README.md
2018-10-19 20:06:23 -04:00
Dan Abramov
fa6da6219a
Update README.md
2018-10-19 20:05:20 -04:00
Dan Abramov
0ff690dba7
Point README to docs
2018-10-19 20:04:06 -04:00
Ran Yitzhaki
05d3fd2d0d
Remove dot from the end of the link ( #5449 )
2018-10-16 20:14:33 -04:00
Rafael Lüder
a70055fe5b
Added note on update to .flowconfig for .scss imports ( #5321 )
...
* Added note on update to .flowconfig for .scss imports
Added a note aimed at Flow users on how to get Flow to recognize the .scss imports.
* Mentioned .sass extension in note, added backticks
2018-10-14 19:36:44 +01:00
Gavin Barron
c52cdc6280
Correct instructions for HTTPS and PowerShell ( #5394 )
...
Current instructions for running using HTTPS in a PowerShell prompt are incorrect and do not work on Windows 10 v1809
2018-10-14 19:30:45 +01:00
Jeffrey Posnick
50607682ef
Updates to clarify the "waiting" SW behavior ( #5410 )
2018-10-12 09:45:57 -04:00
Alex Forbes-Reed
9971653775
Add environment variable to optionaly disable inlining of chunks ( #5354 )
...
* Add environment variable to optionaly disable inlining of chunks
* Changed env var to `process.env.INLINE_RUNTIME_CHUNK `
* Added env var to Advanced Configuration in docs
* Drop implied behavior
* Tweak working to match other descriptions
2018-10-08 12:48:15 -04:00
simonCordovaByte9
b201aee073
Update README.md ( #5302 )
2018-10-06 18:22:39 -04:00
Ragnar Rebase
12f794cfdb
Update README due to deprecation of react-testing-library's toBeInTheDOM ( #5334 )
2018-10-06 18:20:27 -04:00
David Gilbertson
f9c1a76037
README link fixes ( #5326 )
...
* Fix broken link in main README
* Fix incorrect link in user guide README
2018-10-05 19:59:51 -04:00
Behzod Saidov
fcb4f98c4e
Updated the URL in index.html ( #5327 )
...
It seems correct URL is https://developers.google.com/web/fundamentals/web-app-manifest/
Current URL (https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/ ) is redirecting to there.
2018-10-05 19:58:55 -04:00
Peter Bengtsson
e783bf8aed
avoid TypeError on when registering service workers without config ( #5301 )
...
* avoid TypeError on when registering service workers without config
Fixes #5299
* same before config.onUpdate
2018-10-04 22:42:16 -04:00
Ryan Cogswell
ea15ebad8f
Adding documentation about git init ( #5296 )
2018-10-04 22:40:28 -04:00
Ernesto García
3a4414c142
add react-testing-library documentation/examples ( #4679 ) ( #5290 )
...
* add react-testing-library documentation/examples
* make react-testing-library a heading
* fix typo
2018-10-04 10:07:40 -04:00
Adam Bowles
61c0ba3731
Fix broken links to src/serviceWorker.js ( #5286 )
2018-10-04 08:27:19 -04:00
Ian Sutherland
7c65ba71f1
Revert change to http-proxy-middleware docs ( #5252 )
2018-10-02 11:07:54 -06:00
Kohei Hasegawa
ab272d25d5
Fix documentation of http-proxy-middleware ( #5226 )
2018-10-02 10:21:19 -06:00
Zacharias Knudsen
a9c09d48d9
Add Relay example ( #5233 )
2018-10-02 08:30:09 -04:00
Marco Slooten
b539b649a5
Adds instructions to README on how to customize Bootstrap with Sass ( #5211 )
...
* Adds instructions to create a Bootstrap theme with Sass
* Update README.md
* Update README.md
* Update README.md
2018-10-01 22:01:53 +01:00
Dan Abramov
33034190bb
Oops
2018-10-01 21:44:16 +01:00
Dan Abramov
0a34c9e96a
Edits
2018-10-01 21:43:48 +01:00
Joe Haddad
04eb460728
Correct links
2018-10-01 16:43:03 -04:00
Dan Abramov
9e88a8e574
Update README.md
2018-10-01 20:03:27 +01:00
Dan Abramov
f59165fcee
Oops
2018-10-01 15:48:05 +01:00
Dan Abramov
3783dd36f4
Tweak user guide a bit
2018-10-01 15:47:30 +01:00
Marek Suscak
9f7f2abf2e
Document adding SVGs as React components ( #5147 )
...
* Document importing SVGs as React components
* Update README.md
2018-10-01 10:16:59 -04:00
Fabrizio Cucci
aa57262f7f
Fix typo in 'Configuring the Proxy Manually' ( #5193 )
...
Replace `src/setupTests.js` with `src/setupProxy.js`.
2018-10-01 07:11:35 -04:00
Joe Haddad
df98c0c561
Update notes about advanced proxy
2018-09-30 22:33:13 -04:00
Joe Haddad
b5bae2576b
Make the use of a tidle more prominent
2018-09-30 22:29:13 -04:00
Joe Haddad
e85019fa79
Add docs about browsers list post processing CSS
2018-09-30 22:26:51 -04:00
Jeffrey Posnick
3c70340117
Updates to README to reflect Workbox usage ( #5111 )
...
* Updates to README to reflect Workbox usage.
* Update README.md
* Update README.md
2018-09-30 20:12:30 -04:00
Daniel Wang
7f5ec4977b
Add additional troubleshooting for Github Pages ( #5169 )
...
* Add additional troubleshooting for Github Pages
* Update README.md
2018-09-29 15:03:45 -04:00
Joe Haddad
bf408bde1e
Add CSS Grid Layout instructions
2018-09-28 14:51:10 -04:00
Joe Haddad
72fe2df6fb
Cleanup README
2018-09-28 10:40:34 -04:00
Marek Suscak
7644f736b2
Mention .module.scss/sass convention ( #5145 )
2018-09-27 17:14:20 -04:00
Joe Haddad
d3e56cdc9e
Update fetch documentation about polyfills
2018-09-27 08:48:54 -04:00
Joe Haddad
fa6e5bd069
Change polyfill link to our package
2018-09-27 08:44:29 -04:00