Releases: VisActor/VTable
Releases · VisActor/VTable
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
v1.8.0
🆕 feat
- @visactor/vtable: add vue-vtable
🐛 fix
- @visactor/vtable: fix estimate position in updateAutoRow() #2494
- @visactor/vtable: fix drag check state update #2518
- @visactor/vtable: fix group cell in vtable-export #2487
- @visactor/vtable: fix react component update problem when resize column
📖 docs
- @visactor/vtable: add functionalIconsStyle on theme #1308
What's Changed
- Feat: initial commit for vue-vtable-v2 by @YELineee in #2378
- refactor: update and optimize createCustomLayout function by @YELineee in #2399
- fix: dataset-pivot-table compile error by @fangsmile in #2413
- Feat: add ArcoVue editor in the ListTable by @YELineee in #2423
- feat: add vue-VTable documentation for Developer Ecology by @YELineee in #2477
- feat: added livedemo for vue-VTable by @YELineee in #2485
- Main by @fangsmile in #2502
- [Auto changelog] changlog of v1.7.8 by @github-actions in #2503
- feat: add configuration and live demo for ArcoVue as Editor by @YELineee in #2500
- docs: add faq,from 23 to 60 by @xuanhun in #2505
- update cover image URLs in examples and enhance documentation with additional examples by @YELineee in #2524
- merge develop code by @fangsmile in #2526
- fix: corner options were not set correctly by @YELineee in #2527
- docs: document error by @wdzyy in #2504
- fix: fix react component update problem when resize column by @Rui-Sun in #2514
- fix: fix estimate position in updateAutoRow() #2494 by @Rui-Sun in #2508
- 1308 refactor icon under different theme by @fangsmile in #2509
- fix: when trigger click bar event should check click on bar by @fangsmile in #2531
- fix: fix drag check state update #2518 by @Rui-Sun in #2530
- fix: fix group cell in vtable-export #2487 by @Rui-Sun in #2507
- merge main into develop by @Rui-Sun in #2533
- fix: symbol in VueVTable livedemos by @YELineee in #2534
- fix: remove unnecessary console.log statements in pivot-table.vue by @YELineee in #2536
- [Auto changelog] changlog of v1.7.9 by @github-actions in #2538
- Feat/vue vtable v2 by @fangsmile in #2381
- [Auto release] release 1.8.0 by @github-actions in #2539
New Contributors
Full Changelog: v1.7.9...v1.8.0
v1.7.9
🐛 fix
- @visactor/vtable: fix estimate position in updateAutoRow() #2494
- @visactor/vtable: fix drag check state update #2518
- @visactor/vtable: fix group cell in vtable-export #2487
- @visactor/vtable: fix react component update problem when resize column
📖 docs
- @visactor/vtable: add functionalIconsStyle on theme #1308
What's Changed
- [Auto release] release 1.7.9 by @github-actions in #2532
Full Changelog: v1.7.8...v1.7.9