All Versions
32
Latest Version
Avg Release Cycle
25 days
Latest Release
1248 days ago

Changelog History
Page 2

  • v4.6.3 Changes

    May 10, 2020
    • ๐Ÿ›  Fixed regression in data trees, where editing the cell containing the controls resulted in them being removed
    • ๐Ÿ’… Unused legacy CSS from v3.5 has been removed from stylesheets
    • ๐Ÿ›  Fixed variable scoping issue in the _buildColumnHeaderContent function
    • Column Components are now correctly passed to menu generator functions
    • The getHeaderFilterValue now correctly returns the filter value
    • Child rows in data trees are now correctly indented when lazy loaded after render
    • Using the selected option in any export function now works correctly
    • If a row is deleted when a cell it contains is being edited, that edit is now cancelled before the row is deleted
    • If a column is deleted when a cell it contains is being edited, that edit is now cancelled before the column is deleted
    • Cells with a value of an empty sting now render the correct height
    • ๐Ÿ›  Fix styling regression in bootstrap 4 theme with dark mode classes
    • โšก๏ธ Row height is now correctly recalculated on row data update
    • Prevent text selection issues on chrome when double clicking on non editable data
    • ๐Ÿ›  Fixed typo in deprecation warning
    • Movable rows dragged directly above group headers now have their group key changed to the correct value
  • v4.6.2 Changes

    April 12, 2020

    โšก๏ธ Updates

    • ๐Ÿ‘Œ Improved sorter performance with multi-column sorts

    ๐Ÿ›  Fixes

    • Fixed issue with object pointer isolation when either paginationDataSent or paginationDataReceived options are used in multiple tables on the same page
    • Context menu will now load in correct position when page contents does not take up the full viewport height
    • ๐Ÿ›  Fixed styling issue with modern theme when frozen columns were in use
    • The scroll bar on the options lists for the select and autocomplete editors now works correctly on Internet Explorer
    • When paginating data without the paginationSize option set on a fixed height table, the styling of the rows is taken into consideration when calculating the correct page size.
    • Navigating the table up and down through editable cells no longer causes editable rows out of view to jump to the center of the table when they gain focus
    • Virtual DOM buffer is now correctly maintained when scrolling from the top and bottom edges of the table. This will prevent visual glitches and navigation issues when vertically scrolling with arrow keys from either end of the table
    • The onRendered callback in formatters is now correctly called after an edit has been successfull or been cancelled
    • The progress editor has been improved to allow easier editing with arrow and tab keys
  • v4.6.1 Changes

    April 05, 2020
    • Removing row grouping during table use, now correctly propagates to download module
    • The table no longer causes a console error if it is created on an element that is not attached to the DOM
    • Fixed regression in autocomplete editor, it now correctly retains old value when blurring with invalid value
    • โœ‚ The deleteRow function will now delete rows in the order they appear in the table to allow for smoother more predictable undo functionality
  • v4.6.0 Changes

    March 29, 2020

    ๐Ÿš€ There are a large number of updates to Tabulator in this release, Checkout the Release Notes for full details

  • v4.5.3 Changes

    December 31, 2019
    • allow _ getColumnLayout _ function to work when persistence is not enabled on the table
    • ๐Ÿ›  fix regression in 4.5.0 that prevented multi-sheet xlsx downloads
    • ๐Ÿ›  fix regression in 4.5.0 that prevented data mutation on undefined column data
  • v4.5.2 Changes

    December 08, 2019
    • ๐Ÿ’ป fix scoping issue of browserMobile variable in table resize module (fixes console error on mobile browsers)
    • ๐Ÿ›  fix issue in fitDataStretch layout that caused an error when total column width exceeded table width
    • ๐Ÿ›  fix scope issue in select row module
  • v4.5.1 Changes

    November 25, 2019
    • Fixed issue with _ persistence _ option set to _ true _ resulting in an error
    • ๐Ÿ›  Fixed regression in mutator module causing error
  • v4.5.0 Changes

    November 24, 2019

    ๐Ÿš€ There are a large number of updates to Tabulator in this release, Checkout the Release Notes for full details

  • v4.4.3 Changes

    September 29, 2019
    • the _ row.update _ function now correctly updates cells with fields bound to nested data
    • the _ setHeight _ function now warns users when used in classic render mode
    • the _ success _ function passed into editors now returns a boolean to indicate if validation has been successful
    • โšก๏ธ editor initial values are now updated on success when used as headerFilters to ensure emptying of inputs is registered
    • the _ scrollToRow _ function now correctly scrolls to rows at the bottom of the table when the "bottom" or "middle" modes are used
    • validators now correctly handle properties containing ":" characters
    • the _ tabEndNewRow _ function now correctly selects the first cell in the new row in classic render mode
  • v4.4.2 Changes

    September 28, 2019
    • ๐Ÿ›  fixed console error when double clicking on tree toggle elements
    • fixed regression breaking _ columnHeaders:false _ option on clipboard output
    • _ resposiveLayout:true _ and _ headerVisible:false _ now work correctly when used togeather
    • the _ star _ formatter now handles non numeric values with a value of 0 stars instead of 5 stars
    • the _ link _ formatter now correctly handles falsey label values by showing an empty cell instead of " "
    • large numbers of columns are now displayed correctly
    • ๐Ÿ–จ columns defined without fields are now included in print and getHtml output
    • โšก๏ธ tree toggle elements are now correctly preserved when row data is updated
    • clicking on the tree toggle element will no longer trigger a cell edit if the column the toggle is in is editable
    • using row selection and editable cells on the same table no longer results in focus being lost as soon as the editor is opened
    • _ redo _ and _ undo _ actions on row addition and deletion are now handled correctly with row grouping enabled
    • rows are now inserted into the correct position on the table when they are added with row grouping enabled