Skip to content

Releases: VisActor/VTable

v0.20.1

29 Feb 12:16
8b62bbd
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add api getRecordIndexByCell #1121

🐛 fix

  • @visactor/vtable: hideColumnsSubheader with three levels show error #1105
  • @visactor/vtable: customlayout flex render error #1163
  • @visactor/vtable: when scroll tooltip hide #905
  • @visactor/vtable: fix axis innerOffset
  • @visactor/vtable: add skipFunctionDiff in react-vtable

🔨 refactor

  • @visactor/vtable: rename resize_column_end event arguments #1129
  • @visactor/vtable: api return value type
  • @visactor/vtable: setRecords support restoreHierarchyState #1148
  • @visactor/vtable: vtable not stop event bubble #892
  • @visactor/vtable: remove Circular dependency

🔖 other

  • @visactor/vtable: fix-contextMenuItems-add-col-param

What's Changed

New Contributors

Full Changelog: v0.20.0...v0.20.1

v0.20.0

23 Feb 12:09
0bad745
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add aggregation for list table column
  • @visactor/vtable: add api getAggregateValuesByField
  • @visactor/vtable: add custom aggregation
  • @visactor/vtable: chartSpec support function #1115
  • @visactor/vtable: add filter data config #607

🐛 fix

  • @visactor/vtable: edit right frozen cell input position error
  • @visactor/vtable: mouseleave_cell event trigger #1112
  • @visactor/vtable: fix cellBgColor judgement in isCellHover()
  • @visactor/vtable: fix custom merge cell computed height&width
  • @visactor/vtable: fix content position update problem
  • @visactor/vtable: merge cell update in setDropDownMenuHighlight()
  • @visactor/vtable: fix react-vtable display error in react strict mode #990

What's Changed

Full Changelog: v0.19.1...v0.20.0

v0.19.1

06 Feb 02:49
e9ca49d
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add update sort rule api
  • @visactor/vtable: add axis innerOffset config
  • @visactor/vtable: add name config in customRender

🐛 fix

  • @visactor/vtable: when table has scroll then click header to edit position error #1069
  • @visactor/vtable: fix column cell order problem in sync mode
  • @visactor/vtable: fix border lineDash in cell group #1051
  • @visactor/vtable: fix textAlign value in width update#1065
  • @visactor/vtable: fix merge cell content position
  • @visactor/vtable: fix merge cell update problem

🔨 refactor

  • @visactor/vtable: pivot table sort logic #1033
  • @visactor/vtable: showsort option work well #1077

What's Changed

Full Changelog: v0.19.0...v0.19.1

v0.19.0

02 Feb 04:36
c2c996d
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: support get sorted columns #986
  • @visactor/vtable: add option frozenColDragHeaderMode

🐛 fix

  • @visactor/vtable: select region saved problem #1018
  • @visactor/vtable: when call updateColumns and discount col occor error #1015
  • @visactor/vtable: rightFrozenColCount drag header move more time the column width is error #1019
  • @visactor/vtable: empty string compute row height error #1031
  • @visactor/vtable: fix merge image cell update problem

🔨 refactor

  • @visactor/vtable: when drag header move to frozen region then markLine show positon
  • @visactor/vtable: optimize updateRow api performance & resize bottom frozen row not right

What's Changed

New Contributors

Full Changelog: v0.18.3...v0.19.0

v0.18.3

25 Jan 10:35
ac61354
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vtable: click outside of cells click cancel select state

What's Changed

Full Changelog: v0.18.2...v0.18.3

v0.18.2

25 Jan 02:36
d5216e1
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add component update

🐛 fix

  • @visactor/vtable: fix rowHeaderGroup attribute y when has no colHeaderGroup #971
  • @visactor/vtable: transpose bottomFrozenRow cell layout error #978
  • @visactor/vtable: passte value to last row occur error #979
  • @visactor/vtable: use updateColumns api click state not right #975
  • @visactor/vtable: record has nan string value pivotchart cell value parse handle this case #993
  • @visactor/vtable: row Height compute for axis
  • @visactor/vtable: fix deltaY col number in moveCell()

What's Changed

Full Changelog: v0.18.1...v0.18.2

v0.18.1

19 Jan 11:55
2166dff
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vtable: fix funciton updateColumnWidth occor error

What's Changed

  • Main by @fangsmile in #963
  • [Auto changelog] changlog of v0.18.0 by @github-actions in #964
  • Fix/update column width by @fangsmile in #965
  • [Auto release] release 0.18.1 by @github-actions in #966

Full Changelog: v0.18.0...v0.18.1

v0.18.0

19 Jan 11:11
f6ce5f2
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: pivotchart support pie
  • @visactor/vtable: add customLayout & customRander in customMergeCell
  • @visactor/vtable: add eventOptions #914

🐛 fix

  • @visactor/vtable: handle with chartSpec barWidth set string type
  • @visactor/vtable: addRecords api call when body no data #953
  • @visactor/vtable: mouse drag to move Header position has error when column has multi-levels #957
  • @visactor/vtable: when resize column width bottomFrozenRow height should update #954

What's Changed

Full Changelog: v0.17.10...v0.18.0

v0.17.10

18 Jan 06:52
18d160a
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: use vrender-core

🐛 fix

  • @visactor/vtable: select border range error #911
  • @visactor/vtable: when enable pasteValueToCell and event change_cell_value arguments is error #919
  • @visactor/vtable: fix tree structure auto merge update problem
  • @visactor/vtable: toggele tree node updateChartSize

What's Changed

Full Changelog: v0.17.8...v0.17.10

v0.17.9

18 Jan 06:51
18d160a
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: support excel data paste to cells #857
  • @visactor/vtable: add api getCellAddressByRecord
  • @visactor/vtable: optimize getCellHeaderPath function

🐛 fix

  • @visactor/vtable: showSubTotals can not work #893
  • @visactor/vtable: set display:none trigger resize logic
  • @visactor/vtable: fix right frozen cell location