Create React App 通过集成优秀的预置和包,解决了新建 React 应用时要进行繁琐复杂的配置问题
Create React App 通过集成优秀的预置和包,解决了新建 React 应用时要进行繁琐复杂的配置问题
Assets
2
2.1.3 (January 4, 2019)
v2.1.3 is a maintenance release to fix a vulnerability in webpack-dev-server.
📝
Documentation
- Other
- #6067 Correct an error for documentation. (@hardo)
- #6110 Replace deprecated VSCode launch.json variable. (@raiskila)
- #5631 Generalize the adding bootstrap documentation. (@jquense)
- #6084 Remove outdated docs for setting up eslint in editor. (@LukasWerfel)
- #6061 Fix control comment of CSS Grid prefixing. (@denexapp)
react-scripts
🏠
Internal
create-react-app
,react-error-overlay
- #6104 Typo fixes. (@prashant-andani)
🔨
Underlying Tools
Committers: 8
- Denis Mukhametov (denexapp)
- Hardo (hardo)
- Janne Raiskila (raiskila)
- Jason Quense (jquense)
- Lukas Werfel (LukasWerfel)
- Prashant Andani (prashant-andani)
- Zachary Friss (Friss)
- shawtung
Migrating from 2.1.2 to 2.1.3
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@2.1.3
or
yarn add --exact react-scripts@2.1.3
Assets
2
2.1.2 (December 23, 2018)
v2.1.2 is a maintenance release including various bug fixes.
🚀
New Feature
🐛
Bug Fix
create-react-app
- #5905 Disable copy to clipboard in
create-react-app --info
(@heyimalex) - #5685 Update envinfo to
5.11.1
(@tabrindle)
- #5905 Disable copy to clipboard in
babel-preset-react-app
- #5783 Fix TypeScript decorator support (@ianschmitz)
babel-plugin-named-asset-import
react-app-polyfill
react-scripts
- #5721 Version bump
postcss-preset-env
to latest (@BPScott) - #5701 Fix
tsconfig.json
lib suggested value (@ianschmitz)
- #5721 Version bump
💅
Enhancement
react-scripts
- #5698 Add support for
setupTests.ts
(@ianschmitz)
- #5698 Add support for
📝
Documentation
- Other
- #6009 Correct markdown to avoid comment. (@souzasmatheus)
- #6015 Add example command to create typed project. (@mbelsky)
- #6000 Make links to docs consistent in README. (@iansu)
- #5900 Add production build section to docs. (@ianschmitz)
- #5985 Use https for linked images to fix mixed content warnings. (@iansu)
- #5919 Docs: update localStorage mock in “Running Tests”. (@phacks)
- #5917 Add SASS_PATH instructions to Sass stylesheet docs. (@jayantbh)
- #5823 Add default values to
file_ext
note. (@alaycock) - #5907 Update README.md with updated link about PWAs. (@wuweiweiwu)
- #5858 Some Grammar fixes. (@nikhilknoldus)
- #5883 Fix link to page about running tests. (@wsmoak)
- #5849 React native repository updated in
README.md
. (@pavinthan) - #5806 Rename 'getting started' link to 'docs'. (@kulek1)
- #5788 docs: Simplify installing Storybook with
npx
(@sagirk) - #5779 docs: Change story book command to
sb init
(@andys8) - #5759 Add PR welcoming badge (@open-source-explorer)
- #5730 Suggest Encore when not building a SPA with Symfony (@dunglas)
- #5710 Updated the link to firebase hosting (@githubsaturn)
- #5704 Fixed link to manifest.json file (@m4jing)
- #5670 Fix public folder documentation link (@makovkastar)
eslint-config-react-app
- #5990 Updated docs for
.eslintrc
(@ManoelLobo)
- #5990 Updated docs for
babel-preset-react-app
,create-react-app
,eslint-config-react-app
,react-dev-utils
,react-scripts
react-scripts
react-app-polyfill
babel-preset-react-app
,eslint-config-react-app
,react-error-overlay
,react-scripts
🏠
Internal
react-scripts
- Other
- #5988 Added extension to
.eslintrc
(@ManoelLobo) - #5546 Add the latest stable node version. (@noelyoo)
- #5988 Added extension to
react-dev-utils
react-error-overlay
babel-preset-react-app
create-react-app
- #4605 ignore intellij module files when generating an app. (@denofevil)
Committers: 36
- <Explorer /> (open-source-explorer)
- Adam Laycock (alaycock)
- Adam Wanninger (ajwann)
- Alex Guerra (heyimalex)
- Andy (andys8)
- Ben Scott (BPScott)
- Dennis Ushakov (denofevil)
- Dugagjin Lashi (dugagjin)
- Gregory Shilin (gshilin)
- Ian Schmitz (ianschmitz)
- Ian Sutherland (iansu)
- Jayant Bhawal (jayantbh)
- Jing Ma (m4jing)
- Joe Haddad (Timer)
- Kasra Bigdeli (githubsaturn)
- Kévin Dunglas (dunglas)
- Manoel (ManoelLobo)
- Matheus Souza (souzasmatheus)
- Max Belsky (mbelsky)
- Michael Jackson (mjackson)
- Nicolas Goutay (phacks)
- Nikhil (nikhilknoldus)
- Nima Shahri (NShahri)
- Noel Yoo (noelyoo)
- Oleksandr Melnykov (makovkastar)
- Pavinthan (pavinthan)
- Rasmus Eneman (Pajn)
- Sagir Khan (sagirk)
- Sibiraj (sibiraj-s)
- Simen Bekkhus (SimenB)
- Stephen Algeo (sjalgeo)
- Trevor Brindle (tabrindle)
- Wei-Wei Wu (wuweiweiwu)
- Wendy Smoak (wsmoak)
- kulek1
- swyx (sw-yx)
Migrating from 2.1.1 to 2.1.2
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@2.1.2
or
yarn add --exact react-scripts@2.1.2
Assets
2
2.1.1 (October 31, 2018)
Happy Halloween
🐛
Bug Fix
babel-preset-react-app
react-scripts
- #5621 fix 'Duplicate string index signature' in ProcessEnv. (@xiaoxiangmoe)
💅
Enhancement
📝
Documentation
- #5658 Update making-a-progressive-web-app.md. (@jakeboone02)
- #5635 Update minimum node version to 8.10 in README. (@iansu)
- #5629 Add link to cra-ts migration guide. (@Vinnl)
🏠
Internal
react-error-overlay
- #4709 Expose
reportRuntimeError
. (@hipstersmoothie)
- #4709 Expose
babel-plugin-named-asset-import
react-scripts
Committers: 8
- Andrew Lisowski (hipstersmoothie)
- Eduardo Duran (eddedd88)
- Ian Sutherland (iansu)
- Jake Boone (jakeboone02)
- Joe Haddad (Timer)
- Nima Shahri (NShahri)
- Vincent (Vinnl)
- ZHAO Jinxiang (xiaoxiangmoe)
Migrating from 2.1.0 to 2.1.1
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@2.1.1
or
yarn add --exact react-scripts@2.1.1
Assets
2
2.1.0 (October 29, 2018)
Create React App 2.1 adds support for TypeScript! Read the documentation to get started.
New applications can be created using TypeScript by running:
$ npx create-react-app my-app --typescript
🚀
New Feature
create-react-app
,react-scripts
babel-preset-react-app
,react-scripts
- #4837 TypeScript support using Babel 7 (@brunolemos)
🐛
Bug Fix
react-scripts
- #5611 Remove react-scripts type reference on eject. (@Timer)
- #5614 Ignore json files from TypeScript type checking. (@brunolemos)
- #5609 Remove unsupported options. (@Timer)
- #5608 Ignore test files from reported type errors. (@Timer)
- #5589 Update react-app.d.ts. (@brunolemos)
- #5557 Add typings for process.env. (@brunolemos)
- #5532 Use TypeScript parser to read tsconfig.json. (@brunolemos)
- #5527 Update Workbox dependency. (@jeffposnick)
react-dev-utils
,react-scripts
- #5549 Automatically setup TypeScript when detected. (@Timer)
- #5537 Respect tsconfig.json extends when validating config. (@ianschmitz)
💅
Enhancement
create-react-app
,react-scripts
react-scripts
react-dev-utils
,react-scripts
📝
Documentation
- Other
- #5552 Fixing Internal Links. (@ehfeng)
- #5551 Add Algolia search bar to Docusaurus. (@amyrlam)
- #5533 Simplified TypeScript steps. (@brunolemos)
- #5492 Add "edit" feature to Docusaurus pages. (@amyrlam)
- #5499 Fix title on Safari. (@yuyokk)
- #5494 Fix typo. (@noelyoo)
- #5493 Fixed typo in getting-started. (@jessepeterman)
- #5344 Add some headings to the getting started section. (@selbekk)
- #5251 Add SoMe links to documentation. (@selbekk)
react-scripts
🏠
Internal
react-scripts
- #5607 Turn on certain TypeScript options. (@Timer)
- #5559 Change import syntax from typescript declaration. (@brunolemos)
- #5469 Avoid pushing .pnp folder to git. (@NShahri)
- #5527 Update Workbox dependency. (@jeffposnick)
eslint-config-react-app
- #5586 Fixing the code splitting links in the ESLint output. (@jheijmans)
Committers: 15
- Amy Lam (amyrlam)
- Bruno Lemos (brunolemos)
- Eric Feng (ehfeng)
- Ian Schmitz (ianschmitz)
- Ian Sutherland (iansu)
- Iurii Kucherov (yuyokk)
- Jeffrey Posnick (jeffposnick)
- Jeroen Heijmans (jheijmans)
- Jesse Peterman (jessepeterman)
- Joe Haddad (Timer)
- Kit Thompson (thompk2)
- Kristofer Selbekk (selbekk)
- Nima Shahri (NShahri)
- Noel Yoo (noelyoo)
- Ran Yitzhaki (ranyitz)
Migrating from 2.0.5 to 2.1.0
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@2.1.0
or
yarn add --exact react-scripts@2.1.0
1.1.4 (April 3, 2018)
🐛
Bug Fix
Committers: 1
- Joe Haddad (Timer)
Migrating from 1.1.3 to 1.1.4
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.1.4
or
yarn add --exact react-scripts@1.1.4
1.1.2 (April 3, 2018)
🐛
Bug Fix
-
react-scripts
📝
Documentation
Committers: 2
Migrating from 1.1.1 to 1.1.2
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.1.2
or
yarn add --exact react-scripts@1.1.2
1.1.1 (February 2, 2018)
🐛
Bug Fix
💅
Enhancement
📝
Documentation
react-scripts
- #3971 Update instructions for continuous delivery with Netlify. (@hubgit)
- #3894 Include
{json,css}
files in prettier command. (@reyronald)
🏠
Internal
Committers: 6
Migrating from 1.1.0 to 1.1.1
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.1.1
or
yarn add --exact react-scripts@1.1.1
1.1.0 (January 15, 2018)
🚀
New Feature
-
react-scripts
-
react-error-overlay
-
create-react-app
- #3408 Add
--info
flag to help gather bug reports. (@tabrindle) - #3409 Add
--use-npm
flag to bypass Yarn even on systems that have it. (@tabrindle) - #3725 Extend
--scripts-version
to include.tar.gz
format. (@SaschaDens) - #3629 Allowing
"file:<path>"
--scripts-version
values. (@GreenGremlin)
- #3408 Add
🐛
Bug Fix
-
babel-preset-react-app
,react-scripts
-
react-dev-utils
- #3784 Detach browser process from the shell on Linux. (@gaearon)
- #3726 Use proxy for all request methods other than
GET
. (@doshisid) - #3440 Print full directory name from
lsof
. (@rmccue) - #2071 Fix broken console clearing on Windows. (@danielverejan)
- #3686 Fix starting a project in directory with
++
in the name. (@Norris1z)
-
create-react-app
- #3320 Fix offline installation to respect proxy from
.npmrc
. (@mdogadailo)
- #3320 Fix offline installation to respect proxy from
-
react-scripts
💅
Enhancement
-
react-scripts
-
create-react-app
- #3740 Allow more non-conflicting files in initial project directory. (@GreenGremlin)
-
react-dev-utils
- #3104 Add link to deployment docs after build. (@viankakrisna)
- #3652 Add
code-insiders
to the editor list. (@shrynx) - #3700 Add editor support for Sublime Dev & VSCode Insiders. (@yyx990803)
- #3545 Autodetect MacVim editor. (@gnapse)
-
react-dev-utils
,react-error-overlay
- #3465 Open editor to exact column from build error overlay. (@tharakawj)
-
react-dev-utils
,react-scripts
-
eslint-config-react-app
📝
Documentation
-
User Guide
- #3659 Add info about service-worker and HTTP caching headers into Firebase section. (@bobrosoft)
- #3515 Add Powershell commands to README.md. (@Gua-naiko-che)
- #3656 Better documentation for setupTests.js when ejecting. (@dannycalleri)
- #1791 Add link for automatic deployment to azure. (@ulrikstrid)
- #3717 Update README.md. (@maecapozzi)
- #3710 Link to an explanation for forking react-scripts. (@gaearon)
- #3709 Document adding a router. (@gaearon)
- #3670 Fix typo in the User Guide. (@qbahers)
- #3645 Update README.md. (@elie222)
- #3533 Use safer/more aesthetic syntax for setting environment variables on Windows. (@cdanielsen)
- #3605 Updated Debugging Tests for VSCode. (@amadeogallardo)
- #3601 Fixed typo in webpack.config.dev.js. (@nmenglund)
- #3576 Updates comment to reflect codebase. (@rahulcs)
- #3510 Update User Guide with deploying to GitHub User pages. (@aaronlna)
- #3503 Update Prettier editor integration link. (@gaving)
- #3453 Fix dead links. (@vannio)
- #2992 Docs: How to Debug Unit Tests. (@MattMorgis)
-
Other
- #3729 Update README.md to note Neutrino's support of react components. (@eliperelman)
- #2841 Documentation to help windows contributors. (@Dubes)
- #3489 Add link to nvm-windows. (@davidgilbertson)
-
eslint-config-react-app
🏠
Internal
-
Other
- #3769 Enable Yarn check files. (@Timer)
- #3756 Clean up changes to npm and yarn registry in E2E tests. (@viankakrisna)
- #3744 Use private registry in E2E tests. (@Timer)
- #3738 Always use Yarn on CI. (@gaearon)
- #2309 Port
cra.sh
development task to javascript. (@ianschmitz) - #3411 Simplify waiting for app start in E2E tests. (@xjlim)
- #3755 Switch to Yarn Workspaces. (@gaearon)
- #3757 Try updating Flow. (@gaearon)
- #3414 Export
dismissRuntimeErrors
function. (@skidding) - #3036 Cleaning up
printHostingInstructions
a bit. (@GreenGremlin) - #3514 Fix
FileSizeReporter
for multi build Webpack setups. (@iiska) - #3362 Refactor extra watch options regex to
react-dev-utils
. (@xjlim)
Committers: 47
- Aaron Lamb (aaronlna)
- Ade Viankakrisna Fadlil (viankakrisna)
- Amadeo Gallardo (amadeogallardo)
- Andy Kenward (andykenward)
- Christian Danielsen (cdanielsen)
- Clayton Ray (iamclaytonray)
- Dan Abramov (gaearon)
- Daniel Verejan (danielverejan)
- Danny Calleri (dannycalleri)
- David Boyne (boyney123)
- David Gilbertson (davidgilbertson)
- Eli Perelman (eliperelman)
- Elie (elie222)
- Ernesto García (gnapse)
- Evan You (yyx990803)
- Gavin Gilmour (gaving)
- Ian Schmitz (ianschmitz)
- Ian Sutherland (iansu)
- JANG SUN HYUK (wkdtjsgur100)
- Jeffrey Posnick (jeffposnick)
- Joe Haddad (Timer)
- Joe Lim (xjlim)
- Jonathan (GreenGremlin)
- Juhamatti Niemelä (iiska)
- Mae Capozzi (maecapozzi)
- Maksym Dogadailo (mdogadailo)
- Mario Nebl (marionebl)
- Matt Morgis (MattMorgis)
- Misha Khokhlov (hazolsky)
- Moos (moos)
- Nils Magnus Englund (nmenglund)
- Norris Oduro (Norris1z)
- Ovidiu Cherecheș (skidding)
- Quentin Bahers (qbahers)
- Rafael E. Poveda (raerpo)
- Rahul Chanila (rahulcs)
- Ryan McCue (rmccue)
- Sascha Dens (SaschaDens)
- Siddharth Doshi (doshisid)
- Tao Gómez Gil (Gua-naiko-che)
- Tharaka Wijebandara (tharakawj)
- Trevor Brindle (tabrindle)
- Ulrik Strid (ulrikstrid)
- Vladimir Tolstikov (bobrosoft)
- Dubes
- vannio
- shrynx (shrynx)
Migrating from 1.0.17 to 1.1.0
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.1.0
or
yarn add --exact react-scripts@1.1.0
Watchers:1772 |
Star:63762 |
Fork:14049 |
创建时间: 2016-07-17 22:55:11 |
最后Commits: 前天 |
1548e39
2.1.5 (February 11, 2019)
v2.1.5 is a maintenance release that reverts the TypeScript speed improvements (#5903) to fix a dependency issue in
react-dev-utils
.Migrating from 2.1.4 to 2.1.5
Inside any created project that has not been ejected, run:
or