Skip to content

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paramquery committed Feb 8, 2018
1 parent bcd6ad2 commit ade70fd
Show file tree
Hide file tree
Showing 7 changed files with 3,877 additions and 3,334 deletions.
40 changes: 40 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
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)
==========================

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pqGrid",
"description": "Data grid inspired by MS Excel, provides sorting, filtering, paging, grouping, nesting, rows and cell selections, frozen rows, frozen columns, Add, delete, update, search, can display HTML, JSON, Array, XML, inline editing, validations, virtual rendering, virtual scrolling, cross browser, cross platform, Themeroller ready with 24 ready to use themes.",
"version": "2.2.0",
"version": "2.4.1",
"author": {
"name": "Paramvir Singh Dhindsa",
"email": "[email protected]",
Expand Down
Loading

0 comments on commit ade70fd

Please sign in to comment.