Skip to content

v0.1.0-alpha.81

Choose a tag to compare

@github-actions github-actions released this 04 Jun 14:57
· 7 commits to main since this release

Bug Fixes

  • @rezi-ui/core: Bounded BinaryWriter constructor capacity and report invalid or oversized capacities as structured ZR_LIMIT errors.
  • @rezi-ui/core: Added upper bounds for drawlist and blob byte limits so app config cannot request unbounded renderer buffers.
  • @rezi-ui/core: Fixed autoScroll in ui.logsConsole so pinned logs render the newest entries and the scrollbar thumb follows the rendered tail.

Tests

  • Added logs-console regressions for pinned auto-scroll, manual scroll preservation, and scrollbar position at the rendered tail.

Merged Pull Requests

  • #411 fix: bound binary and drawlist capacities
  • #412 fix: apply logs console auto scroll