Skip to content

Releases: VisActor/VTable

v0.16.0

08 Dec 09:53
ca5d677
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: axis support chart padding config
  • @visactor/vtable: optimize pivot header performance
  • @visactor/vtable: add axis theme
  • @visactor/vtable: overlay default and hover colors
  • @visactor/vtable: add api addRecords

🐛 fix

  • @visactor/vtable: updateOption to update updateEventBinder
  • @visactor/vtable: columnResizeType: all invalid
  • @visactor/vtable: fix tree structure bottom frozen update
  • @visactor/vtable: fix limit column width adaptive update
  • @visactor/vtable: fix table range when container resize
  • @visactor/vtable: fix table frame shadow color
  • @visactor/vtable: fix scroll position update problem

📖 docs

  • @visactor/vtable: refix lineheight description

What's Changed

Full Changelog: v0.15.4...v0.16.0

v0.15.4

01 Dec 11:11
3418328
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vtable: editor object set in column be cloned
  • @visactor/vtable: fix theme style get problem
  • @visactor/vtable: fix list table frozen hover color
  • @visactor/vtable: fix right bottom frozen cell in getCellRect()
  • @visactor/vtable: fix table resize problem when column width limit
  • @visactor/vtable: fix custom render renderDefault auto size problem
  • @visactor/vtable: fix columnWidthComputeMode config problem
  • @visactor/vtable: release tableInstance after resize event trigger
  • @visactor/vtable: columnWidthComputeMode only-header

🔨 refactor

  • @visactor/vtable: ts define optimize

What's Changed

Full Changelog: v0.15.3...v0.15.4

v0.15.3

01 Dec 02:34
677160d
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add setRecordChildren to lazy load tree node
  • @visactor/vtable: pivot table support editable

🐛 fix

  • @visactor/vtable: fix cornerCellStyle update
  • @visactor/vtable: fix chart item select problem
  • @visactor/vtable: fix bottom left frozen cell style

What's Changed

Full Changelog: v0.15.1...v0.15.3

v0.15.1

28 Nov 12:54
a157f8b
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vtable: drag select first cell seleted repeatly #611
  • @visactor/vtable: no indicators pivotchart render
  • @visactor/vtable: compute chart column width use Math.ceil bandSpace

🔨 refactor

  • @visactor/vtable: sortState can not work when column has no sort setting #622
  • @visactor/vtable: remove keydown event arguments cells
  • @visactor/vtable: rename maneger to manager

📖 docs

  • @visactor/vtable: add api getCellCheckboxState

What's Changed

Full Changelog: v0.15.0...v0.15.1

v0.15.0

24 Nov 12:16
bd72cb7
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add event copy_data #551
  • @visactor/vtable: add column with min limit #590
  • @visactor/vtable: edit text value with inputEditor
  • @visactor/vtable: add react-vtable

🐛 fix

  • @visactor/vtable: compute col width when large count col with sampling the frozen bottom rows is not computed
  • @visactor/vtable: fix cell position mismatch problems when bodyRowCount is 0 #596
  • @visactor/vtable: fix text mark x in updateCell()

🔖 other

  • @visactor/vtable: fix/fix cell role judgement in updateCellGroupContent()

What's Changed

New Contributors

Full Changelog: v0.14.2...v0.15.0

v0.14.2

16 Nov 09:58
5870aa9
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vtable: row header select bound wrong #572
  • @visactor/vtable: selectHeader copy data

What's Changed

Full Changelog: v0.14.1...v0.14.2

v0.14.1

13 Nov 12:15
7c51807
Compare
Choose a tag to compare

🔨 refactor

  • @visactor/vtable: when drag to canvas blank area to end select #556

v0.14.0

10 Nov 12:10
63cd41f
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add jsx support in custom layout
  • @visactor/vtable: refactor merge cell strategy
  • @visactor/vtable: add functionial tickCount config in axis
  • @visactor/vtable: update customLayout api

What's Changed

New Contributors

Full Changelog: https://github.com/VisActor/VTable/compare/v0.13.4

v0.13.4

08 Nov 03:41
68d1aa2
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add option overscrollBehavior

🐛 fix

  • @visactor/vtable: drag select out tablecell getSelectCellInfos null
  • @visactor/vtable: select border render error when frozen bottom row #508

🔨 refactor

  • @visactor/vtable: change styleElement add targetDom

What's Changed

Full Changelog: v0.13.3...v0.13.4

v0.13.3

03 Nov 10:55
7209df2
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vtable: fix frozen shadow update in tree mode #525

What's Changed

Full Changelog: v0.13.1...v0.13.3