release.2026-07-21T04-38-35Z.2304

teableio/teablerelease.2026-07-21T04-38-35Z.2304Jul 21, 2026by tea-artist

AI Summary

A performance-focused update that optimizes UI interactions, specifically preventing full record refreshes when reordering columns to improve responsiveness.

Key Highlights

  • Column reordering no longer triggers a full record refresh
  • Record data is available from cache when only metadata changes
  • Improved table responsiveness during layout adjustments

New Features

  • Optimized column reordering performance
  • Improved record caching for metadata-only changes

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.