Skip to content

Releases: VisActor/VTable

v1.6.1

19 Aug 07:54
ec69302
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add option forceShowHeader
  • @visactor/vtable: frameStyle cornerRadius support array type #2207
  • @visactor/vtable: add table releated components in react-vtable
  • @visactor/vtable: add enum in textStick config
  • @visactor/vtable: add frozenRowCount in transpose table #2182
  • @visactor/vtable: add excelJSWorksheetCallback config in vtable-export
  • @visactor/vtable: add group function

🐛 fix

  • @visactor/vtable: corner header display dimension name in some case #2180
  • @visactor/vtable: frameStyle borrerLineWidth set array, table render positon error #2200
  • @visactor/vtable: fix icon margin error in update size #2206
  • @visactor/vtable: fix react custom layout component container height
  • @visactor/vtable: fix jsx customLayout size compute mode #2192
  • @visactor/vtable: add default color in vtable-export
  • @visactor/vtable: fix row-series cell type #2188

🔨 refactor

  • @visactor/vtable: supplement backgroundColor for editor #1518

v1.5.6

08 Aug 03:27
4f6c1da
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add canvas & viewbox config

🐛 fix

  • @visactor/vtable: fix released async problem #2145

What's Changed

Full Changelog: v1.5.4...v1.5.6

v1.5.4

02 Aug 11:26
d33bf41
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: pivot table corner cell support icon #2120
  • @visactor/vtable: support editCellTrigger set keydown #2136
  • @visactor/vtable: add react-component for option-emptyTip
  • @visactor/vtable: add react-component for option-emptyTip - demo
  • @visactor/vtable: add escape config in csv-exporter
  • @visactor/vtable: add selectionFillMode config in theme.selectionStyle #2132 #2027

🐛 fix

  • @visactor/vtable: set sort rule occor error #2106
  • @visactor/vtable: clearSelected api clear ctrl+a border #2115
  • @visactor/vtable: move header position not work not trigger change_header_position event #2129
  • @visactor/vtable: set cellType is function, resize col width chart size render error #2160
  • @visactor/vtable: when call setRowHeight should update chart size #2155
  • @visactor/vtable: fix cell range clear in update record
  • @visactor/vtable: fix custom-element update problem #2126
  • @visactor/vtable: fix customMege cell update
  • @visactor/vtable: fix CellContent pickable config #2134
  • @visactor/vtable: fix legend visible config #2137
  • @visactor/vtable: fix released async problem #2145
  • @visactor/vtable: remove resizing update in endResizeCol() #2101

v1.5.3

19 Jul 06:39
efe9cf0
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add param value for startEditCell api #2089

🐛 fix

  • @visactor/vtable: fix option config in vtable-export

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.5.3

v1.5.2

15 Jul 09:16
dba7450
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add api disableScroll and enableScroll #2073
  • @visactor/vtable: add renderDefault prop in react customLayout component
  • @visactor/vtable: support multiple columns tag in react-vtable

🐛 fix

  • @visactor/vtable: edit api validateValue support async
  • @visactor/vtable: api changeFieldValue occor errow when records has null #2067
  • @visactor/vtable: fix react component error in updateCell() #2038
  • @visactor/vtable: fix axes default config in scatter chart #2071

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

10 Jul 06:23
121f728
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vtable: getCellAtRelativePosition api return value #2054
  • @visactor/vtable: add tolerance for scroll in _disableColumnAndRowSizeRound mode

What's Changed

  • Main by @fangsmile in #2050
  • [Auto changelog] changlog of v1.5.0 by @github-actions in #2051
  • 2054 bug getCellAtRelativePosition by @fangsmile in #2056
  • docs: fix list_sort demo by @fangsmile in #2060
  • fix: add tolerance for scroll in _disableColumnAndRowSizeRound mode by @Rui-Sun in #2059
  • [Auto release] release 1.5.1 by @github-actions in #2063

Full Changelog: v1.5.0...v1.5.1

v1.5.0

05 Jul 11:07
80aae0b
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add showMoverLine and hideMoverLine api #2009
  • @visactor/vtable: add formatExcelJSCell config in vtable-export #1989
  • @visactor/vtable: optimize package size & add load on demand feature

🐛 fix

  • @visactor/vtable: pivot chart select state #2017
  • @visactor/vtable: disable select and edit input should move when input is outside of table #2039
  • @visactor/vtable: last column resize width error #2040
  • @visactor/vtable: fix test judgement in customMergeCell #2031
  • @visactor/vtable: fix selected highlight update when scrolling #2028
  • @visactor/vtable: fix select-rect update when scroll #2015
  • @visactor/vtable: fix frozen cell update problem in sort #1997

What's Changed

Full Changelog: v1.4.2...v1.5.0

v1.4.2

05 Jul 09:27
7e6e3a2
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: corner title can display row and column diemensionTitle #1926
  • @visactor/vtable: add column hide config #1991
  • @visactor/vtable: add getCellAtRelativePosition api

🐛 fix

  • @visactor/vtable: when not exit edit state then can not select other cells #1974
  • @visactor/vtable: selected_clear event trigger #1981
  • @visactor/vtable: pivotTable virtual node edit value not work #2002
  • @visactor/vtable: tooltip content can not be selected #2003
  • @visactor/vtable: fix vrender export module
  • @visactor/vtable: fix merge cell update performance problem #1972
  • @visactor/vtable: fix regexp format for webpack 3 #2005
  • @visactor/vtable: fix width computation in shrinkSparklineFirst mode

🔨 refactor

  • @visactor/vtable: sparkline cellType set aggregationType None automatically #1999

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.2

v1.4.0

21 Jun 10:35
fc3191e
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: support corner header cell edit value #1945
  • @visactor/vtable: add indent in vtable-export
  • @visactor/vtable: add CustomComponent in react-vtable
  • @visactor/vtable: add CustomLayout component in react-vtable
  • @visactor/vtable: support calculate field for PivotTable #1941

🐛 fix

  • @visactor/vtable: updateSortState api occor error #1939
  • @visactor/vtable: when setRecords should update emptyTip #1953
  • @visactor/vtable: getCellRect api when cell is frozen get bounds error #1955
  • @visactor/vtable: when drag cell and enter edit state but can not exit edit rightly #1956
  • @visactor/vtable: fix custom width problem #1905
  • @visactor/vtable: fix content judgement in getCellRange() #1911
  • @visactor/vtable: fix size update problem in pivot table sort #1958

🔧 chore

  • @visactor/vtable: update vrender version

v1.3.2

17 Jun 12:03
9040f16
Compare
Choose a tag to compare

🆕 feat

  • @visactor/vtable: add blankAreaClickDeselect and outsideClickDeselect config

🐛 fix

  • @visactor/vtable: cellIsInVisualView api error #1864
  • @visactor/vtable: if set style autoWrapText, this config not wort when resize column width #1892

🔨 refactor

  • @visactor/vtable: tooltip support scroll #1887
  • @visactor/vtable: when not records pivot table can show corner header #1895
  • @visactor/vtable: when rowTree children not set value can supplement indicators #1924

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2