Skip to content

v3.0.1

Choose a tag to compare

@MrBildo MrBildo released this 27 Aug 01:00
· 6 commits to main since this release
ed16dbd

What's New in v3.0.1

A patch release with one fix.

Fixed

  • Typing in card detail no longer lags on content-heavy cards. Every keystroke into a card's title, description, or comment box was re-rendering every markdown block on the card — the description preview and each comment — even though none of that content had changed. On a card with a long description and a busy comment thread that cost roughly 18 ms of main-thread work per keystroke, enough for typing to visibly fall behind. The markdown renderer is now memoized, so unchanged blocks are skipped: measured on the production build, per-keystroke cost drops from ~18 ms to under 2 ms on a card with code blocks, a mermaid diagram, a table, and a 14-comment thread. Opening a heavy card improves marginally (the first render must still parse every block once).

No API, MCP, or webhook contract changes. No dependency changes.

Upgrading

Drop-in replacement for v3.0.0. No configuration or data changes.