Releases: VisActor/VTable
Releases · VisActor/VTable
v1.22.10
🐛 fix
- @visactor/vtable: fix prepareEdit logic occor some bug
- @visactor/vtable-plugins: fix delete and backbase key cann't delete cells
- @visactor/vtable: rose pivotchart show indicator title problem
🆕 feat
- @visactor/vtable-gantt: feat: support distanceToTaskBar config
What's Changed
- [Auto changelog] changlog of v1.22.9 by @github-actions[bot] in #4870
- Main by @fangsmile in #4874
- feat(gantt): Add configurable options for the distance from the depen… by @shuguangnet in #4885
- Feature/gantt distance to task bar by @fangsmile in #4886
- Fix/indicator title show pivot chart by @fangsmile in #4878
- Fix/edit cell trigger error prepare edit logic by @fangsmile in #4883
- fix: eventHandlers move by @fangsmile in #4891
- [Auto release] release 1.22.10 by @github-actions[bot] in #4892
New Contributors
- @shuguangnet made their first contribution in #4885
Full Changelog: v1.22.9...v1.22.10
v1.22.9
🐛 fix
- @visactor/vtable: toggleSelectAll only in searched item. fix#4838
- @visactor/vtable: fix the issue with second-level display length
- @visactor/vtable: pivot chart no left axis case
- @visactor/vtable: show dimension tooltip delay logic error
- @visactor/vtable: editor support keydown chinese #4847
- @visactor/vtable: fix filter plugin with sub header
🔨 refactor
- @visactor/vtable-gantt: recognize millisecond for gantt taskbar
- @visactor/vtable: when no axis compute col width logic
- @visactor/vtable: when set editCellTrigger keydown input chinese first letter problem #4847
🔖 other
- @visactor/vtable: Revert "feat: vtable mcp cli and server"
This reverts commit f0a179f.
What's Changed
- Main by @fangsmile in #4833
- [Auto changelog] changlog of v1.22.8 by @github-actions[bot] in #4834
- docs: update table type by @fangsmile in #4835
- refactor/pivotChart compute column width when some cell has no axis in rowHeader by @fangsmile in #4831
- fix: resolve filter malfunction in grouped header scenarios by @PoorShawn in #4842
- pivot table in the test environment fails to registerCustomCellStyle by @zzsssssss in #4855
- fix: properly handle null or undefined data in filter plugin by @PoorShawn in #4849
- Fix/ fix the issue with second-level display length by @shufufufu in #4851
- fix: contextmenu Plugin by @fangsmile in #4858
- Fix/no left axes pivot chart by @fangsmile in #4841
- Fix/header group filter plugin by @fangsmile in #4845
- Refactor/keydown trigger edit chinese by @fangsmile in #4852
- Feat/filter plugin for business by @skie1997 in #4839
- fix: add _disableColumnAndRowSizeRound support into getRowsHeight by @Rui-Sun in #4860
- Fix/gantt seconds unit parse by @fangsmile in #4857
- Chore/update dependencies version by @fangsmile in #4862
- fix: swtich tab after update styles by @skie1997 in #4864
- Fix/GitHub release ci build error by @fangsmile in #4868
- [Auto release] release 1.22.9 by @github-actions[bot] in #4869
New Contributors
- @zzsssssss made their first contribution in #4855
Full Changelog: v1.22.8...v1.22.9
v1.22.8
🆕 feat
- @visactor/vtable-sheet: vtable-sheet support cross sheet calculate formula
- @visactor/vtable-sheet: support import multiply sheets from excel file
- @visactor/vtable: excel export multiply sheets
- @visactor/vtable-plugins: add update styles api for filter plugin. close#4790
- @visactor/vtable-plugins: filter plugin support custom styles. close#4720
- @visactor/vtable-plugins: emit event when filter menu hide or show. close#4784
🐛 fix
- @visactor/vtable: when pivot table set grid-tree subTotal value not show #4815
- @visactor/vtable: scroll bug when update option
- @visactor/vtable: filter swtich enable erroe. fix#4783
- @visactor/vtable: apply filter after update table data. fix#4785
- @visactor/vtable: update filter state and keys when update data. fix#4787
- @visactor/vtable: select none not effect. fix#4792
- @visactor/vtable: empty line bug
- @visactor/vtable: update checkbox state after update data. fix#4795
- @visactor/vtable: delete key down should not complete edit cell
- @visactor/vtable: pivotChart linkage getAxis node occor error
- @visactor/vtable: panel hide when press enter. fix#4813
📖 docs
- @visactor/vtable: supplement chartDimensionLinkage demo
What's Changed
- Main by @fangsmile in #4806
- [Auto changelog] changlog of v1.22.7 by @github-actions[bot] in #4807
- docs: fix incorrect container prop in react demo comment by @Rui-Sun in #4808
- feat(types): make ColumnDefine extensible via module augmentation by @imsunhao in #4811
- Fix/delete exit edit by @fangsmile in #4826
- Feat/cross tab formula by @fangsmile in #4821
- 4815 bug pivot table tree sub total by @fangsmile in #4818
- Feat/extend column define custom type by @fangsmile in #4824
- Feat/filter plugin for business by @skie1997 in #4796
- Docs/pivot chart linkage by @fangsmile in #4828
- feat: vtable-sheet support excel multiple sheets by @fangsmile in #4822
- Feat/multiply sheets export by @fangsmile in #4823
- Fix/release chart axis occor error by @fangsmile in #4829
- merge from develop new code by @fangsmile in #4830
- [Auto release] release 1.22.8 by @github-actions[bot] in #4832
Full Changelog: v1.22.7...v1.22.8
v1.22.7
🆕 feat
- @visactor/vtable: resize support set canResizeColumn function #4764
🐛 fix
- @visactor/vtable: pivotChart axis should change zero when has range
🔨 refactor
- @visactor/vtable: optimize linkage pivotChart tooltip
- @visactor/vtable-plugins: filter auto update item when change table records
What's Changed
- Main by @fangsmile in #4769
- [Auto changelog] changlog of v1.22.6 by @github-actions[bot] in #4770
- fix: auto-update value-filter options when table data changes by @PoorShawn in #4773
- fix: resolve empty data issue with both grouping and filtering by @PoorShawn in #4797
- Refactor/resize column by @fangsmile in #4772
- Fix/filter plugin auto update options by @fangsmile in #4789
- refactor: pivot chart linkage tooltip position by @fangsmile in #4771
- [Auto release] release 1.22.7 by @github-actions[bot] in #4803
Full Changelog: v1.22.6...v1.22.7
v1.22.6
🆕 feat
- @visactor/vtable-sheet: support copy formula to paste cell
- @visactor/vtable-sheet: support formula auto fill
🐛 fix
- @visactor/vtable: excel keyboard plugin when use key of delete and back to delete not work
- @visactor/vtable: distinguish null and empty string values in row/column dimensions
- @visactor/vtable: the filter plugin cannot be opened normally when clicked #4736
- @visactor/vtable: clear the value of the searchInput when the filter plugin is displayed #4736
What's Changed
- Main by @fangsmile in #4752
- [Auto changelog] changlog of v1.22.5 by @github-actions[bot] in #4753
- Fix/vtable plugins show search value by @wumo1016 in #4738
- fix: distinguish null and empty string values in row/column dimensions by @Aurora-GSW in #4763
- refactor: rework candidate value collection and filtering logic in value filter by @PoorShawn in #4754
- Feat/sheet hanlde fill formula by @fangsmile in #4748
- Fix/delete cell value use key by @fangsmile in #4759
- fix: rightaxis not show by @fangsmile in #4758
- Feature/optimize filter plugin by @fangsmile in #4766
- Refactor/dimension null empty distinction by @fangsmile in #4765
- Feat/sheet cell copy formula by @fangsmile in #4755
- release by @fangsmile in #4767
- [Auto release] release 1.22.6 by @github-actions[bot] in #4768
Full Changelog: v1.22.5...v1.22.6
v1.22.5
🆕 feat
- @visactor/vtable: support right axis in pivotChart spec #4723
- @visactor/vtable: add chartDimensionLinkage for pivotChart
🐛 fix
- @visactor/vtable: add null check for nodeChildren in matchDimensionPath
What's Changed
- Main by @fangsmile in #4730
- [Auto changelog] changlog of v1.22.4 by @github-actions[bot] in #4731
- 4723 bug chart right axis not work in vtable by @fangsmile in #4739
- fix: right axis not show in not right indicator by @fangsmile in #4744
- Fix/node children null check by @Aurora-GSW in #4734
- Feat/pivot chart linkage by @fangsmile in #4682
- [Auto release] release 1.22.5 by @github-actions[bot] in #4751
Full Changelog: v1.22.4...v1.22.5
v1.22.4
🐛 fix
- @visactor/vtable: fix backtracking issue in getCellAdressByHeaderPath matching algorithm
- pivot-table: fix frozenColCount being invalid when set to 0
- @visactor/vtable: the serial number cannot be edited #4627
🔨 refactor
- @visactor/vtable: filter plugins update when filterState changes
- @visactor/vtable-plugins: master sub table plugins refactor config
What's Changed
- Main by @fangsmile in #4686
- [Auto changelog] changlog of v1.22.3 by @github-actions[bot] in #4687
- Fix/pivot table frozen col count zero invalid by @Aurora-GSW in #4688
- fix: prevent filter plugin crash when input data is missing by @PoorShawn in #4702
- fix: adjust filter menu to correct position by @PoorShawn in #4706
- fix: reset filter when setFilterState receives empty params by @PoorShawn in #4704
- Fix/get cell adress by header path matching by @fangsmile in #4712
- fix: dragOrder type error by @KennanChan in #4722
- docs: add some descripte by @Violet2314 in #4718
- Refactor/get cell adress by header path recurve by @fangsmile in #4713
- Fix/get cell adress by header path matching by @Aurora-GSW in #4705
- Fix/filter plugins by @fangsmile in #4711
- fix: compatible attribute headerExpandLevel by @Violet2314 in #4726
- fix: frozenColCount set value error #4688 by @fangsmile in #4714
- Fix/vtable series number by @wumo1016 in #4727
- Refactor/table within table by @fangsmile in #4725
- fix[plugins]: csv export issue fixed by @rubbishmaker in #4728
- feat(plugin-search): 新增当搜索结果不在视窗内时,自动滚动表格与页面让单元格在可视区域内 by @Vincent1993 in #4719
- [Auto release] release 1.22.4 by @github-actions[bot] in #4729
New Contributors
- @Aurora-GSW made their first contribution in #4688
- @KennanChan made their first contribution in #4722
- @rubbishmaker made their first contribution in #4728
Full Changelog: v1.22.3...v1.22.4
v1.22.3
🆕 feat
- @visactor/vtable-sheet: add dragOrder to vtableSheet
- @visactor/vtable: add api getCellRowHeaderFullPaths for pivotTable
- @visactor/vtable: support boxPlot chart in pivotChart
🐛 fix
- @visactor/vtable-sheet: vtable-sheet drag column position #4645
- @visactor/vtable: leftTop cornder render frame border line #4677
- @visactor/vtable: the getTargetGroup method of vue-vtable #4663
🔨 refactor
- @visactor/vtable: overscrollBehavior set none not scrollbar effect #4675
What's Changed
- auto hierarchyState hierarchyStateLevel adaptation by @Violet2314 in #4632
- Main by @fangsmile in #4643
- [Auto changelog] changlog of v1.22.2 by @github-actions[bot] in #4644
- feat: auto headerExpandLevel hierarchyState adaptation and updateFrozenColumnShadowHeight by @Violet2314 in #4649
- 改进 updateFilterIcons 以实现更好的筛选图标逻辑 by @Vincent1993 in #4648
- Feat/add get cell adress by header path by @fangsmile in #4654
- Feat/boxplot pivot chart by @fangsmile in #4651
- Feat/master sub table hierarchy state&hierarchy state level&height auto by @fangsmile in #4635
- 4645 bug vtable sheet drag columnheader bugs by @fangsmile in #4659
- fix: prevent filter icon from overriding custom icons by @PoorShawn in #4674
- Fix/vue vtable header custom layout by @wumo1016 in #4673
- fix: excluding scenarios where the target value exceeds the boundary by @wuzaofeng in #4672
- fix: correct typo in tooltip by @rtpacks in #4670
- Fix/carousel header height by @Rui-Sun in #4660
- 4653 feature vtable sheet resized column width save by @fangsmile in #4665
- refactor: lazy load can delete record #4657 by @fangsmile in #4671
- 4675 feature overscrollbehavior refactor interaction effect by @fangsmile in #4676
- Fix/vue vtable header custom layout by @fangsmile in #4678
- Fix/gantt target boundary by @fangsmile in #4679
- 4677 bug cornerleftbottomcellstyles border corner header by @fangsmile in #4684
- Fix/filter plugins header icon by @fangsmile in #4668
- [Auto release] release 1.22.3 by @github-actions[bot] in #4685
New Contributors
- @Vincent1993 made their first contribution in #4648
- @wuzaofeng made their first contribution in #4672
- @rtpacks made their first contribution in #4670
Full Changelog: v1.22.2...v1.22.3
v1.22.2
🆕 feat
- @visactor/vtable-sheet: drag row or column order for vtable-sheet
- @visactor/vtable-sheet: drag column order to update and calculate formula
- @visactor/vtable-sheet: adjust formula dependency after delete or add rows columns
- @visactor/vtable: add adaptive mode for auto fill width
- @visactor/vtable: the addition of the refValue parameter in vue-vtable dynamic rendering editing now supports v-model #4597
🐛 fix
- @visactor/vtable: drag row order to update rowHeightMap
- @visactor/vtable: select row use row series number with cell merge, select state error
- @visactor/vtable: after resize column width legend title position error #4629
- @visactor/vtable: fix issue of markline layout in PivotChart
- @visactor/vtable: the resize event of tableContainer #4558
- @visactor/vtable: vue-vtable dynamic rendering editing #4621
🔨 refactor
- @visactor/vtable: requestAnimationFrame use vrender api #4619
- @visactor/vtable-sheet: formula context support lower case character #4628
What's Changed
- Main by @fangsmile in #4599
- [Auto changelog] changlog of v1.22.0 by @github-actions[bot] in #4600
- Fix/table container resize by @wumo1016 in #4596
- Feat/width adaptive mode for auto fill width by @Rui-Sun in #4402
- feat: fix gannt progress handle by @FoundDream in #4606
- Feat/gantt taskBar clip config by @YUST2020 in #4593
- refactor: improve toBoxArray readability and type safety by @imsunhao in #4604
- feat: support return import excel data by @hjiog in #4623
- Fix/vue vtable dynamic render editor by @wumo1016 in #4622
- Docs/demo by @wumo1016 in #4614
- Fix/vue vtable dynamic render editor by @fangsmile in #4636
- Fix/pivot chart markline layout by @xuefei1313 in #4617
- 4619 refactor node requestanimationframe use vrender api by @fangsmile in #4626
- Feat/optimize excel import by @fangsmile in #4624
- Refactor/docs supplement by @fangsmile in #4613
- Fix/gannt progress tasktype by @fangsmile in #4611
- Fix/table container resize complete edit by @fangsmile in #4602
- Feat/bar group clip config by @fangsmile in #4612
- 4629 bug resize column width pivotchart with legend position error by @fangsmile in #4630
- Fix/change formula dependency address by @fangsmile in #4601
- 4628 bug sheet formula case sensitivity by @fangsmile in #4638
- fix bug: select row use row series number with cell merge, select state error by @fangsmile in #4637
- 4603 feature table series number plugin dragorder by @fangsmile in #4609
- fix: test case use file by @fangsmile in #4641
- [Auto release] release 1.22.2 by @github-actions[bot] in #4642
New Contributors
- @YUST2020 made their first contribution in #4593
- @imsunhao made their first contribution in #4604
- @hjiog made their first contribution in #4623
Full Changelog: v1.22.0...v1.22.2
v1.22.0
🆕 feat
- @visactor/vtable-plugins: add master detail table plugin
- @visactor/vtable-sheet: handle with formula calculate when add or delete row and column;
- @visactor/vtable: a new getFilteredRecords method has been added to ListTable #4537
🐛 fix
- @visactor/vtable: the getFilteredRecords method of PivotTable
- @visactor/vtable: plugin HighlightHeaderWhenSelectCellPlugin options parse
What's Changed
- Feat/table within table2 by @fangsmile in #4473
- Feat/table within table by @Violet2314 in #4231
- Feat/table within table2 by @Violet2314 in #4490
- Feat/table within table2 by @Violet2314 in #4524
- feat: some function adapt by @Violet2314 in #4541
- Feat/table within table2 by @Violet2314 in #4563
- Main by @fangsmile in #4578
- [Auto changelog] changlog of v1.21.1 by @github-actions[bot] in #4579
- fix: fix the scroll deltaY ±0 cases by @shufufufu in #4583
- Feat/list table get filtered records by @wumo1016 in #4584
- feat: some function adapt by @Violet2314 in #4585
- Feat/table within table2 by @Violet2314 in #4591
- Feat/master sub table by @fangsmile in #4474
- docs: supplement plugin usage about cdn import #4562 by @fangsmile in #4582
- Feat/list table get filtered records by @fangsmile in #4587
- Fix/highlight header when select cell plugin by @fangsmile in #4589
- Fix/change formula dependency address by @fangsmile in #4565
- [Auto release] release 1.22.0 by @github-actions[bot] in #4598
Full Changelog: v1.21.1...v1.22.0