| 1 | | Version 0.3a4 (GPL) |
| | 1 | Version 0.3RC1 (GPL) |
| | 2 | 23-November-2008 |
| | 3 | |
| | 4 | - enhancement: added build tools for creating minified deployable versions of |
| | 5 | Ext.ux.Livegrid-scripts |
| | 6 | - enhancement: (GridView.js) the rowIndex argument of the column's renderer will |
| | 7 | now pass the value of the index of the row as available in the view, i.e. as defined |
| | 8 | in the row's rowIndex property, which adds support for Ext.grid.RowNumberer |
| | 9 | - fixed: (GridView.js) fixed a bug where "getPredictedBufferIndex()" would not |
| | 10 | compute the next rowIndex for a request properly, leading to an endless loop |
| | 11 | - enhancement: (GridView.js, RowSelectionModel.js) removed override of "onRefresh()" |
| | 12 | to keep selections after a refresh or sort occured, if, and only if those records are |
| | 13 | returned by the response; removed custom call to selection model's "clearSelections()" |
| | 14 | in the GridView's "reset()" method |
| | 15 | - enhancement: intercepted "autoLoad" property of Ext.ux.grid.livegrid.Store to make |
| | 16 | sure the store gets only loaded if the view has been rendered, if the store's autoLoad |
| | 17 | property was set to "true" |
| | 18 | |
| | 19 | |
| | 20 | Version 0.3a4 (GPL) |