All Versions
51
Latest Version
Avg Release Cycle
4 days
Latest Release
915 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.7.141 Changes
December 05, 2020π Bug fixes:
autoWidth
runs on every action.subHeaderFilter
with hidden columns.
If there are hidden columns on start then sub header filter fields will be displaed wrong.- Combo filter values when load data.
If combo data is missed then combo does not read data from loaded data or setted directly.
-
v1.7.140 Changes
November 28, 2020π Bug fixes
- Unlock right column does not work correct. Wrong css properties
right
andwidth
. - Menu element in column header cell with theme
extra-gray
has bad css that cause miss click and sorting instead of opening menu. - π Touch scroll does not work correct because animation cls of columns are not removed on scroll start.
nativeScroller
on Touch Devices is blocked.
- Unlock right column does not work correct. Wrong css properties
-
v1.7.139 Changes
November 21, 2020π Bug fixes
- Auto sizing load mask does not work correct.
- π Lock column, unlock column, insert column ignore cell align.
- Grid applies
NaN
value. - π Lock and unlock for column with filter field.
π When lock, right locked, unlock filter fields render twicely as result long field width when columns are resized. - Method
setColumns
for columns with filter fields works wrong.
β¨ Enhancements
- β‘οΈ Method
update
ignores column propertyautoWidth
. - π Improve method
setColumns
.
-
v1.7.138 Changes
November 20, 2020β¨ Enhancements
- Auto enabling
data.proxy.wrapper
for data without wrapper.
π Bug fixes
- When load data from server it ignores
autoWidth
. - Load mask generates bug in console if was already hidden.
- Method
setColumns
does not work correct if column has property autoWidth.
It was partly solved.
- Auto enabling
-
v1.7.137 Changes
November 14, 2020β¨ Enhancements
- π Method setColumnComboData was enabled for supported id.
- Dragging row without selecting.
π Docs
- Grid options
dropZone
anddropZoneFn
.
-
v1.7.136 Changes
November 11, 2020β¨ Enhancements
- Auto-generating column titles on base of data indexes.
- Method
insert
ignores data indexes that were not set overdata.fields
orcolumn.index
. - Dragging rows was redone.
πgridToGrid
was deprecated.
πrowdrag
was extented to support dragging from one grid to another.
π Bug fixes
- π Method
removeColumn
for locked sides.
After removing column, center side has wrong scroll width. - In some cases position of load mask on start is wrong.
π Features
- Enabling setting new columns over grid method
setColumns
.
π Docs
- π New grid method
setColumns
. - Grid option
droppable
allows dropping data from another grid.
-
v1.7.129 Changes
November 02, 2020π Bug fixes
- Not used Tab field overwrite tab widget FancyTab.
It breaks usingFancyTab
in React, Angular, Vue.
Fancy.define
provide possibility to overwrite classnames - it was added checking classname on existence.
π Class
Fancy.grid.plugin.ColumnDrag
was twicely included in module column-drag.- β¨ Enhancements
- TypeScript typification was improved.
- Not used Tab field overwrite tab widget FancyTab.
-
v1.7.128 Changes
October 31, 2020π Bug fixes
- βͺ Cell tip does not work on Touch devices. It was done workaround to prevent error.
- Themes
gray
andextra-gray
have body height. - Autowidth for columns does not work if columns are not resizable.
Πnhancement
- π TypeScript typification support.
-
v1.7.127 Changes
October 27, 2020π Bug fixes
- Header filters of date column have wrong css.
autoWidth
for columns does not work correct on start.
It is caused by not loaded css file before grid does calculation.
β¨ Enhancements
- When export data and there is column property
render
then it requires to add column propertyexportFn
.
For simplicity it was enabled way do not useexportFn
.
π Features
- Enabling insert over
CTRL+V
. - Enabling undo edit action over
CTRL+Z
.
-
v1.7.126 Changes
October 20, 2020π Bug fixes
- π Improvements for fixing bug on React, Angular, Vue when remove component.