Skip to content

Commit a164f1d

Browse files
committed
docs(changelog): scope appearance bullet to focus ring only
1 parent 784da16 commit a164f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5656
- Data grid undo/redo uses the window's UndoManager instead of a private instance, unifying Cmd+Z across editor and grid
5757
- Right-click during cell editing shows the native text context menu instead of the row menu
5858
- Multiline cell overlay editor discards the in-progress edit when a column resize fires, instead of silently committing partial text
59-
- Data grid cell change highlights (deleted, inserted, modified) re-resolve under the active appearance when the user toggles Light or Dark mode mid-session
59+
- Data grid cell focus ring redraws when the user toggles Light or Dark mode mid-session, picking up the system's appearance-aware focus indicator color
6060
- Data grid keeps sortedIDs and cachedRowCount paired by calling updateCache() immediately after the SwiftUI bridge writes new sortedIDs to the coordinator, removing a window where the cached count and the sort permutation could disagree
6161
- Display formats memoized per tab on MainContentCoordinator keyed by schema version, smart-detection setting, and format-overrides version, so ValueDisplayDetector.detect runs once per result schema instead of on every SwiftUI body evaluation
6262

0 commit comments

Comments
 (0)