<!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">
没有合适的资源?快使用搜索试试~ 我知道了~
extjs 4.2.1.883
共2000个文件
gif:5671个
js:1442个
png:935个
5星 · 超过95%的资源 需积分: 10 77 下载量 188 浏览量
2013-07-26
14:13:04
上传
评论 1
收藏 17.44MB 7Z 举报
温馨提示
工具包 是最新版 4.2.1.883 extjs是相当经典的框架,extjs4在前三个版本上继续优化,采用了一些主流的设计思想,效率进一步优化,而能也会存在一些问题。
资源推荐
资源详情
资源评论
收起资源包目录
extjs 4.2.1.883 (2000个子文件)
ext-theme-neptune-all-rtl-debug.css 676KB
ext-theme-neptune-all-rtl-debug.css 676KB
ext-theme-neptune-all-debug.css 661KB
ext-theme-neptune-all-debug.css 661KB
ext-theme-classic-sandbox-all-rtl-debug.css 640KB
ext-theme-classic-sandbox-all-rtl-debug.css 640KB
ext-theme-classic-all-rtl-debug.css 633KB
ext-theme-classic-all-rtl-debug.css 633KB
ext-theme-gray-all-rtl-debug.css 625KB
ext-theme-gray-all-rtl-debug.css 625KB
ext-theme-access-all-rtl-debug.css 614KB
ext-theme-access-all-rtl-debug.css 614KB
ext-theme-classic-sandbox-all-debug.css 584KB
ext-theme-classic-sandbox-all-debug.css 584KB
ext-theme-classic-all-debug.css 578KB
ext-theme-classic-all-debug.css 578KB
ext-theme-gray-all-debug.css 572KB
ext-theme-gray-all-debug.css 572KB
ext-theme-access-all-debug.css 560KB
ext-theme-access-all-debug.css 560KB
ext-theme-neptune-all-rtl.css 317KB
ext-theme-neptune-all-rtl.css 317KB
ext-theme-neptune-all.css 311KB
ext-theme-neptune-all.css 311KB
ext-theme-classic-sandbox-all-rtl.css 304KB
ext-theme-classic-sandbox-all-rtl.css 304KB
ext-theme-classic-all-rtl.css 298KB
ext-theme-classic-all-rtl.css 298KB
ext-theme-gray-all-rtl.css 290KB
ext-theme-gray-all-rtl.css 290KB
app-88de2e4b4aaefeb72bd4003a88ad5c26.css 289KB
ext-theme-access-all-rtl.css 282KB
ext-theme-access-all-rtl.css 282KB
ext-theme-classic-sandbox-all.css 270KB
ext-theme-classic-sandbox-all.css 270KB
ext-theme-classic-all.css 265KB
ext-theme-classic-all.css 265KB
ext-theme-gray-all.css 258KB
ext-theme-gray-all.css 258KB
ext-theme-access-all.css 249KB
ext-theme-access-all.css 249KB
welcome.css 10KB
release-notes.css 1KB
prettify.css 675B
welcome_ie6.css 193B
ext-sandbox-debug.css 79B
ext-sandbox.css 73B
ext-all-neptune-rtl-debug.css 67B
ext-all-rtl-debug.css 67B
ext-all-access-rtl-debug.css 65B
ext-all-neptune-debug.css 63B
ext-all-debug.css 63B
ext-all-rtl.css 61B
ext-all-gray-rtl-debug.css 61B
ext-all-access-debug.css 61B
ext-all-neptune-rtl.css 61B
ext-all-access-rtl.css 59B
ext-all-neptune.css 57B
ext-all-gray-debug.css 57B
ext-all.css 57B
ext-all-access.css 55B
ext-all-gray-rtl.css 55B
ext-all-gray.css 51B
release-notes.html 349KB
AbstractComponent.html 157KB
Store.html 129KB
Panel3.html 96KB
Table4.html 93KB
NodeInterface.html 77KB
Model.html 76KB
Date2.html 75KB
ContextItem2.html 73KB
Element2.html 67KB
Dock.html 66KB
ComboBox.html 64KB
ClassManager.html 64KB
HtmlEditor.html 61KB
Component5.html 60KB
index.html 59KB
Loader.html 59KB
EventManager.html 56KB
Observable.html 56KB
Button.html 55KB
Box.html 53KB
Ext-more.html 53KB
Draw.html 52KB
AbstractView.html 50KB
Context2.html 50KB
Array2.html 50KB
Table2.html 50KB
Connection.html 49KB
Grouping.html 49KB
Column2.html 48KB
String.html 48KB
Renderable2.html 47KB
Auto2.html 47KB
Query.html 46KB
DragDropManager.html 46KB
Base.html 46KB
Button.scss2.html 46KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
- wtshuishui2015-06-15用了一段时间,感觉不错!
- 卫斯理他哥2014-10-26该版本ExtJs比较稳定,找了好久才找到这个资源文件,推荐下载。
- hfdtXY2015-10-17该版本ExtJs比较稳定,找了好久才找到,推荐下载。
如月龙司
- 粉丝: 1
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 统一平台 mes 管理系统 vue
- 开心消消乐【python实战小游戏】学习开发路上的最好实战教程.zip
- 利用Gurobi求解工厂生产规划问题代码
- 华为HCIE考试文档.zip
- 2010-2023英语二小作文真题范文.pdf
- bpm 流程管理系统 vue2
- C#ASP.NET视频会议OA源码+手机版OA源码带二次开发文档数据库 SQL2008源码类型 WebForm
- django旅游服务系统程序源码88939
- 【安卓毕业设计】图书管理系统安卓修改源码(完整前后端+mysql+说明文档).zip
- 【安卓毕业设计】基于安卓平台学生课堂质量采集分析查询系统源码(完整前后端+mysql+说明文档).zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功