v8.2.4

decolua/9routerv8.2.4Apr 19, 2026by willmcgugan

AI Summary

Fixes a scrolling glitch with anchor elements on trackpads and adds a new DOM method for updating classes.

Key Highlights

  • Fixed anchor release when scrolling with trackpad
  • Added DOM.update_classes method

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