Skip to content

Releases: VisActor/VTable

v0.17.8

17 Jan 06:27
ebb7fa3
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vtable: selectRange error when near frozencol or frozenrow #854
  • @visactor/vtable: frozen shadowline should move position #859
  • @visactor/vtable: fix chart cell dblclick size update
  • @visactor/vtable: fix bottom frozen row height compute in createGroupForFirstScreen()
  • @visactor/vtable: fix cellGroup merge range
  • @visactor/vtable: fix react custom jsx parse

What's Changed

Full Changelog: v0.17.7...v0.17.8

v0.17.7

05 Jan 12:01
ccf50d4
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add cell image table export

🐛 fix

  • @visactor/vtable: fix jsx parse error in react-vtable

What's Changed

Full Changelog: v0.17.5...v0.17.7

v0.17.6

04 Jan 12:05
30d186f
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vtable: fix resize line position

What's Changed

Full Changelog: v0.17.1...v0.17.6

v0.17.5

04 Jan 02:14
30d186f
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: support edit header title #819
  • @visactor/vtable: add api getCellHeaderTreeNodes for pivotTable #839

🐛 fix

  • @visactor/vtable: setRecords process scrollTop update scenegraph #831
  • @visactor/vtable: add group clip in body

🔨 refactor

  • @visactor/vtable: list table bottom row can not use bottomFrozenStyle #836
  • @visactor/vtable: add onVChartEvent for BaseTable #843

What's Changed

Full Changelog: v0.17.1...v0.17.5

v0.17.3

01 Jan 11:05
7ac2190
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add body index convert with table index #789
  • @visactor/vtable: mergeCell support custom compare function #804
  • @visactor/vtable: add column resize label theme

🐛 fix

  • @visactor/vtable: setRecords lose hover state #783
  • @visactor/vtable: transpose list demo when records has 10000 performance problem #790
  • @visactor/vtable: setRecords recomputeColWidth problems #796
  • @visactor/vtable: set disableSelect drag interaction occor error #799
  • @visactor/vtable: tooltip style not work #805
  • @visactor/vtable: pivot table pagination.perPageCount modify #807
  • @visactor/vtable: [Bug] adaptive mode compute problem when has frozencol and rightFrozenCol #820
  • @visactor/vtable: fix axis render update problem
  • @visactor/vtable: fix select update when change frozen
  • @visactor/vtable: pivot table use icon bug
  • @visactor/vtable: fix sort icon update

🔨 refactor

  • @visactor/vtable: update vrender event verison use scrollDrag

🔧 chore

  • @visactor/vtable: update vrender version #785

What's Changed

Full Changelog: v0.17.0...v0.17.3

v0.17.2

21 Dec 12:07
7ac2190
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vtable: edit bug #771
  • @visactor/vtable: add row height round in resetRowHeight

What's Changed

Full Changelog: v0.17.0...v0.17.2

v0.17.1

21 Dec 12:06
7ac2190
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add arrowkeys interaction #646

🐛 fix

  • @visactor/vtable: stopPropagation effect doubletap
  • @visactor/vtable: dropdown_menu_click trigger #760
  • @visactor/vtable: dblclick occur error #758
  • @visactor/vtable: fix richtext error in getCellOverflowText()
  • @visactor/vtable: add scrollBar event to call completeEdit #710
  • @visactor/vtable: support tree mode adaptive
  • @visactor/vtable: fix dropdown icon display error
  • @visactor/vtable: fix right frozen columns width update problem

🔨 refactor

  • @visactor/vtable: 100W records scroll performance optimize when has select Cell #681
  • @visactor/vtable: remove default sort rule for pivot table #759

📖 docs

  • @visactor/vtable: update changlog of rush

What's Changed

Full Changelog: v0.17.0...v0.17.1

v0.17.0

15 Dec 12:02
f1e11c1
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add option showGrandTotalsOnTop #650
  • @visactor/vtable: optimize diffCellIndices in toggleHierarchyState()
  • @visactor/vtable: add disableAxisHover config
  • @visactor/vtable: optimize computeTextWidth() in pivot table

🐛 fix

  • @visactor/vtable: fix right frozen adaptive problem
  • @visactor/vtable: fix disableHover bottom frozen hover error
  • @visactor/vtable: fix rowUpdatePos update in updateRow()

🔨 refactor

  • @visactor/vtable: dropdownMenu hide #727

What's Changed

Full Changelog: v0.16.2...v0.17.0

v0.16.3

14 Dec 01:02
fd8e2c3
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add enableCellPadding config in custom layout
  • @visactor/vtable: add column disableHover&disableSelect config

🐛 fix

  • @visactor/vtable: fix axis theme get function
  • @visactor/vtable: pivot table support not number type #718
  • @visactor/vtable: edge cell selection border clip #716

What's Changed

Full Changelog: v0.16.0...v0.16.3

v0.16.2

14 Dec 01:02
fd8e2c3
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vtable: blank cell edit invalid on pivottbale #712
  • @visactor/vtable: data lazy load when drag header position #705

🔨 refactor

  • @visactor/vtable: pivot table format arguments

📖 docs

  • @visactor/vtable: pivot table format usage update

What's Changed

Full Changelog: v0.16.0...v0.16.2