CHANGELOG.rdoc in netzke-basepack-0.6.5 vs CHANGELOG.rdoc in netzke-basepack-0.7.0

- old
+ new

@@ -1,13 +1,16 @@ -= v0.6.5 - 2011-08-16 -* changes - * Replaced tri-state checkbox with combobox in the multi-edit form and search form += 0.7.0 - 2011-08-09 +* Core 0.7.0 and Ext 4 compatibility +* API changes + * [JS] Removed the helper BorderLayoutPanel#get<Region>Component method altogether. Use Ext 4 Container#child instead + += v0.6.5 - to be released * enhancements * When columns states are saved in the persistent storage, adding/removing columns (e.g. in the code) will reset the saved states * Moved features and specs to test/rails_app * bug fix * FormPanel with multiple association fields wouldn't submit data correctly - * Fixed an old bug where tri-checkbox set to 'unchecked' had no effect in multi-edit + * GridPanel's forms take over the +text+ configuration option for columns as +fieldLabel+ for default fields = v0.6.4 - 2011-02-26 * API changes * The combo field able to talk to the server has changed its xtype from combobox to netzkeremotecombo. When getting values from the server via AJAX, it expects a 2-dimensional array now, where the first value is the real value (which gets submitted), and the second value is the display value. * xdatetime is no more. datetimefield is used instead.