Skip to content

Releases: VisActor/VTable

v0.13.1

30 Oct 06:29
7c7e966
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vtable: stack default value is true

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

25 Oct 06:51
e7a1556
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add initialized event #301
  • @visactor/vtable: add checkbox cell type
  • @visactor/vtable: add option headerSelectMode

🐛 fix

  • @visactor/vtable: when use customlayout function, after resize col width the row height changed #427
  • @visactor/vtable: fix resize compute col width logic #432
  • @visactor/vtable: [Bug] set records blank scroll error #458

📖 docs

  • @visactor/vtable: add event api

What's Changed

Full Changelog: v0.12.1...v0.13.0

v0.12.2

18 Oct 13:23
972c5f6
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vtable: init listtable with blank columns occur error #405

📖 docs

  • @visactor/vtable: add option to all demos

What's Changed

Full Changelog: v0.12.0...v0.12.2

v0.12.1

17 Oct 12:04
972c5f6
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: support use custom data as summary data #400

🐛 fix

  • @visactor/vtable: analysis pivot tree summary value is wrong
  • @visactor/vtable: when set description can show not to consider tooltip.isShowOverflowTextTooltip #407
  • @visactor/vtable: fix axis zero align error in updateOption()

📖 docs

  • @visactor/vtable: add analysis rules demos

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

11 Oct 10:16
20b9ca2
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: multi tree to pivot table

🐛 fix

  • @visactor/vtable: the width and height of the container is changed, chart display exception. #338
  • @visactor/vtable: chart shake when after resize container #344
  • @visactor/vtable: the width or height of the container change large,pivotChart display exception. #350
  • @visactor/vtable: loss tree HierarchyState when call updateOption #339
  • @visactor/vtable: mobile test fix problems #357

📖 docs

  • @visactor/vtable: add docs about multi tree to pivot table

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

14 Sep 08:01
b7512e9
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add api selectCells #300
  • @visactor/vtable: add cellType function define to support different type can show one column #320

🐛 fix

  • @visactor/vtable: indicators/customRender data mapping exception #292
  • @visactor/vtable: when rows is [], pivot-chart display exception #319
  • @visactor/vtable: get axis domain with blank columns

What's Changed

Full Changelog: v0.10.1...v0.11.0

v0.10.2

06 Sep 09:33
f020cdc
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add pagination to PivotTable

🐛 fix

  • @visactor/vtable: updatePagination

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.2

v0.10.1

01 Sep 03:39
f020cdc
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: sort support don't execute inner sort logic #230
  • @visactor/vtable: add api for updateAutoWrapText widthMode heightMode #240
  • @visactor/vtable: add analysis for pivot table
  • @visactor/vtable: add columnResizeType config

🐛 fix

  • @visactor/vtable: when set max Width value for column to resize column width occur error #241
  • @visactor/vtable: pivotTable horizontal scroll bar is abnormal when the display area is small #269

🔨 refactor

  • @visactor/vtable: wrap text should suit English word #183
  • @visactor/vtable: optimize selected interaction when click header cell then use shift keyboard #233
  • @visactor/vtable: optimize performance when window resize Compute RowHeight ColWidth #249

⚠️ breakchange

  • @visactor/vtable: parentElement renamed to container #212
  • @visactor/vtable: rename caption to title #260
  • @visactor/vtable: rename diemensitonTitle to title #260
  • @visactor/vtable: rename columnType to cellType #273

What's Changed [Details]

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

16 Aug 06:03
5e68271
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add listenChart Event
  • @visactor/vtable: handle legend event to reset chart
  • @visactor/vtable: add api getChartDatumPosition
  • @visactor/vtable: add right and bottom frozen function

🐛 fix

  • @visactor/vtable: use updateOption can‘t modify hover highlight mode correctly #189

🔨 refactor

  • @visactor/vtable: last column to resize width is inflexibility #136
  • @visactor/vtable: delete widthMode:standard-aeolus and add option of autoFillWidth
  • @visactor/vtable: use barWidth to compute chart column width #185
  • @visactor/vtable: widthMode set adaptive , compute body column to adaptive lefted container space #187
  • @visactor/vtable: compute optimize height for chart by axis tick count #196
  • @visactor/vtable: sort collectedValues by data.field.domain

🔨 breakchanges

  • @visactor/vtable: change parentElement to container
  • @visactor/vtable: change event listener api name from listen to on
  • @visactor/vtable: change dispose vtable instance api name from dispose to release

v0.9.2

26 Jul 06:42
5e68271
Compare
Choose a tag to compare

🔨 refactor

  • @visactor/vtable: chart type handle with transpose or indicator in row

What's Changed

  • feat: add scroll bar hover on display mode by @Rui-Sun in #10
  • Feature/improve interactive performance while resize column by @Rui-Sun in #33
  • fix: normalize getCellStyle return object by @Rui-Sun in #36
  • refactor: rename rate to percentile by @fangsmile in #40
  • Feat/43 refactor pin rename to frozen by @fangsmile in #44
  • chore: bundler add external and globals by @fangsmile in #53
  • Feat/13 refactorxxxradius config renamed with cornerradius by @fangsmile in #58
  • chore: update release workflow and add test-cov by @fangsmile in #57
  • feat: deal with promise data by @Rui-Sun in #51
  • fix: fix handleTextStick row maybe -1 by @Rui-Sun in #63
  • Feat/tree structure in pivot table by @Rui-Sun in #50
  • fix: fix tree layout problem by @Rui-Sun in #67
  • fix: fix auto height computation problem in colHeader by @Rui-Sun in #70
  • fix: fix column resize effect in adaptive widthMode by @Rui-Sun in #64
  • fix: fix width and height cache clear timing when move cell by @Rui-Sun in #72
  • fix: fix tree structure select header problem by @Rui-Sun in #76
  • fix: cell move problem in pivot tree mode by @Rui-Sun in #75
  • feat: support Event in mobile device by @Rui-Sun in #84
  • Fix/86 customrender and transpose problem by @fangsmile in #87
  • feat: set tableGroup xy before cell create by @Rui-Sun in #92
  • fix: fix column resize error when frozen column by @Rui-Sun in #96
  • Pre release/0.9.1 alpha.5 by @fangsmile in #94
  • Fix/table group border by @Rui-Sun in #99
  • feat: add container background in custom-layout by @Rui-Sun in #107
  • Feat/add progress proxy in transpose table by @Rui-Sun in #97
  • fix: fix computeRowsHeight() missing rowEnd by @Rui-Sun in #125
  • Main by @fangsmile in #112
  • chore: delete annotation from rush.json file by @fangsmile in #111
  • Feat/116 handle with indicator in rowheader for pivotchart by @fangsmile in #129
  • fix: fix header select perf in tranpose table by @Rui-Sun in #133
  • feat: enhance getRowsHeight() perfomance by @Rui-Sun in #161

Full Changelog: https://github.com/VisActor/VTable/commits/v0.9.2