v4.18.4
·
58 commits
to main
since this release
Focus: First-load performance — lighter boot, progressive homepage mount, and Early Hints support.
Changes
- ⚡ Added Early Hints (103) support: the build now emits per-book
Linkpreload rules in_headerscovering each route's critical request wave (render-blocking CSS, entry module graph and shared preload graph), so Cloudflare can hint it before the HTML body arrives - 🚀 Improved the remote README homepage first paint: the page now mounts progressively — the first blocks render synchronously and the rest append in idle batches, keeping the initial render task (and Total Blocking Time) small with zero layout shift
- 🧹 Removed the unused
axiosboot and dependency: the engine relies on the native Fetch API, trimming the critical JavaScript path and one boot file from every page load - ✅ Validated with local Lighthouse (mobile): +4 on the homepage and +3 on deep manual pages, with FCP/LCP/TBT improvements and CLS unchanged at 0