0.1.53
[0.1.53] - 2026-02-23
Fixed
- Fixed chat scrolling UP to an older message instead of staying at the bottom when a bot reply arrives.
- Eliminated requestAnimationFrame race condition in
_scrollToBottom()that caused_autoScrollPinnedto be incorrectly set to false when rapid re-renders overlapped. - Added
overflow-anchor: noneto the messages container to prevent browser scroll anchoring artifacts after innerHTML replacement.
Full Changelog: 0.1.52...0.1.53