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

Changelog History
Page 5

  • v1.7.92 Changes

    April 05, 2020

    ๐Ÿ› Bug fixes

    • Seg button does not active button than was unpressed before.
    • Search bar does not work correct with state feature.
      โšก๏ธ a) It does not have value in search bar on update.
      b) It fills column header cells with search value but it should not.

    ๐Ÿ“„ Docs

    • Grid method getSorter
  • v1.7.91 Changes

    March 29, 2020

    ๐Ÿ“„ Docs

    • Grid methods - getWidth, getHeight.
    • Form methods - getWidth, getHeight.

    ๐Ÿ› Bug fixes

    • Method addColumn ignores filter header cell.
    • โž• Adding/removing columns do not memory in state.
  • v1.7.90 Changes

    February 24, 2020

    ๐Ÿ› Bug fixes

    • For bars i18n is ignored.
    • ๐Ÿ“ฆ License text for npm and packages is wrong.
  • v1.7.89 Changes

    February 01, 2020

    ๐Ÿ› Bug fixes

    • Selecting row over checkboxes on Touch devices does not work.
    • Lang pack nl was changed about auto sizing columns.
  • v1.7.88 Changes

    January 26, 2020

    Enchacements

    • Column header cell triggers are without hovering cells.
    • ๐Ÿ‘Œ Improved internal logging error logic.
    • For Touch devices improved the way to work with column header menu.
      Now menu button is visible without any interactions.

    ๐Ÿ› Bug fixes

    • Progress bar column type does not have way to set custom css class name.
    • Theme extra-gray has wrong margin for chart columns.
    • Method setColumnWidth does not work if grid header is absent.
    • ๐Ÿ“ฆ Portugal and Chinese language packages do not have several words.
    • ๐Ÿ”’ Lock column, losing custom menu.
    • After unlock, group header on column resize works wrong.
    • Method setColumnWidth generates event columnresize on every column instead of changed.
    • Method setColumnWidth does not work for locked sides.
    • โšก๏ธ Method setData updates scrollbar in wrong way without corner.
    • โšก๏ธ Method addFilter does not update column header fields right.
      For string and number types, it does not clean field from old values.
      For combo type it generates bug and stop execution.

    ๐Ÿ”‹ Features

    • ๐Ÿ†• New menu option for auto-sizing columns.

    ๐Ÿ“„ Docs

    • ๐Ÿ†• New column header menu value: 'size'.
  • v1.7.87 Changes

    January 02, 2020

    Enchacements

    • For gray, blue, material themes active item of menu has not proper color. It was changed.
    • Scroller innner border-radius set to 2px

    ๐Ÿ› Bug fixes

    • Row expander rerenders row element every time, instead of opening already rerendered.
    • Clicking on column header that is not sorted generates bug in console if there are expanded rows.
    • For form it was added css class PANEL_GRID_INSIDE_CLS, although form should not contain this class.
    • Month picker does not apply and does not contain info about theme.
    • In some cases License image has background repeat.
    • ๐Ÿšš In latest version of Google Chrome focusing on input with border in rgba causes background image move.
    • Menu color for gray theme is not right.
    • Row drag: Wrong position of dragged rows.
    • Row drag: For server data with local paging, on not first page wrong dragging rows ignores paging, altought it should be only for server paging.
    • If grid is sorted or filtered, row drag works wrong.
    • When grid has columns group and there are filter fields in column header cells,
      โšก๏ธ if to drag columns and there are cells in group without filter fields, they will be updated with wrong height.
    • When drag filtered combo column, it loses selected values.
    • If jQuery is used than column drag with hidden columns works wrong.
      jQuery selector engine can not find elements with :not selector.
    • When resize column with checkbox and filter, it sets width on checkbox instead of filter field.
    • Unselecting value in filter header combo after column drag. It does not work.
    • Combo column without multiselect value when drag columns.

    ๐Ÿ”‹ Features:

    • ๐Ÿ†• New theme - extra-gray

    ๐Ÿ“„ Docs:

    • Property theme has new possible value - extra-gray.
  • v1.7.86 Changes

    December 07, 2019

    ๐Ÿ› Bug fixies

    • Click to edit start edit by pressing on ALT, F1-F12.
    • Methods expand, collapse generate bugs if id does not exist.
    • 0๏ธโƒฃ inputFn stops key TAB default behavior.
    • โšก๏ธ Methods setWidth and setHeight do not update state.

    ๐Ÿ“„ Docs

    • Methods toggleCollapse, toggleExpand.
  • v1.7.85 Changes

    November 13, 2019

    ๐Ÿ› Bug fixies

    • Method expandAll expand only first childs.
    • Angular generates bug for date picker.
    • ๐Ÿ‘ Tree data format does not support expanded for method setData.

    โœจ Enhancement

    • ๐Ÿ‘ Methods expand and collapse were extanded to support expand column.
  • v1.7.84 Changes

    November 02, 2019

    ๐Ÿ› Bug fixies

    • Tip for fields.
      It does not work for fields: date, checkbox, switcher, radio, combo, textarea, button, segbutton.
    • ๐Ÿ›  Fix auto height for many columns.
      If there are more then 1 column with autoHeight then grid applies heights of last column.
    • Column resize works wrong for column date with filters in header.

    Doc

    - Enabling function for fields tip.

    selModel.selectBottomCellAfterEdit
    selModel.selectRightCellOnEnd
    selModel.selectLeftCellOnLeftEnd
    selModel.selectUpCellOnUp
    selModel.selectBottomCellOnDown
    
    • data.proxy.wrapper - provides way to disable server data wrapping.
    • loadMask
  • v1.7.82 Changes

    October 18, 2019

    ๐Ÿ‘Œ Improvements

    • startEditByTyping worked for limited number of characters

    ๐Ÿ“„ Docs

    • Method getCell
    • Method editCell

    ๐Ÿ› Bug Fixies

    • When start edit, editor runs validation with wrong value