forked from paramquery/grid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog.txt
More file actions
271 lines (193 loc) · 6.97 KB
/
ChangeLog.txt
File metadata and controls
271 lines (193 loc) · 6.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
Version 2.4.1 (02/08/2018)
==========================
Fixes:
Text same color as background in some themes e.g., Le-frog
Header filter fields cut off when column widths change due to flexContent:true
Header filter fields width are incorrect when column.width in %
last column auto should work only with virtualX:true
sort event not firing with local sorting
Error is thrown if grid is destroyed with pending remote request.
refresh method of scrollbar.
rowData in editor.getData callback.
Lazy draggable with resizable columns for performance.
Firefox scroll with height:'flex'
export to excel broken with hidden columns.(column._width)
Version 2.4.0 (02/08/2018)
==========================
Additions:
New component pqSelect.
New classes pq-no-capture & pq-native-select
sub-options: scrollModel.flexContent
selectionModel {native, fireSelectChange}
groupModel: titleCls, summaryCls
column.editor {dataMap, mapIndices}
column.validations type:'neq'
Events:
beforeRowExpand
Changes:
swipeModel.speed reduced from 50 to 20
groupModel.title[i](can be callback)
column.summary.title[i](can be callback)
Fixes: scrollModel autoFit imperfection w.r.t last column and vertical scrollbar.
virtualXHeader: false w.r.t filtering.
footer controls of nested grid inaccessible in Firefox.
slow scrolling in IE, Firefox, touch tablets. (changed margin* to scroll* and layout of panes)
Header filtering with scrollModel.autoFit could affect the widths of columns in other grids on same page.
Version 2.3.0 (12/14/2017)
==========================
Additions:
options: virtualXHeader, warning
sub-options:
collapsible: {toggle, css:{zIndex}}
column.cb {all,header} replace selectionModel {cbAll, cbHeader}
column.validations {warn}
editModel { pressToEdit: true, onSave: 'next', warnClass: 'pq-cell-blue-tr pq-has-tooltip' }
height: 'flex'
width: 'flex'
isValid: {checkEditable}
Methods: attr, copy, paste, removeAttr, data, removeData, toggle
Events: toggle,beforeCheck,beforeunCheck, check, unCheck
Changes:
editModel: {invalidClass: 'pq-cell-red-tr pq-has-tooltip'}
Deprecated: flexWidth, flexHeight
Fixes: copy/paste for Mac,
filtering and history work together,
validation callback was not called when value null.
filterKeys for Firefox.
Version 2.2.0 (01/24/2017)
==========================
Addditions:
options: pasteModel, column.copy, historyModel
Methods: history, getInstance
Events: beforeValidate, change, history, selectChange
Changes:
options: editModel, validations.type:'nonEmpty', track replaced by trackModel, toolbar.items.listener
methods: isValid, addRow, updateRow, deleteRow, isDirty
Fixes:
DnD columns with use of columTemplate and array data
numberCell resize fix
last row selection with grouping
Version 2.1.0 (11/06/2016)
==========================
Additions:
options: virtualY, swipeModel, columnTemplate, column.maxWidth, editModel.onBlur
height, width of grid can be in px, % or %+-px
column width, minWidth, maxWidth can be in px or %
Methods: collapse, expand, getCellsByClass
Events: editorBegin, editorBlur, editorEnd, editorFocus, editorKeyDown, editorKeyPress, editorKeyUp, refreshCell, refreshColumn, refreshRow.
Changes:
Non virtual mode (virtualX = false, virtualY = false) by default.
saveEditCell can return null when no cell is being edited.
editModel.onBlur replaces quitEditMode event way to save blurred cells.
Event refresh {type:'row'} changed to refreshRow
collapsible is an object instead of boolean.
cells, editors vertical middle align
divs removed from cell layout
Deprecated:
Events: cellEditKeyDown, quitEditMode
Fixes:
updateRow, refreshRow for rows in master grid.
dataModel.location = local in master grid
empty row grouped data when no data.
Version 2.0.5 (08/15/2016)
==========================
Addition:
Angularjs bindings.
User contributed translations.
Version 2.0.4 (10/19/2015)
==========================
Addition:
filter conditions: between, range, regexp, lte, gte, notbegin, notend
stringify
updateRow, getData
selectionModel: all, cbAll, cbHeader
scrollModel: theme
Changes:
rowSelect, rowUnSelect, cellSelect, cellUnSelect, pq-sb-vert, pq-sb-horiz
New features:
Nested grids & detail View (rowExpand,rowCollapse,rowInvalidate,detailModel)
multiple Selections with mouse drag.
Fixes:
IE7: group title, DnD headers, resizable handles.
Firefox: DnD headers (droppable areas)
Migration steps:
Move paging properties from dataModel to pageModel.
editModel
editor
validation
quitEditMode missing keys added
isValid
isDirty
getRowsByClass
getRowIndx
getCellIndices change from $td to {$td:$td}
refreshView
column.validations
column.editModel
Migration steps:
View needs to be refreshed manually
Fixes:
_refreshWidths
_refreshWidthsAutoFit
isEditableCell:
_pKeyNav._decrEditIndx
_editCell
_getEditCellData
getCell
saveEditCell
getRowIndx
_refreshSortingDataAndView
exportToExcel
rollback
commit
getChanges
_refreshResizeColumnStop
Version: 1.1.3
1) Improved support for JSON: dataIndx can be int or String
2) flexWidth fix for IE10
3) Correction in camelCase cellKeyDown and cellEditKeyDown
Version: 1.1.2
Grouping bug fix.
Version: 1.1.1
Options: bottomVisible, oddRowsHighlight, roundCorners, rowBorders
Methods: getEditCell
Events: cellEditKeyDown, cellKeyDown, rowDblClick
Version: 1.1.0
internationalization and localization
Version: 1.0.9
ThemeRoller ready.
Version: 1.0.8
1) Method: createTable
2) Events: refresh
Version: 1.0.7
1) Page scroll till bottom.
2) removal of $.browser
3) jQuery 1.9 compatibility.
4) Option: topVisible.
5) Change adapter namespace to paramquery.
Version: 1.0.6
1) FlexHeight, FlexWidth & ScrollModel > horizontal
2) Added new scrollbar look.
Version: 1.0.5
Edit field and dataIndx bug fixes
Version: 1.0.4
1) Header background css
2) Nested colModels for grouped columns.
3) Name of column > saveCell callback changed to column > getEditCellData
4) dataIndx introduced to bind colModel > columns with data columns explicitly.
5) Events: cellSave, cellClick, cellDblClick, cellSelect, cellUnSelect, rowClick, rowSelect, rowUnSelect
6) Options: column > dataIndx, column > sortable, customData, editModel, hoverMode, selectionModel
7) Methods: getColIndxFromDataIndx, getCell, getEditCellData, getRow, isEditableCell, refreshCell, refreshColumn, refreshRow, selection
8) getSelection method removed.
Version: 1.0.3
1) Added beforeTableView event
2) Added DataModel > error method
3) Added classes pq-row-select,pq-cell-select,pq-grid-row, pq-grid-row-hover
4) Added scrollPace option
Version: 1.0.2
1) Added render event.
2) Absolute address with paging made possible with setSelection and getSelection.
3) Support for adding toolbar.
Version: 1.0.1
1) Added refresh button in pager.
2) Added public methods: editCell,saveEditCell & quitEditMode.