Releases: VisActor/VTable
Releases · VisActor/VTable
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
v1.7.8
🆕 feat
- @visactor/vtable: handle with customTree in dataset file to refactor processRecord function #2279
- @visactor/vtable: add async support in vtable-export #2460
🐛 fix
- @visactor/vtable: custom total value not work #2455
- @visactor/vtable: adjust sort icon up and down #2465
- @visactor/vtable: when current edit not exit, could not trigger new edit cell #2469
- @visactor/vtable: when no records edit cell value occor error #2474
- @visactor/vtable: set aggregation on option not work #2459
- @visactor/vtable: fix cell border clip in 'bottom-right' borde mode #2442
- @visactor/vtable: add children === true hierarchyState in initChildrenNodeHierarchy()
- @visactor/vtable: fix custom component frozen update #2432
- @visactor/vtable: when resize trigger click_cell event
- @visactor/vtable: fix proxy.colStart update in resetFrozen() #2464
- @visactor/vtable: add '——' in specialCharSet #2470
🔨 refactor
- @visactor/vtable: update aggregator when update records #2459
What's Changed
- Main by @fangsmile in #2453
- 2279 feat columntree aggregator records by @fangsmile in #2438
- 2455 bug custom total value by @fangsmile in #2456
- Fix/resize trigger click cell by @fangsmile in #2445
- 2474 bug no record edit error by @fangsmile in #2475
- 2465 bug click event target icon sort icon name by @fangsmile in #2478
- 2469 bug edit validate false by @fangsmile in #2479
- 2459 bug addrecords update aggregation by @fangsmile in #2482
- fix: add children === true hierarchyState in initChildrenNodeHierarchy() by @Rui-Sun in #2468
- feat: add async support in vtable-export #2460 by @Rui-Sun in #2484
- fix: fix cell border clip in 'bottom-right' borde mode #2442 by @Rui-Sun in #2480
- Fix/custom component frozen by @Rui-Sun in #2472
- fix: fix proxy.colStart update in resetFrozen() #2464 by @Rui-Sun in #2471
- Fix/aggregation option by @fangsmile in #2492
- fix: rush compile error by @fangsmile in #2498
- merge fix type error by @fangsmile in #2499
- [Auto release] release 1.7.8 by @github-actions in #2501
Full Changelog: v1.7.7...v1.7.8
v1.7.7
🔨 refactor
- @visactor/vtable: gantt project export vtable and vrender
What's Changed
- Main by @fangsmile in #2443
- [Auto changelog] changlog of v1.7.6 by @github-actions in #2444
- 2449 refactor gantt exports by @fangsmile in #2450
- [Auto release] release 1.7.7 by @github-actions in #2452
Full Changelog: v1.7.6...v1.7.7
v1.7.6
What's Changed
- Merge main into develop by @Rui-Sun in #2434
- [Auto changelog] changlog of v1.7.5 by @github-actions in #2437
- fix: set table theme error in gantt chart by @fangsmile in #2439
- [Auto release] release 1.7.6 by @github-actions in #2441
Full Changelog: v1.7.5...v1.7.6
v1.7.5
🆕 feat
- @visactor/vtable: add getFilteredRecords api #2255
🐛 fix
- @visactor/vtable: select range click outside not cancel select #2355
- @visactor/vtable: split line position fix #2392
- @visactor/vtable: levelSpan case front columnNode merge range error #2359
- @visactor/vtable: judge value is valid #2402
- @visactor/vtable: mousedown chart go dealSelectCell and rerender it #2419
- @visactor/vtable: fix axis size and layout #2256
- @visactor/vtable: fix series number in list-group #2425
- @visactor/vtable: fix recordIndex config of addRecord in list-group #2426
What's Changed
- Multiple sort update by @AntonPolyakin in #2288
- Multiple sort update v4 by @AntonPolyakin in #2371
- Multiple sort update v5 by @AntonPolyakin in #2380
- Main by @fangsmile in #2397
- [Auto changelog] changlog of v1.7.4 by @github-actions in #2398
- fix: drag auto select by @Wangjing991 in #2408
- fix: selecting to srcoll code occor error #2404 by @fangsmile in #2406
- docs: add getLayoutColumnTree api by @fangsmile in #2400
- Refactor/gantt split line render by @fangsmile in #2394
- 2355 bug outside click deselect select range by @fangsmile in #2391
- fix: dataset-pivot-table compile error by @fangsmile in #2412
- 2419 bug pivotchart rerender problem by @fangsmile in #2420
- 2255 get filtered records api by @fangsmile in #2421
- Fix/group series by @Rui-Sun in #2430
- Fix/custom merge cell type by @Rui-Sun in #2427
- Fix/promise scroll update by @Rui-Sun in #2422
- Feat/multiple sort list table by @fangsmile in #2316
- Feat/tick mode func by @Rui-Sun in #2272
- [Auto release] release 1.7.5 by @github-actions in #2433
New Contributors
- @AntonPolyakin made their first contribution in #2288
Full Changelog: v1.7.4...v1.7.5
v1.7.4
🆕 feat
- @visactor/vtable: add updateFilterRules api #2245
🐛 fix
- @visactor/vtable: when tree pivot table sort then expand tree node render error #2261
- @visactor/vtable: fix interactive layer dom clear problem
- @visactor/vtable: when no records corner header show dimention title #2247
- @visactor/vtable: fix sparkline range when data has null
What's Changed
- Main by @fangsmile in #2383
- [Auto changelog] changlog of v1.7.3 by @github-actions in #2384
- 2261 bug error expand tree node sort pivot table by @fangsmile in #2323
- Fix/some bugs by @fangsmile in #2387
- Feat/group data map by @Rui-Sun in #2390
- fix: fix large number table position problem #2349 by @Rui-Sun in #2389
- fix: fix interactive layer dom clear problem by @Rui-Sun in #2388
- fix: fix sparkline range when data has null by @Rui-Sun in #2386
- [Auto release] release 1.7.4 by @github-actions in #2396
Full Changelog: v1.7.3...v1.7.4
v1.7.3
🐛 fix
- @visactor/vtable: when keydown with ctrl meta and shift not trigger edit mode # 2372
- @visactor/vtable: fix custom style arrangement duplicate #2370
- @visactor/vtable: fix no-text cell custom merge #2343
- @visactor/vtable: fix event bind problem in react-vtable
- @visactor/vtable: fix right frozen mark position #2344
- @visactor/vtable: fix select range judgement in cellBgColor #2368