Releases: VisActor/VTable
Releases · VisActor/VTable
v1.10.5
🐛 fix
- @visactor/vtable: pivot chart spec enable select not work #2210
- @visactor/vtable: sortState field undefined occor error
What's Changed
- Main by @fangsmile in #2794
- [Auto changelog] changlog of v1.10.4 by @github-actions in #2795
- Fix sort state field undefined error by @fangsmile in #2793
- 2210 bug vtable pivot chart selectenable by @fangsmile in #2787
- [Auto release] release 1.10.5 by @github-actions in #2809
Full Changelog: v1.10.4...v1.10.5
v1.10.4
🆕 feat
- @visactor/vtable: gantt dependency line support tree node #2701
- @visactor/vtable: when drag on header can select cells continuous #2751
🐛 fix
- @visactor/vtable: when markline date less then minDate should not show #2689
- @visactor/vtable: pivot table header icon display incorrect #2735
- @visactor/vtable: parse axes config error when user set axes #2749
- @visactor/vtable: cellType set funciton occor error #2754
- @visactor/vtable: when pivot cell type set chart not data cell render error #2758
- @visactor/vtable: legend problems #2764 #2755
- @visactor/vtable: create task shedule date error #2771
- @visactor/vtable: fix cellLocation in pivot-table #2694
- @visactor/vtable: fix menu scale pos problem #2734
- @visactor/vtable: fix tree frozen row problem #2619
What's Changed
- Main by @fangsmile in #2728
- fix: tab key navigation behavior by @Gijela in #2721
- docs:fix word errors in the document by @shanhexi in #2739
- feat: refactor utils to optimize functionality in vue-vtable by @YELineee in #2731
- [Auto changelog] changlog of v1.10.3 by @github-actions in #2729
- fix: trigger SELECTED_CLEAR event when clicking disable-select cell by @Gijela in #2747
- docs: revise component import example by @fourteendp in #2773
- fix: fix build problem in vue-vtable by @Rui-Sun in #2783
- 2689 bug gantt markline position error by @fangsmile in #2730
- Fix/last row tab not work esc focus by @fangsmile in #2733
- 2735 bug header icon display incorrect by @fangsmile in #2737
- 2749 bug stack no work in vtable by @fangsmile in #2752
- 2701 feature dependency line tree by @fangsmile in #2753
- 2758 bug pivot table celltype chart error by @fangsmile in #2762
- 2754 bug celltype function error by @fangsmile in #2763
- docs: supplement rowSeriesNumber options by @fangsmile in #2765
- 2751 feature darg header select by @fangsmile in #2775
- 2771 bug gantt create schedule by @fangsmile in #2778
- 2764 bug legend scrolling conflicts with table by @fangsmile in #2779
- fix: fix tree frozen row problem #2619 by @Rui-Sun in #2769
- fix: fix menu scale pos problem #2734 by @Rui-Sun in #2767
- fix: fix cellLocation in pivot-table #2694 by @Rui-Sun in #2761
- fix: add indicatorKeys slice in getAxisRange() by @Rui-Sun in #2791
- [Auto release] release 1.10.4 by @github-actions in #2792
New Contributors
- @Gijela made their first contribution in #2721
- @shanhexi made their first contribution in #2739
- @fourteendp made their first contribution in #2773
Full Changelog: v1.10.3...v1.10.4
v1.10.3
🐛 fix
- @visactor/vtable: type define columnWidthConfig
What's Changed
- Merge main into develop by @Rui-Sun in #2724
- Fix/type define column width config by @fangsmile in #2725
- [Auto changelog] changlog of v1.10.2 by @github-actions in #2726
- [Auto release] release 1.10.3 by @github-actions in #2727
Full Changelog: v1.10.2...v1.10.3
v1.10.2
🆕 feat
- @visactor/vtable: headerSelectMode option add body setting #2491
- @visactor/vtable: add freeze_click event #2641
- @visactor/vtable: add columnWidthConfig to set width by dimensions #2696
🐛 fix
- @visactor/vtable: isColumnHeader api judement logic #2491
- @visactor/vtable: when collapse last group occor error #2600
- @visactor/vtable: when collapse tree node occor error #2600
- @visactor/vtable: min aggregator type handle with NaN value #2627
- @visactor/vtable: when drag row series number cells not scroll #2647
- @visactor/vtable: rowSeriesNumber when be frozen can render customlayout #2653
- @visactor/vtable: when has empty tip scrollbar can not be clicked #2690
- @visactor/vtable: when field set array,record no corresponding field,occur error #2702
- @visactor/vtable: when has gantt and table same time internal theme should not be changed #2708
- @visactor/vtable: fix check state update #2667
- @visactor/vtable: fix list-editor space problem
- @visactor/vtable: change pointerupoutside event callback #2674 #2659
- @visactor/vtable: add event in react-vtable
- @visactor/vtable: add selected_cell event in select-all #2664
- @visactor/vtable: fix disableRowSeriesNumberSelect in select-all #2665
- @visactor/vtable: fix title resize in adaptive mode #2704
🔨 refactor
- @visactor/vtable: custom merge cell ignore check state jude #2683
- @visactor/vtable: paste cell value should use editor validateValidate api #2691
What's Changed
- Main by @fangsmile in #2657
- [Auto changelog] changlog of v1.10.1 by @github-actions in #2658
- feat: contextMenuItems add table params by @Wangjing991 in #2698
- fix: fix check state update #2667 by @Rui-Sun in #2678
- fix: add selected_cell event in select-all #2664 by @Rui-Sun in #2679
- fix: fix list-editor space problem by @Rui-Sun in #2684
- fix: add event in react-vtable by @Rui-Sun in #2686
- fix: fix disableRowSeriesNumberSelect in select-all #2665 by @Rui-Sun in #2687
- fix: change pointerupoutside event callback #2674 #2659 by @Rui-Sun in #2688
- 2600 bug group row series number by @fangsmile in #2640
- 2641 bug freeze click event by @fangsmile in #2644
- 2647 bug drag select row number by @fangsmile in #2649
- 2627 bug min aggregator nan value by @fangsmile in #2650
- fix: fix title resize in adaptive mode #2704 by @Rui-Sun in #2706
- fix: fix animation config in TableAnimatinManager by @Rui-Sun in #2712
- 2491 feature just select body by @fangsmile in #2654
- 2653 bug frozencolcount rowseriesnumber by @fangsmile in #2661
- 2691 paste cell value validate by @fangsmile in #2695
- 2690 bug empty tip scroll bartoside by @fangsmile in #2699
- 2702 bug field set array error by @fangsmile in #2703
- 2708 refactor gantt change vtable theme by @fangsmile in #2711
- 2696 feature pivot table column wdith by @fangsmile in #2710
- docs: update faq file name delete colons #2713 by @fangsmile in #2714
- 2683 refactor custom merge check state by @fangsmile in #2685
- fix: fix large number rows in updateRow() by @Rui-Sun in #2722
- [Auto release] release 1.10.2 by @github-actions in #2723
Full Changelog: v1.10.1...v1.10.2
v1.10.1
🐛 fix
- @visactor/vtable: when set rowSeriesNumber then sort icon not update #2643
- @visactor/vtable: disable cellInnerBorder when no frame border
What's Changed
- Main by @fangsmile in #2638
- [Auto changelog] changlog of v1.10.0 by @github-actions in #2639
- 2643 bug row series sort icon by @fangsmile in #2646
- Fix/cell border by @Rui-Sun in #2651
- [Auto release] release 1.10.1 by @github-actions in #2655
Full Changelog: v1.10.0...v1.10.1
v1.10.0
🆕 feat
- @visactor/vtable: add underlayBackgroundColor for gantt chart #2607
- @visactor/vtable: add maxHeight in menu container #2602
- @visactor/vtable: add creation buttom for not schedualed task record
- @visactor/vtable: add dependency line for gantt chart
- @visactor/vtable: add after_sort event
- @visactor/vtable: add task bar selected style
- @visactor/vtable: add dependency line selected style
🐛 fix
- @visactor/vtable: when dimension paths has virtual not identify problem #2510
- @visactor/vtable: toggleHierarchyState api can not update customlayout cell #2609
- @visactor/vtable: fix legend layout problem
- @visactor/vtable: fix border rect missing when borderLineWidth is 0
- @visactor/vtable: fix multi-sort icon update in updateSortState() #2614
- @visactor/vtable: fix col/row end in createGroupForFirstScreen() #2585
- @visactor/vtable: fix customConfig in react-vtable
- @visactor/vtable: fix row resize mark position when scrolled vertically #2606
- @visactor/vtable: fix sort icon update in transpose list-table
What's Changed
- docs: fix animation guide url by @Rui-Sun in #2599
- Main by @fangsmile in #2603
- fix: convert camel case in tables by @YELineee in #2596
- [Auto changelog] changlog of v1.9.1 by @github-actions in #2605
- docs: add Japanese README.md and CONTRIBUTING.md by @eltociear in #2617
- 2609 bug togglehierarchystate customlayout by @fangsmile in #2620
- 2607 feature gantt underlaybackgroundcolor by @fangsmile in #2611
- fix: fix sort icon update in transpose list-table by @Rui-Sun in #2636
- Fix/react config by @Rui-Sun in #2626
- fix: fix multi-sort icon update in updateSortState() #2614 by @Rui-Sun in #2621
- fix: fix col/row end in createGroupForFirstScreen() #2585 by @Rui-Sun in #2616
- Feat/menu scroll by @Rui-Sun in #2615
- fix: fix row resize mark position when scrolled vertically #2606 by @Rui-Sun in #2613
- fix: fix border rect missing when borderLineWidth is 0 by @Rui-Sun in #2610
- fix: when dimension paths has virtual not identify problem #2510 by @fangsmile in #2587
- feat: update vrender version by @Rui-Sun in #2618
- Feat/gantt new feature by @fangsmile in #2562
- [Auto release] release 1.10.0 by @github-actions in #2637
New Contributors
- @eltociear made their first contribution in #2617
Full Changelog: v1.9.1...v1.10.0
v1.9.1
🐛 fix
- @visactor/vtable: fix sort icon update in merge cell
What's Changed
- merge Main into develop by @Rui-Sun in #2592
- [Auto changelog] changlog of v1.9.0 by @github-actions in #2593
- fix: fix sort icon update in merge cell by @Rui-Sun in #2594
- [Auto release] release 1.9.1 by @github-actions in #2597
Full Changelog: v1.9.0...v1.9.1
v1.9.0
🆕 feat
- @visactor/vtable: add scrollTo animation function
🐛 fix
- @visactor/vtable: when dimension set width auto but no records, the col width not compute #2515
- @visactor/vtable: when call updateColumns should update aggregation #2519
- @visactor/vtable: change outsideClickDeselect trigger time when pointerdown #2553
- @visactor/vtable: when sort with row series number occor error #2558
- @visactor/vtable: fix select auto-scroll in bottom #2546
- @visactor/vtable: fix auto size in react custom component
- @visactor/vtable: fix custom component flash when cell resizes #2516
- @visactor/vtable: fix custom component in forzen cell #2568
- @visactor/vtable: fix legend with padding layout size
- @visactor/vtable: fix cellLocation in createComplexColumn #2517
- @visactor/vtable: fix merge cell select range #2521
🔨 refactor
- @visactor/vtable: when value is promise cell style function should await #2549
v1.8.2
🐛 fix
- @visactor/vtable: fix richtext icon update #2281
What's Changed
- [Auto changelog] changlog of v1.8.1 by @github-actions in #2551
- fix: fix richtext icon update by @Rui-Sun in #2361
- merge Main into develop by @Rui-Sun in #2555
- [Auto release] release 1.8.2 by @github-actions in #2556
Full Changelog: v1.8.1...v1.8.2
v1.8.1
🔨 refactor
- @visactor/vue-vtable: rename vue component name