<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>
Ext JS Release Notes
</title>
<link rel="stylesheet" type="text/css" href="welcome/release-notes.css" media="all">
</head>
<body>
<p>
<a href="http://www.sencha.com/" id="logo" name="logo">Ext JS - JavaScript Framework</a>
</p>
<div id="releases">
<!-- ************************************************************************** -->
<!--
When a release is made, copy the generated div below this dynamic section
and then edit the queries below to adjust for the next release.
-->
<div class="release">
<h1>Release Notes for Ext JS 4.2.1</h1>
<p class="notes">
Release Date: May 16, 2013<br>
Version Number: 4.2.1.883
</p>
<h2>General</h2>
<p>The final release of Ext JS 4.2.1 contains numerous fixes and small
enhancements requested by customers and the community. While the
details are below, there are several items worth calling out.
<h3>New Big Data Example</h3>
<p>The new
<a href="http://docs.sencha.com/extjs/4.2.1/extjs-build/examples/build/KitchenSink/ext-theme-neptune/">
Big Data example</a> shows off all of the major grid features
and plugins working together in a single grid. It also shows off a
text field in a grid column header! Head over and check it out!
<h3>Sencha Cmd 3.1.2</h3>
<p>To coincide with this release, Sencha Cmd 3.1.2 is also now available.
The primary change with regards to Cmd is that the packages produced
by Ext JS now stay inside the "ext" folder when you generate a new
application or workspace. The "ext-*" packages previous saved to your
"packages" folder can be removed. For details see the
<a href="http://cdn.sencha.com/cmd/3.1.2.342/release-notes.html">release notes
for Sencha Cmd 3.1.2</a>. If you are using Sencha Cmd, it is
recommended that you upgrade to the new version.
<h3>Locale Package Consolidation</h3>
<p>In Ext JS 4.2.0 we migrated the locale files in to Sencha Cmd packages
to facilitate switching between locales. The downside is that this
produced a lot of small packages that needed to be required in your
<tt>"app.json"</tt> (or used as pure JS files). As an enhancement to
this process in Ext JS 4.2.1 we have consolidated all of the locales
into the <tt>ext-locale</tt> package. The legacy file paths are still
preserved, but if you are using locale packages, you can now just do
this in your <tt>"app.json"</tt> file:
<pre>"requires": [
'ext-locale'
]</pre>
<p>You will still need to set <tt>app.locale</tt> to pick up the proper
locale overrides. They are just all located in the one package in
this release.
<h2>New Features</h2>
<ul>
<li class="component">Core (1)
<ul class="tickets">
<li class="ticket">
<span class="ticket-number">EXTJSIV-8123</span> <span class="ticket-notes">Enhance Ext.util.Format.fileSize to calculate gigabytes (GB)</span>
</li>
</ul>
</li>
<li class="component">Layouts (1)
<ul class="tickets">
<li class="ticket">
<span class="ticket-number">EXTJSIV-9509</span> <span class="ticket-notes">A splitter's collapseOnDblClick cannot be disabled via the object's config</span>
</li>
</ul>
</li>
<li class="component">Locale (1)
<ul class="tickets">
<li class="ticket">
<span class="ticket-number">EXTJSIV-9653</span> <span class="ticket-notes">Locales should be consolidated to a single ext-locale package instead of requiring each locale independently</span>
</li>
</ul>
</li>
<li class="component">Misc (1)
<ul class="tickets">
<li class="ticket">
<span class="ticket-number">EXTJSIV-9389</span> <span class="ticket-notes">Add SASS variables that can be used to prevent "default" UIs from being generated.</span>
</li>
</ul>
</li>
Total: 4</ul>
<h2>Bugs Fixed</h2>
<ul>
<li class="component">Button (3)
<ul class="tickets">
<li class="ticket">
<span class="ticket-number">EXTJSIV-9323</span> <span class="ticket-notes">Focus is not set on buttons in IE</span>
</li>
<li class="ticket">
<span class="ticket-number">EXTJSIV-9658</span> <span class="ticket-notes">Button layout fails when button component height is too small</span>
</li>
<li class="ticket">
<span class="ticket-number">EXTJSIV-9864</span> <span class="ticket-notes">Disabled buttons can still receive focus using TAB</span>
</li>
</ul>
</li>
<li class="component">Charts (4)
<ul class="tickets">
<li class="ticket">
<span class="ticket-number">EXTJSIV-7235</span> <span class="ticket-notes">Series label color is not applied and location is incorrect</span>
</li>
<li class="ticket">
<span class="ticket-number">EXTJSIV-9393</span> <span class="ticket-notes">Series instance cannot be initialized properly</span>
</li>
<li class="ticket">
<span class="ticket-number">EXTJSIV-9422</span> <span class="ticket-notes">Issues with custom font, padding, itemSpacing of chart legend box</span>
</li>
<li class="ticket">
<span class="ticket-number">EXTJSIV-9536</span> <span class="ticket-notes">Stacked Column Chart with Missing Y Value has Incorrect Maximum</span>
</li>
</ul>
</li>
<li class="component">Core (10)
<ul class="tickets">
<li class="ticket">
<span class="ticket-number">EXTJSIV-8286</span> <span class="ticket-notes">Element.switchOff() and other animation methods do not call users callback on complete</span>
</li>
<li class="ticket">
<span class="ticket-number">EXTJSIV-8764</span> <span class="ticket-notes">Element.on/un and Observable.un should accept function names as Observable.on does</span>
</li>
<li class="ticket">
<span class="ticket-number">EXTJSIV-9339</span> <span class="ticket-notes">TextMetrics ignores container styles</span>
</li>
<li class="ticket">
<span class="ticket-number">EXTJSIV-9405</span> <span class="ticket-notes">CSS reset style rule remains on the body that sets border box</span>
</li>
<li class="ticket">
<span class="ticket-number">EXTJSIV-9469</span> <span class="ticket-notes">Ext.Date format creates global variables</span>
</li>
<li class="ticket">
<span class="ticket-number">EXTJSIV-9535</span> <span class="ticket-notes">Ext.util.Format.number incorrect result with custom locale and value < 1000</span>
</li>
<li class="ticket">
<span class="ticket-number">EXTJSIV-9590</span> <span class="ticket-notes">mouseoverItem in Ext.view.View</span>
</li>
<li class="ticket">
没有合适的资源?快使用搜索试试~ 我知道了~
ext-4.2.1-gpl.zip

