Skip to content

v1.1.1

Choose a tag to compare

@c-ling c-ling released this 17 Aug 04:03
· 3 commits to main since this release

v1.1.1

更新内容(中文)

  • 修复:会话 stats 行在没有可展示分组时提前 return,可能导致 React Hook 顺序不稳定;现在所有 Hook 执行完后再返回空。
  • 变更:更新 README 安装/更新命令中的版本号到 v1.1.1。
  • 测试:新增客户端回归测试,确保空分组时 early return 位于所有 Hook 之后。

Changes (English)

  • Fixed: the session stats line returned early before all React hooks when there were no groups, which could make React hook order unstable; the empty-state return now happens after all hooks.
  • Changed: updated README install/update command pins to v1.1.1.
  • Tests: added a client regression test ensuring the empty-group early return comes after all hooks.