Skip to content

0.1.53

Choose a tag to compare

@techartdev techartdev released this 23 Feb 14:08
· 33 commits to main since this release

[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 _autoScrollPinned to be incorrectly set to false when rapid re-renders overlapped.
  • Added overflow-anchor: none to the messages container to prevent browser scroll anchoring artifacts after innerHTML replacement.

Full Changelog: 0.1.52...0.1.53