Skip to content

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 30 Aug 16:27
· 9 commits to main since this release
v0.1.9
b6e03fe

English

Fixed

  • Dev-mode live reload reacts to the first save again: the /events stream sends the current build id once as the subscriber baseline (WatchStream::new), so opening a page and saving immediately reloads it instead of requiring a second rebuild. This reverts the 0.1.8 WatchStream::from_changes change, which suppressed every page's initial baseline frame; the duplicate seed frame it fixed stays fixed.

简体中文

修复

  • dev 模式热重载恢复「首次保存即刷新」:/events 流以 WatchStream::new 在订阅时恰好推送一次当前构建编号作为基线帧,打开页面后第一次保存即触发重载,不再需要等第二次重建。此改动回退 0.1.8 的 WatchStream::from_changes(它把每个页面的首个基线帧一并抑制了);0.1.8 修掉的重复种子帧问题依然不复存在。