Skip to content

fix(deps): update dependency tabulator-tables to v5.4.3

Reiter, Christoph requested to merge renovate/patch-all-minor-patch into master

This MR contains the following updates:

Package Type Update Change
tabulator-tables (source) dependencies patch 5.4.2 -> 5.4.3

Release Notes

olifolkerd/tabulator

v5.4.3: Updates and Fixes

Compare Source

  • When using a mask on an editor, ctrl and meta key actions are now allowed through
  • Fixed context issue with table popup tool destroyed binding
  • Fixed initial value lookup on value resolution for undefined cells in the list editor
  • Improved efficiency of row formatting in export module
  • Memory leak on destroying a table using the print module has been fixed
  • The updateData function now correctly rejects its returned promise if invalid row data is passed to it.
  • The addRow function now correctly adds rows to the table in the position defined
  • Updating the headerFilterPlaceholder column definition option with the updateDefinition function on the column component now works correctly
  • Row selection is now correctly restricted to actual rows only, not calculation rows or group headers
  • Fixed regression in placeholder option that was preventing HTML Elements from being passed to the option
  • The onRendered callback is now correctly triggered for editors when used as header filters
  • The export module will now only map default styles over an element if it does not already have those styles set
  • When formatting a row on export, the getElement function on row component passed to the formatter will now correctly return the exported element
  • Fixed regression in getRows and getDataCount function when passing in the selected argument
  • Fixed issue with Grouped Rows module trying to redraw the table while wiping rows

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports