v8.2.4

MystenLabs/suiv8.2.4Apr 19, 2026by willmcgugan

AI Summary

A minor update designed to fix a scrolling glitch where the anchor element would be released unexpectedly when using a trackpad. The update also adds a new method for updating CSS classes on the DOM.

Key Highlights

  • Fixed anchor release bug during trackpad scrolling
  • Added DOM.update_classes method

New Features

  • DOM.update_classes method

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