Skip to content

Releases: VisActor/VTable

v1.0.3

24 May 11:04
a5ccb8d
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vtable: first col tree mode compute col width error #1778

🔨 refactor

  • @visactor/vtable: legends support ser array form #1740

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

24 May 10:19
438a6ea
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add setRowHeight&setColWidth api

🐛 fix

  • @visactor/vtable: use table option in hasAutoImageColumn()
  • @visactor/vtable: axis size align with vrender-component #1784
  • @visactor/vtable: fix lineClamp config in computeRowsHeight() #1772
  • @visactor/vtable: fix progress cell create problem in vtable-export #1787
  • @visactor/vtable: ignore cell merge in selectCells()

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

23 May 03:38
18fda43
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: tree mode can set icon #1697
  • @visactor/vtable: add setRowHeight&setColWidth api

🐛 fix

  • @visactor/vtable: ignore cell merge in selectCells()

What's Changed

  • Main by @fangsmile in #1759
  • [Auto changelog] changlog of v0.25.9 by @github-actions in #1757
  • [Auto changelog] changlog of v1.0.0 by @github-actions in #1760
  • Update Contribution_Guide.md by @fangsmile in #1765
  • Fix/selecel range by @Rui-Sun in #1763
  • 1697 feature tree mode icon position by @fangsmile in #1762
  • [Auto release] release 1.0.1 by @github-actions in #1767

Full Changelog: v1.0.0...v1.0.1

v1.0.0

21 May 12:51
46ad42b
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: rows and tree can combined use #1644
  • @visactor/vtable: add virtual option for rowTree and columnTree #1644

What's Changed

Full Changelog: v0.25.8...v1.0.0

v0.25.9

21 May 12:36
c673e9f
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vtable: when body cell is blank string,compute row height error #1752
  • @visactor/vtable: fix custom merge cell display problem when select header

What's Changed

New Contributors

Full Changelog: v0.25.7...v0.25.9

v0.25.8

21 May 11:28
c673e9f
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add scrollSliderCornerRadius config #1369
  • @visactor/vtable: add disableBackground & disableBorder in exportCellImg() #1733
  • @visactor/vtable: add disableColumnResize for rowSeriesNumber

🐛 fix

  • @visactor/vtable: when set hideRowHeader, body cell value is blank #1732
  • @visactor/vtable: setTableColumnsEditor occor error when not set columns #1747
  • @visactor/vtable: fix col & row order in cellInRanges()
  • @visactor/vtable: add string mark in csv-export #1730

What's Changed

New Contributors

Full Changelog: v0.25.7...v0.25.8

v0.25.7

17 May 12:19
7ae1b4e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.6...v0.25.7

v0.25.6

17 May 11:13
e2956b2
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add selected_clear event #1705
  • @visactor/vtable: add mergeCellInfo arg in event #1667

🐛 fix

  • @visactor/vtable: mouse down on scroll rail trigger mousedown_table #1706
  • @visactor/vtable: merge cell value can be edited #1711
  • @visactor/vtable: sub colunms can not be edit when set editor instance #1711
  • @visactor/vtable: fix checkbox and radio state update when change row index #1712
  • @visactor/vtable: fix veritial offset in text stick
  • @visactor/vtable: fix column width may be zero #1708
  • @visactor/vtable: fix getCell performance
  • @visactor/vtable: fix header hide func in pivot table
  • @visactor/vtable: lineDash judgement in group-contribution-render #1696
  • **@visactor/vtable: trigger mousedown_table event region need extend #1668

What's Changed

Full Changelog: v0.25.1...v0.25.6

v0.25.1

08 May 10:01
0f2d6a6
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: pivot chart support wordCloud rose radar gauge #1614
  • @visactor/vtable: pivot chart support scatter chart type #1618
  • @visactor/vtable: add CustomComponent in react-vtable

🐛 fix

  • @visactor/vtable: when copy blank cell paste not work #1646
  • @visactor/vtable: fix custom merge cell size update #1636
  • @visactor/vtable: add arg in completeEdit()
  • @visactor/vtable: add selecting cell range deduplication #1628
  • @visactor/vtable: update @visactor/vutils-extension version

What's Changed

Full Changelog: v0.25.0...v0.25.1

v0.25.0

28 Apr 06:37
e4a43fd
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: pivot table header cell support edit #1583
  • @visactor/vtable: customrender or customlayout support edit #1596
  • @visactor/vtable: add row resize function

🐛 fix

  • @visactor/vtable: editor input value handle with 0value #1590
  • @visactor/vtable: when set textStick init and updateOption text jump #1592
  • @visactor/vtable: clear async contain resize task before render #1593
  • @visactor/vtable: hierarchy state icon can not show when only one level

🔨 refactor

  • @visactor/vtable: resize last column width can be more flexibly #1567

What's Changed

Full Changelog: v0.24.1...v0.25.0