1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
6 Release Notes for Ext JS 3.3.1
8 <style type="text/css">
10 * { margin: 0; padding: 0; }
13 font-family: Helvetica, Arial, sans-serif;
20 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
24 h1 { font-size: 23px; }
25 h2 { font-size: 16px; margin-top: 1em; }
26 h3 { font-size: 14px; }
27 ul li { padding: 2px 0; font-size: 13px; }
28 ul ul li { font-size: 12px; font-weight: normal; }
30 .change { color: #196cb4; }
31 .new { color: #6e7a32; }
32 ul { padding: .1em 1.5em; }
33 .notes { color: #777; }
34 a { color: rgb(4, 100, 187); }
35 a:hover { color: rgb(28, 65, 124); }
40 <a href="http://www.sencha.com/" id="logo" name="logo"><img src="http://www.sencha.com/assets/images/logo-sencha-sm.png" alt=""></a>
43 Release Notes for <a href="http://www.sencha.com/products/js/">Ext JS</a> 3.3.1
46 Release Date: November 30, 2010<br>
47 Current Version: 3.3.1 (rev 7296/265)<br>
48 Previous Version: 3.3.0 (rev 7233/263)
57 <li>Added a null check before trying to access getGroupValue.
59 <li>Ext.form.updateRecord() now checks for null value from getValue().
61 <li>Ext.form.updateRecord() now checks for null value from getValue().
62 </li>Combobox now returns correct value when non-unique display fields are used.
68 <li>Remove :hover pseudo on color-palette.
70 <li>Update CSS to fix tab panel under IE8.
72 <li>Fix TwinTriggerField rendering in WebKit browsers.
74 <li>Add missing sort indicator image for the gray theme (for listview).
76 <li>Fix border layout collapsed icon position for IE in quirks mode.
78 <li>Pivot panel now works with the gray theme.
85 <li>For XmlReader, added the ability to use a function for a mapping, same as JsonReader.
87 <li>Cleanup variables in store.
94 <li>Fix a that causes date parsing to fail when AM/PM is included before the time part.
101 <li>Fix issues relating to correctly restoring grid state.
103 <li>For GridView, update the event to ensure it passes the grid, not the view.
105 <li>rowsinserted event now properly fires after the insert is complete.
112 <li>Added changelog.html to distribution.
114 <li>Removed redundant field labels from CompositeField example.
116 <li>In case of an action, defaults are now applied to the initialConfig and not to the action itself.
118 <li>Container's resizeEvent event is now removed on destroy.
120 <li>Fix an issue where rows would be selected by the editor even if checkOnly was set to true.
122 <li>A disabled spinner will no longer spin.
124 <li>Added missing panel tools: x-tool-(prev|next|expand|collapse).
131 <li>For French, Ext.util.Format.plural now considers 0 to be singular.
133 <li>Adds startDay to DateField.prototype for locale files having startDay already defined for DatePicker.prototype.
135 <li>Added Amharic (Ethopian) language support ext-lang-am.js.