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

Changelog History
Page 4

  • v1.7.103 Changes

    July 19, 2020

    ๐Ÿ› Bug fixes

    • ๐Ÿ’… Filter editor list for column type checkbox has wrong class styles.
      It ignores theme.
    • Editor of column type date has wrong view if cell text align is right.
    • Editors have wrong positions for some themes depending on dom core and features(panel).

    ๐Ÿ“„ Docs

    • ๐Ÿ†• New method setColumnComboData.

    Enchantments

    • If data was not set for combo column than grid will try to read it from grid data.
    • It is possible to add new value for column combo over typing.
  • v1.7.102 Changes

    July 15, 2020

    ๐Ÿ› Bug fixes

    • Summary feature with column currency does not have currency sign in summary row and precision is absent.
    • Summary feature with filtering has scroll bug on start.
    • ๐Ÿ”‹ Feature row drag. When mouse is out of body and returns there are no row-hint.
    • Theme dark has wrong background color for summary bottom row.
    • Cell editors have wrong height and width depending on themes and used dom adapter.
    • Column with type currency does not have ellipsis.
    • Themes extra-gray and material has wrong font-size and font-family in cell editors.
    • Method addFilter for data index that is not presented in columns generates bug in console.

    โœจ Enhancements

    • Row insert hint was marked with wider line.
    • Cells and row editor ignores column cells align.
    • Column currency got edit format.
  • v1.7.101 Changes

    July 10, 2020

    โœจ Enhancements

    • Enter key was disabled for editing checkbox and switcher columns.

    ๐Ÿ› Bug fixes

    • Method setData ignores filters and sorters.
    • Dirty state is not clearned when using method setData.

    ๐Ÿ”‹ Features

    • Column header cell left image for title.
    • Currency column.

    ๐Ÿ“„ Docs

    • It was added column property headerLImageCls.
    • Column properties: currency, precision.
  • v1.7.100 Changes

    July 02, 2020

    ๐Ÿ› Bug fixes

    • When start edit over cell editor or over row editor, navigation of selection is still active.
      That's why when use arrows of keyboard to combo editor, it will both slide in list and change navigation.
    • Scrolling over keyboard arrows on left and right with hidden columns works incorrect.
      It scroll on wrong position.
    • ๐Ÿ“ฑ Custom ResizeObserver that is used for responsiveness, does not work for grid with panel.
    • Pressing on End run functionality of edit cell.
    • Pressing on Enter for column types checkbox and switcher.

    ๐Ÿ“„ Docs

    • Section about cells styling and tutorial.
    • Form items tip is missed.
    • Sample on method setValue for segbutton.

    โœจ Enhancements

    • Enable keys Enter and Space for changing value of cell in column with types: checkbox and switcher.
  • v1.7.99 Changes

    June 30, 2020

    Enchacements

    • Date, menu drop down, date calendar change month images were replaced from png to svg.

    ๐Ÿ› Bug fixes

    • Edit row with column with index shows undefined.
    • If menu was shown and than columns were dragged than in menu columns order is the same as before drag.
    • If column was hidden and than some column was dragged and one was resized than when show column it has wrong width.
    • Method addFilter for date column.
      โšก๏ธ It does not update filter field in column header.
    • ๐Ÿ“ฑ Container resize does not resize responsive grid.
      When set size over javascript ResizeObserver can't detect size change.
      Native ResizeObserver was replaced with custom realization.
      ๐Ÿš€ It could be reason of bugs in release and it requires to study feedbacks.
    • If all columns are locked, it is reason of bugs.
    • Combing header cell tip and header filter fields tip.
      For header cell tip global tip is used.
      For the header filter field it is used new instance of tip.
      And in some cases both are visible.

    ๐Ÿ”‹ Features

    • HOME, END key for scroll were enabled.
  • v1.7.98 Changes

    June 25, 2020

    ๐Ÿ“„ Docs

    • Methods - addEvent, fire.
    • Method setValue for field segbutton.
    • Param delay for events.

    ๐Ÿ› Bug fixes

    • Column type switcher does not have right column header filter field.
    • Tab and edit with hidden column.
      Key press on tab when edit cell does not go on next cell if next column is hidden.
    • Property lang does not work if it was used property i18n.
      Some lang words were missed in doc.
    • Form segbutton setting field value.
      This field type does not have method setValue.
    • Dragging filtered columns.
      Some column types lost their values, checkbox column type had wrong css for theme extra-gray.
    • In form method get for number field returns string instead of number.
    • Summary row
      ๐Ÿ›  It was fixed summary of number column for float values.
      ๐Ÿ›  It was fixed float values of number column.
    • Focused cell for date picker
      Some themes were a bit improved about date active cell.
    • ๐Ÿ”จ Scrolling buttons of bars was refactored.
      ๐Ÿ”จ It was refactored and fixed a lot of bugs.
      The main reason of bugs is that jQuery detect width of element not in the same way as inside internal module.
  • v1.7.97 Changes

    June 13, 2020

    Enchacements

    • In theme extra-gray it was changed font-weight.
    • ๐Ÿ”„ Changed css of text for sorted columns.

    ๐Ÿ› Bug fixes

    • Filter with state on start does not work.
    • Startedit on start does not work correct with validation.
    • Clearing filter if there are no other filter, then loading data is not run.
  • v1.7.96 Changes

    May 05, 2020

    Enchacements

    • For theme extra-gray it was enabled ellipsis for column header.
    • It was enabled ellipsis for all themes but with egnoring menu.
    • ๐Ÿ‘• Big eslint changes.
    • Theme extra-gray had bar images for tab bar scroll buttons.

    Doc

    • ๐Ÿ†• New method isDirty.

    ๐Ÿ› Bug fixes

    • ๐Ÿšš When add/remove column in code and grid has state, grid displays columns not correct.
      It was enabled clearing state if number of columns are not equaled and if there are changes of string and number values of columns.
    • ๐Ÿ”’ When lock, filter header filter displays wrong.
    • ๐Ÿ“ฑ Responsive grid does not work correct with flex column.
  • v1.7.94 Changes

    April 18, 2020

    Enchacements

    • The logic of method addFilter was simplified.
    • โšก๏ธ There is no need to use updateGridTitle and waitingForFilters.
    • ๐Ÿšš It was removed not used code for searching.
    • Searching is using filtering API and search API is not needed.
    • ๐Ÿšš Cleaned filter plugin code. It was removed duplication of logic that is presented in store.
    • Panel scroll bar buttons were improved.
    • In theme extra-gray, combo list items got new heights.

    ๐Ÿ› Bug fixes

    • Method toggleCollapse does not work right for row expander.
    • Search bar with column header filters works incorrect.
      If search bar has value than column header field values will be ignored if they were set after search bar value.
    • Extra gray theme has wrong styling for tab with scroll.
    • Export to excel does not accept ignoreRender but accept ingoreRender.
      Mispelling property bug.
    • ๐Ÿ’… Theme extra-gray has wrong styles for tools.
    • ๐Ÿ’… Theme extra-gray has wrong styles for order column.
    • ๐Ÿ’… Theme extra-gray has wrong style for spinner.
    • Some column types were exportable although they should not be.

    ๐Ÿ“„ Docs

    • ๐Ÿ‘ Method collapseAll was enabled for row expander support.
    • ๐Ÿ†• New method autoSizeColumns
    • Column properties - exporting, exportFn.
    • ๐Ÿ†• New method getSorter.
  • v1.7.93 Changes

    April 05, 2020

    ๐Ÿ› Bug fix

    • ๐Ÿš€ Previous release was with bug that caused broken modules.