Releases: tabulator-tables/tabulator
Releases Β· tabulator-tables/tabulator
6.5.0
What's Changed
- fix: scrolling errors when all groups are collapsed (#4219, #4525) by @azmy60 in #4870
- Fix shrinking group rows by @azmy60 in #4883
- Fix Vue 3 reactivity issue with array mutation methods by @rathboma in #4893
- fix overflowing menu by @azmy60 in #4897
- Restore support basic, core Node-RED type for using node ui-tabulator. by @teluse7 in #4864
- Add !default for cell padding in table-sm by @oniram88 in #4886
- fix: correct data tree child row aggregation in column calcs by @lukecotter in #4879
- Fix: Refine row click behavior for selection and deselection by @edmundophie in #4762
- Fix: script error during column resizing on mobile with resizableColumnGuide option enabled (#4757) by @mumberrymountain in #4769
- Add test coverage for epoch milliseconds format in editors, formatters, and sorters by @rathboma in #4898
- Remove dist folder and create proper release process by @not-night-but in #4896
- Fix tapHold event firing during table scroll on touch devices by @rathboma in #4892
- fix errors when handling BigInt by @azmy60 in #4894
- use Number.isNaN as it's more robust by @azmy60 in #4895
- Fix BigInt handling in sorter detection and formatters by @rathboma in #4901
- Fix click propagation for non-editable cells with editors by @rathboma in #4891
- Enhance bootstrap 5 color mode. by @m3ftwz in #4859
- add tickFillColor and crossFillColor parameters to tickCross formatter by @eronnen in #4791
- Add "smart" + "smarter" filter to support fuzzy search + AND/OR operators by @BernhardBaumrock in #4772
- default range selection initialization can be disabled by @stefanhoelzl in #4659
- Fix vertical scroll jumping with variable height rows by @rathboma in #4890
- Add comprehensive example gallery for learning and release testing by @rathboma in #4903
New Contributors
- @teluse7 made their first contribution in #4864
- @oniram88 made their first contribution in #4886
- @edmundophie made their first contribution in #4762
- @not-night-but made their first contribution in #4896
- @m3ftwz made their first contribution in #4859
- @eronnen made their first contribution in #4791
- @BernhardBaumrock made their first contribution in #4772
Full Changelog: 6.4.0...6.5.0
Unit Test & Fixes
This release introduces a suite of unit test as well as a wide range of fixes across the library
Updates and Fixes
- Fixed an exception when a column using the virtual horizontal renderer contained only frozen columns
- Nested tables no longer cause a memory leak when data is replaced using the
setDatafunction - Column width changes triggered by a user double clicking on the column resize handle are now persistent when the table is redrawn due to resize or visibility change
- The order of interaction event dispatches has been corrected so the cell event is fired before the row event
Improved Importing, Adaptive Formatters & Dependency Management
There have been many changes in the latest release, including:
-
Improved Dependency Management
-
Loads of new Import functionality
-
Adaptive Formatters & Editors
-
Improved Sorters
-
New Formatters
-
Import Mutators
Checkout the Release Notes for full details
Updates and Fixes
Added src files to package.json export list
Updates and Fixes
Fix regression in package.json
Updates and Fixes
Fix regression in last patch release
Updates and Fixes
- Updated bundler and package.json to improve ESM import compatibility
- Fixed alignment issues when browser is zoomed into table
Updates and Fixes
- Range selection with column moving now works correctly
- Focus is now correctly restored after range selection
- Range selection will no longer accidentally select the row header when using keyboard navigation
- The
getCellsfunction on the range component now correctly returns cell components - Improved cell range jump navigation in large data sets
- Navigation focus maintained when scrolling
- Fixed node version issue in linter config
- Fixed issue with popup lists not fitting on screen
Toggle Formatter, AutoColumns Updates & Events
6.2.0 update version to 6.2.0