X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/f5240829880f87e0cf581c6a296e436fdef0ef80..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/release-notes.html?ds=sidebyside
diff --git a/release-notes.html b/release-notes.html
new file mode 100644
index 00000000..53d1685c
--- /dev/null
+++ b/release-notes.html
@@ -0,0 +1,139 @@
+
+
+
+
+
+ Release Notes for Ext JS 3.3.1
+
+
+
+
+
+
+
+
+ Release Notes for Ext JS 3.3.1
+
+
+ Release Date: November 30, 2010
+ Current Version: 3.3.1 (rev 7296/265)
+ Previous Version: 3.3.0 (rev 7233/263)
+
+
+ Changes
+
+
+ Forms
+
+
+ - Added a null check before trying to access getGroupValue.
+
+ - Ext.form.updateRecord() now checks for null value from getValue().
+
+ - Ext.form.updateRecord() now checks for null value from getValue().
+
Combobox now returns correct value when non-unique display fields are used.
+
+
+ CSS
+
+
+ - Remove :hover pseudo on color-palette.
+
+ - Update CSS to fix tab panel under IE8.
+
+ - Fix TwinTriggerField rendering in WebKit browsers.
+
+ - Add missing sort indicator image for the gray theme (for listview).
+
+ - Fix border layout collapsed icon position for IE in quirks mode.
+
+ - Pivot panel now works with the gray theme.
+
+
+
+ Data
+
+
+ - For XmlReader, added the ability to use a function for a mapping, same as JsonReader.
+
+ - Cleanup variables in store.
+
+
+
+ Date
+
+
+ - Fix a that causes date parsing to fail when AM/PM is included before the time part.
+
+
+
+ Grid
+
+
+ - Fix issues relating to correctly restoring grid state.
+
+ - For GridView, update the event to ensure it passes the grid, not the view.
+
+ - rowsinserted event now properly fires after the insert is complete.
+
+
+
+ Misc
+
+
+ - Added changelog.html to distribution.
+
+ - Removed redundant field labels from CompositeField example.
+
+ - In case of an action, defaults are now applied to the initialConfig and not to the action itself.
+
+ - Container's resizeEvent event is now removed on destroy.
+
+ - Fix an issue where rows would be selected by the editor even if checkOnly was set to true.
+
+ - A disabled spinner will no longer spin.
+
+ - Added missing panel tools: x-tool-(prev|next|expand|collapse).
+
+
+
+ Locale
+
+
+ - For French, Ext.util.Format.plural now considers 0 to be singular.
+
+ - Adds startDay to DateField.prototype for locale files having startDay already defined for DatePicker.prototype.
+
+ - Added Amharic (Ethopian) language support ext-lang-am.js.
+
+
+
+