What's wrong with this entry?
Anonymous. No account, no email.
What: Streamlined diff patch rendering with cleaner code and fewer configuration options.
Changes:
- Removed
skipUnchangedandhideLineNumbersparameters from diff rendering - Eliminated conditional dimmed color variants (
diffAddedWordDimmed,diffRemovedWordDimmed) - Simplified component interface from 7 parameters to 5
- Removed
hiddenparameter from line number component calls
Details:
- Function signature changed from
hB6(A, B, Q, I, G, Z, Y)to$Q6(A, B, Q, I, G) - More consistent visual rendering across different diff contexts
- Evidence:
hB6()at line 288996 in v2.0.30 vs$Q6()at line 289176 in v2.0.31; word diff functionfB6()at line 288906 in v2.0.30 vswQ6()at line 289088 in v2.0.31
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.