release.2026-07-21T04-38-35Z.2304
dmachat/angular-webpack-cookbookrelease.2026-07-21T04-38-35Z.2304Jul 21, 2026by tea-artist
AI Summary
Updated project documentation and significantly improved table responsiveness by preventing full record refreshes during column reordering.
Key Highlights
- Updated README with cover image and improved community layout
- Reordering columns no longer triggers a full record refresh
- Record data remains available from cache during layout adjustments
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.