Skip to content

Releases: VisActor/VTable

v1.15.2

26 Jan 11:20
a284e03
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: dependField&batType support function in progress-bar
  • @visactor/vtable: add emptyTip click event
  • @visactor/vtable: canvasWidth canvasHeight support auto setting #3089
  • @visactor/vtable: add data update in list-table tree(group) mode
  • @visactor/vtable: add groupTitleFieldFormat API #3092
  • @visactor/vtable: add skipImageExportCellType in vtable-export

🐛 fix

  • @visactor/vtable: when mouse leave gantt should trigger mouseleave_taskbar #3294
  • @visactor/vtable: fix empty-tip layout problem when resize window #3312
  • @visactor/vtable: remove tree limit in handleTextStick() #3274

aeolus-250126

26 Jan 08:42
Compare
Choose a tag to compare
aeolus-250126 Pre-release
Pre-release
build: prelease version 1.11.6-alpha.6

v1.15.1

17 Jan 10:31
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add emptyTip click event
  • @visactor/vtable: canvasWidth canvasHeight support auto setting #3089
  • @visactor/vtable: add data update in list-table tree(group) mode
  • @visactor/vtable: add groupTitleFieldFormat API #3092

🐛 fix

  • @visactor/vtable: when mouse leave gantt should trigger mouseleave_taskbar #3294
  • @visactor/vtable: fix empty-tip layout problem when resize window #3312
  • @visactor/vtable: remove tree limit in handleTextStick() #3274

v1.15.0

09 Jan 10:06
29fa3b0
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: support register aggregator #1508
  • @visactor/vtable: frozenColCount work in pivot table #3201
  • @visactor/vtable: add moveToExtendDateRange option #3221
  • @visactor/vtable: add keyboardOptions and add delete_dependency_link contextmenu_dependency_link event #3268
  • @visactor/vtable: customMergeCell support array config #3202
  • @visactor/vtable: add displayMode in emptyTip
  • @visactor/vtable: groupby support array config
  • @visactor/vtable: add penetrateEventList config in react-component
  • @visactor/vtable: add keepColumnWidthChange props in react-vtable
  • @visactor/vtable: add imageAnonymous in customConfig
  • @visactor/vtable: aggregationType custom work in pivot table #1508

🐛 fix

  • @visactor/vtable: when columns is all hide then should not generate cell ids #3199
  • @visactor/vtable: when header tree indicator node has different value, columnWidthConfig not work #3258
  • @visactor/vtable: when resize taskBar width the text label should update #3263
  • @visactor/vtable: when left table set autoWidth gantt chart render error #3266
  • @visactor/vtable: change taskRecord type from string to any
  • @visactor/vtable: fix aggregation display issue in tree-structured table headers
  • @visactor/vtable: fix collapse checkbox state update #3171
  • @visactor/vtable: clear sort target when setRecords in dataset
  • @visactor/vtable: fix frozen update problem in react-dom-component
  • @visactor/vtable: fix iterator map in getCheckboxState() #3177 #3239

📖 docs

  • @visactor/vtable: add weather calendar demo
  • @visactor/vtable: add scheduleCreatable doc

What's Changed

New Contributors

Full Changelog: v1.14.3...v1.15.0

aeolus-250106

08 Jan 11:22
Compare
Choose a tag to compare
aeolus-250106 Pre-release
Pre-release
build: prelease version 1.11.6-alpha.5

v1.14.3

27 Dec 09:59
ff3c006
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: showSort support function type #2630
  • @visactor/vtable: add hide for indicator setting #2257 #2451
  • @visactor/vtable: add enableTreeCheckbox config

🐛 fix

  • @visactor/vtable: fix borderLineWidth array config #3183
  • @visactor/vtable: when set resizable false hover taskbar occor error #3189

What's Changed

Full Changelog: v1.14.1...v1.14.3

aeolus-241225

25 Dec 07:17
Compare
Choose a tag to compare
build: prelease version 1.11.6-alpha.4

v1.14.1

23 Dec 13:26
4a34ffb
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add grid rowBackgroundColor and columnBackgroundColor weekendBackgroundColor #3155

🐛 fix

  • @visactor/vtable: gantt taskbar resize width interaction can not limit one time unit #3161
  • @visactor/vtable: fix axes count error in seriesIds config

🔨 refactor

  • @visactor/vtable: add option tableSizeAntiJitter #3160

What's Changed

New Contributors

Full Changelog: v1.13.2...v1.14.1

aeolus: Merge pull request #3166 from VisActor/3160-refactor-vtable-anti-jitter

24 Dec 03:36
7dee56b
Compare
Choose a tag to compare

v1.14.0

20 Dec 10:22
5cac08c
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add contextmenu_task_bar event #3013
  • @visactor/vtable: add milestone type #3097
  • @visactor/vtable: add mergeCell function to support more detailed conditions
  • @visactor/vtable: support tickAlign in PivotChart
  • @visactor/vtable: add updateMarkLine
  • @visactor/vtable: add enums in validateValue of vtable-editor #3039

🐛 fix

  • @visactor/vtable: validateValue not promise case can not be recalled #3144
  • @visactor/vtable: adjust scroll hot area limited on table group #3152
  • @visactor/vtable: fix react-component update in tree table
  • @visactor/vtable: fix customStyle update not work #3068
  • @visactor/vtable: fix font-weight in vtable-export #3005
  • @visactor/vtable: fix graphic html attribute error
  • @visactor/vtable: application define in react-vtable umd file #3093
  • @visactor/vtable: fix customRender error in react-vtable #3142
  • @visactor/vtable: fix group title link click #3022
  • @visactor/vtable: fix cell group judgement when scroll #3149
  • @visactor/vtable: fix undeline height in text measurement #3112
  • @visactor/vtable: change checkboxState into Map

🔨 refactor

  • @visactor/vtable: customComputeRowHeight logic