release.2026-07-21T04-38-35Z.2304
songquanpeng/one-apirelease.2026-07-21T04-38-35Z.2304Jul 21, 2026by tea-artist
AI Summary
This release focuses on UI/UX improvements and performance optimizations for table interactions. It enhances the project's visual presentation and significantly improves responsiveness by caching record data during column reordering.
Key Highlights
- Updated README with cover image and improved community layout
- Optimized table column reordering to prevent full refreshes and flickering
- Cached record data availability during layout adjustments
- Resolved skeleton screen issues when moving columns
New Features
- Improved README layout and navigation
- Performance optimization for table interactions
Full Release Notes
- Updated the README with a cover image and an improved community layout, making the project overview clearer and easier to navigate. - Reordering columns no longer triggers a full record refresh, reducing unnecessary loading states, flickering, and duplicate requests. - When only column metadata changes, record data now remains available from the cache, improving table responsiveness during layout adjustments. - This also resolves related skeleton screen issues when moving columns.