内容简介:Create React App 2.0.5 发布了,Create React App 是由 Facebook 推出的脚手架,基本可以零配置搭建基于 webpack 的 React 开发环境,并内置了热更新等功能。 更新内容如下: Bug Fix react-dev-utils #5431 Fi...
Create React App 2.0.5 发布了,Create React App 是由 Facebook 推出的脚手架,基本可以零配置搭建基于 webpack 的 React 开发环境,并内置了热更新等功能。
更新内容如下:
Bug Fix
react-dev-utils
#5335 Fix file size report after build. (@OskarPersson)
create-react-app
react-scripts
Enhancement
babel-preset-react-app
react-scripts
#5354 Add environment variable to optionaly disable inlining of chunks. (@0xdeafcafe)
#5330 Update
eslint-plugin-jsx-a11y
version. (@AlmeroSteyn)
Documentation
react-scripts
#5321 Added note on update to
.flowconfig
for .scss imports. (@rlueder)#5394 Correct instructions for HTTPS and PowerShell. (@gavinbarron)
#5410 Updates to clarify the "waiting" SW behavior. (@jeffposnick)
#5302 Update README.md. (@simonCordovaByte9)
#5334 Update README due to deprecation of react-testing-library's toBeInTheDOM. (@rrebase)
#5326 README link fixes. (@davidgilbertson)
#5296 Adding documentation about git init. (@ryancogswell)
#5290 Add react-testing-library documentation/examples (#4679). (@gnapse)
#5286 Fix broken links to src/serviceWorker.js. (@adambowles)
Other
#5374 Add the new SVGs feature from the template README to the root README. (@neo)
#5371 Update path to serviceWorker.js in graphical folder structure. (@jonscottclark)
eslint-config-react-app
#5416 Fix eslint config docs. (@ludovicofischer)
Internal
Other
create-react-app
react-scripts
#5317 Remove unused require for getCacheIdentifier after ejecting. (@benbrandt)
详情见发布公告。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- UMS v2.1.6 发布,用户管理脚手架
- UMS v2.0.7 已经发布,用户管理脚手架
- UMS v2.0.8 已经发布,用户管理脚手架
- UMS v2.0.9 已经发布,用户管理脚手架
- UMS v2.1.2 已经发布,用户管理脚手架
- UMS v2.1.3 已经发布,用户管理脚手架
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据结构与算法分析(Java版)(英文原版)
(美)Clifford A.Shaffer / 电子工业出版社 / 2002-5 / 39.00元
《数据结构与算法分析(C++版)(第2版)》采用程序员最爱用的面向对象C++语言来描述数据结构和算法,并把数据结构原理和算法分析技术有机地结合在一起,系统介绍了各种类型的数据结构和排序、检索的各种方法。作者非常注意对每一种数据结构的不同存储方法及有关算法进行分析比较。书中还引入了一些比较高级的数据结构与先进的算法分析技术,并介绍了可计算性理论的一般知识。本版的重要改进在于引入了参数化的模板,从而提......一起来看看 《数据结构与算法分析(Java版)(英文原版)》 这本书的介绍吧!