GitHub / ewgenius/create-react-app / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| eca0ec0d | Refine how TypeScript env types are handled (#5593) |
Joe Haddad <t****0@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 418e6ee6 | Fix process.env types (#5589) |
Bruno Lemos <b****s@u****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| 8abf892e | Fixing the code splitting links in the ESLint output (#5586) |
Jeroen Heijmans <j****s@u****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| 952e7b13 | Update App.tsx (#5588) |
Bruno Lemos <b****s@u****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| 0379c389 | Check for CI in publish | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| c662dfb0 | Update lockfile | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| bf0b5e22 | Prompt for 2fa auth code | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| 6513c2d3 | Add instructions for a prerelease | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| ef499e57 | Always publish with npm | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| ae516d81 | Remove publish time waste | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| 0481ae81 | Fix tests x2 | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| 82052a53 | Fix tests | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| 3aa5c505 | Enable forceConsistentCasingInFileNames by default | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| 021f7e50 | Don't auto exclude test files | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| b50590f7 | Add TypeScript app creation (#5550) |
Joe Haddad <t****0@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 68a37351 | Add typings for process.env (#5557) |
Bruno Lemos <b****s@u****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| dc7cdf4a | Change import syntax from typescript declaration (#5559) |
Bruno Lemos <b****s@u****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| 6a94cc7c | Adjust notes | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| 34962872 | Simplify TypeScript setup instructions | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| 61822531 | Add Algolia search bar to Docusaurus (#5551) |
Amy Lam <a****m@f****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| 5ead915b | Automatically setup TypeScript when detected (#5549) |
Joe Haddad <t****0@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 9b4009d7 | Remove service worker types from the main install | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| 787a4a70 | Avoid pushing .pnp folder to git (#5469) |
Nima Shahri <N****i@u****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| 315ff4b4 | Respect tsconfig.json extends when validating config (#5537) |
Ian Schmitz <i****z@g****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| 3c11efe2 | Simplified TypeScript steps (#5533) |
Bruno Lemos <b****s@u****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| c6cdf420 | Use TypeScript parser to read tsconfig.json (#5532) |
Bruno Lemos <b****s@u****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| 4c558d7c | Enable TypeScript json module resolver (#5531) |
Bruno Lemos <b****s@u****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| 2cf5cca5 | Update adding-typescript.md |
Joe Haddad <t****0@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 5410da0b | Add TypeScript error formatting (#5529) |
Joe Haddad <t****0@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 81657147 | Update Workbox dependency (#5527) |
Jeffrey Posnick <j****y@g****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| b8198b7a | Add an advanced typescript test case | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| 7231285c | Properly exclude test files from typechecking | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| 6b010b09 | Fix TypeScript file detection | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| b5f156ef | Print friendly message on first time use | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| fa535304 | Hoist compiler options | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| e0939b62 | Automatically create a `tsconfig.json` when entrypoint is TypeScript | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| 680cf937 | Validate tsconfig when using TypeScript (#5524) |
Joe Haddad <t****0@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 7ba343c1 | Check for TypeScript install in preflight (#5516) |
Joe Haddad <t****0@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| c019942b | Always type check TypeScript when being used (#5515) |
Joe Haddad <t****0@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 07ff5a02 | Add "edit" feature to Docusaurus pages (#5492) |
Amy Lam <a****m@f****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| 60b349fd | Update required version in README |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 60f9bc2a | Update doc links in template README (#5512) |
Ian Sutherland <i****n@i****a>
Committed by: Dan Abramov <d****v@g****m> |
almost 8 years ago | |
| 7ae01d6b | Fix title on Safari (#5499) |
Iurii Kucherov <y****k@g****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| 88aef110 | TypeScript syntax support (#4837) |
Bruno Lemos <b****s@u****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| 1ae90a18 | Remove --dev flag | Joe Haddad <t****0@g****m> | almost 8 years ago | |
| ebc721f7 | Fix typo (#5494) |
Noel Yoo <i****l@g****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| 473fde0e | Fixed typo in getting-started (#5493) |
Jesse Peterman <3****n@u****m>
Committed by: Jack Zhao <j****o@f****m> |
almost 8 years ago | |
| 1a1b6cd3 | Update README.md |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 7c0a951f | Update README.md |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| f1fbc671 | Update README.md |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| fa6da621 | Update README.md |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 0ff690db | Point README to docs |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| ac6edee4 | fix url | Dan Abramov <d****v@g****m> | almost 8 years ago | |
| 0febe269 | doc tweaks | Dan Abramov <d****v@g****m> | almost 8 years ago | |
| a840d566 | Port documentation updates | Dan Abramov <d****v@g****m> | almost 8 years ago | |
| 567921d9 | merge Merge branch 'docusaurus' | Dan Abramov <d****v@g****m> | almost 8 years ago | |
| b652a98e | New copy, by me | Sophie Alpert <g****t@s****m> | almost 8 years ago | |
| 67fb2654 | merge Merge pull request #5475 from thompk2/patch-1 |
Jack Zhao <j****o@f****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 302daeff | Fix typo |
Kit Thompson <t****2@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 05d3fd2d | Remove dot from the end of the link (#5449) |
Ran Yitzhaki <r****z@u****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| f89385f7 | Publish | Dan Abramov <d****v@g****m> | almost 8 years ago | |
| 7a6a9b50 | Changelog for 2.0.5 |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 9d532d27 | Update cached lockfile | Dan Abramov <d****v@g****m> | almost 8 years ago | |
| 659dd644 | Downgrade lerna-changelog because it has a bug | Dan Abramov <d****v@g****m> | almost 8 years ago | |
| a70055fe | Added note on update to .flowconfig for .scss imports (#5321) |
Rafael Lüder <r****r@p****e>
Committed by: Dan Abramov <d****v@g****m> |
almost 8 years ago | |
| c52cdc62 | Correct instructions for HTTPS and PowerShell (#5394) |
Gavin Barron <g****n@g****m>
Committed by: Dan Abramov <d****v@g****m> |
almost 8 years ago | |
| bd0ffb72 | Fix click-to-open on Windows (#5431) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 52fcb23b | use the correct dependency for babel-plugin-dynamic-import-node (#4984) |
Vikram Rangaraj <v****0@i****m>
Committed by: Dan Abramov <d****v@g****m> |
almost 8 years ago | |
| 50607682 | Updates to clarify the "waiting" SW behavior (#5410) |
Jeffrey Posnick <j****y@g****m>
Committed by: Joe Haddad <t****0@g****m> |
almost 8 years ago | |
| 4e3ffb98 | Add the new SVGs feature from the template README to the root README (#5374) |
Wenchen Li <n****i@j****m>
Committed by: Andreas Cederström <a****s@u****m> |
almost 8 years ago | |
| 9fe8f6b4 | Fix eslint config docs. (#5416) |
Ludovico Fischer <l****r@u****m>
Committed by: Andreas Cederström <a****s@u****m> |
almost 8 years ago | |
| 358ed990 | merge Merge pull request #5398 from selbekk/front-page-content |
Amy Lam <a****m@f****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 9d794828 | merge Merge pull request #5400 from amyrlam/amy/tweaks |
Kristofer Selbekk <s****k@u****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 6235d576 | Edits to Getting Started | Amy Lam <a****m@f****m> | almost 8 years ago | |
| 492de3cc | Order docs in footer | Amy Lam <a****m@f****m> | almost 8 years ago | |
| 33cbc7ad | Make `Getting Started` consistent | Amy Lam <a****m@f****m> | almost 8 years ago | |
| 9b751311 | Remove punctuation for consistency | Kristofer Selbekk <k****k@s****o> | almost 8 years ago | |
| 83542fca | Add missing period | Kristofer Selbekk <k****k@s****o> | almost 8 years ago | |
| 740ff8ba | Fix indentation mess | Kristofer Selbekk <k****k@s****o> | almost 8 years ago | |
| 10110a6d | Add a few more features to the bottom | Kristofer Selbekk <k****k@s****o> | almost 8 years ago | |
| 8ea3222c | Add section about updating | Kristofer Selbekk <k****k@s****o> | almost 8 years ago | |
| 4ea222f5 | Add section about how to get started | Kristofer Selbekk <k****k@s****o> | almost 8 years ago | |
| 5b9b3382 | Make the navigation easier to read on small devices | Kristofer Selbekk <k****k@s****o> | almost 8 years ago | |
| 8e5f0650 | merge Merge pull request #5357 from selbekk/potpourri |
Kristofer Selbekk <s****k@u****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 5fecfee2 | Clean up the behavior tests (#5365) |
Joe Haddad <t****0@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 04735de7 | Update path to serviceWorker.js in docs (#5371) |
Jon Clark <j****k@g****m>
Committed by: Ian Sutherland <i****n@i****a> |
almost 8 years ago | |
| 2e9bc28b | Update i18n file | Kristofer Selbekk <k****k@s****o> | almost 8 years ago | |
| bd648f34 | Make 'sending feedback' a part of the introduction | Kristofer Selbekk <k****k@s****o> | almost 8 years ago | |
| 4a7a4362 | Move testing above back-end integration | Kristofer Selbekk <k****k@s****o> | almost 8 years ago | |
| e3f0f4ab | Make 'publishing components to npm' a sub-part of the deployment doc | Kristofer Selbekk <k****k@s****o> | almost 8 years ago | |
| 89087144 | Title Case All Headings | Kristofer Selbekk <k****k@s****o> | almost 8 years ago | |
| f80d27ba | Fix checking against non-semver compliant Yarn versions (#5362) |
Joe Haddad <t****0@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 840c4241 | Remove API reference from footer | Kristofer Selbekk <s****y@g****m> | almost 8 years ago | |
| 25ed9b37 | Combine even more pages | Kristofer Selbekk <s****y@g****m> | almost 8 years ago | |
| 9f9f505e | Combine pages about head tags | Kristofer Selbekk <s****y@g****m> | almost 8 years ago | |
| 001cdead | Shorten the sidebar labels | Kristofer Selbekk <s****y@g****m> | almost 8 years ago | |
| cf7d1c08 | Shorten label | Kristofer Selbekk <s****y@g****m> | almost 8 years ago | |
| 8dbd6217 | Add a note about why you _should_ set up your editor | Kristofer Selbekk <s****y@g****m> | almost 8 years ago | |
| 55944609 | Combine a few articles on setting up your editor | Kristofer Selbekk <s****y@g****m> | almost 8 years ago | |
| 964d2fb9 | Combine the supported browsers and language features pages | Kristofer Selbekk <s****y@g****m> | almost 8 years ago |