v1.4.3 - performance enhancement - virtualized table & scroll

This commit is contained in:
LINING-PC\lining
2025-11-28 23:54:14 +08:00
parent fc1799b4a3
commit bd92208027
7 changed files with 354 additions and 27 deletions

View File

@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.4.3] - 2025-11-28
### Added
- 大数据加载演示
- Large data loading demonstration
### Enhancement
- 性能优化TaskList和Timeline增加虚拟滚动支持大幅降低节点数和重绘开销
- 性能优化:大数据量任务渲染性能优化
- 性能优化:虚拟渲染优化
- Performance Optimization: TaskList and Timeline add virtualized scrolling support, greatly reducing node count and redraw overhead
- Performance Optimization: Large data volume task rendering performance optimization
- Performance Optimization: Virtualized rendering optimization
## [1.4.2-patch3] - 2025-11-13
### Added