Minor Changes
-
Add end-anchored virtualization support for chat, logs, and reverse feeds. (#1173)
New
anchorTo: 'end'mode keeps the current visible item stable when older items are prepended, while preserving the existing start-anchored behavior by default. It also keeps an end-pinned viewport pinned when the last item grows during streaming output.Add
followOnAppendso new items scroll into view only when the viewport was already at the end, plusscrollEndThreshold,scrollToEnd(),getDistanceFromEnd(), andisAtEnd()helpers for chat-style integrations.