v8.2.4

VoiceBlender/voiceblenderv8.2.4Apr 19, 2026by willmcgugan

AI Summary

This minor update, titled 'The small potatoes Release', focuses on resolving a specific glitch involving anchor elements. It introduces a new method for class updates and fixes an issue where anchors were unintentionally released while scrolling with a trackpad.

Key Highlights

  • Minor update addressing a specific anchor glitch
  • Fix for anchor release during trackpad scrolling
  • Addition of `DOM.update_classes` method

New Features

  • Added `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