共2000个文件
gif:7622个
js:2012个
png:1709个


温馨提示
放心使用,ext-4.2.1-gpl.zip,大小52M,ext4.2.1正式版,包含所有源代码、文档、官方示例、jar包、API文档,
资源推荐
资源详情
资源评论











收起资源包目录





































































































共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论

- yuanyanm2018-11-09分比较合理,和官方应该是一致的。
- 夏侯凌宇2020-04-10下载了,等待测试
- qq_395908672017-12-04无法下载使用

墨智
- 粉丝: 0
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- 面向对象软件测试技术研究.doc
- 利用数字化网络技术做好医院档案管理工作.docx
- 基于PLC的自助洗车机方案设计书72801.doc
- 计算机网络运行的问题及解决措施.docx
- 大数据应用对企业绩效影响的研究.docx
- 大数据背景下高职信息技术课程教学的创新.docx
- 基于ONS和EPCIS的企业物联网中间件技术研究与设计.docx
- 互联网+背景下初中道德与法治教育的有效策略.docx
- 物联网、大数据等新技术下优化人力资源配置.docx
- 单片机的开放性数控机床研究与设计开发.doc
- 实验室建设项目管理系统功能分析(地质大学).doc
- 互联网时代出版企业开展知识服务的方法探索.docx
- 基于大数据分析的农村电商物流最后一公里的配送问题研究.docx
- 单片机技术课程方案设计书报告-足球计分器.doc
- 信息化背景下的高职学校党建工作策略.docx
- 目前高校计算机教学存在的问题及改进措施.docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
