All Versions
51
Latest Version
Avg Release Cycle
4 days
Latest Release
915 days ago

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 and width.
    • 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.
  • 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 property autoWidth.
    • πŸ‘Œ 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.
  • v1.7.137 Changes

    November 14, 2020

    ✨ Enhancements

    • πŸ‘ Method setColumnComboData was enabled for supported id.
    • Dragging row without selecting.

    πŸ“„ Docs

    • Grid options dropZone and dropZoneFn.
  • 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 over data.fields or column.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 using FancyTab 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.
  • 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 and extra-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 property exportFn.
      For simplicity it was enabled way do not use exportFn.

    πŸ”‹ 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.