v8.2.4
d2lang/d2v8.2.4Apr 19, 2026by willmcgugan
AI Summary
This minor maintenance release, titled 'The small potatoes Release', focuses on resolving a scrolling glitch with anchors. It introduces a new `DOM.update_classes` method and fixes an issue where anchors were released unexpectedly when scrolling down with a trackpad.
Key Highlights
- Fixed anchor release glitch when scrolling down with a trackpad
- Added `DOM.update_classes` functionality
- Released as part of the 'small potatoes' maintenance update
New Features
- Added `DOM.update_classes`
Full Release Notes
Small potatoes update, to fix a glitch with anchor. ## [8.2.4] - 2026-04-19 ### Added - Added `DOM.update_classes` https://github.com/Textualize/textual/pull/6478 ### Fixed - Fixed anchor released when scrolling down with the trackpad https://github.com/Textualize/textual/pull/6503