v4.20.6
·
35 commits
to main
since this release
Focus: The sidebar search is part of the server-rendered markup.
Changes
- 🔍 Fixed the sidebar search bar being invisible until the menu hydrates: Vue SSR renders
<transition appear>as an inert<template>tag, so the serialized input never painted — the wrapper only provided a cosmetic entrance animation and was removed - ✅ Validated on the un-hydrated server markup: search bar visible with full dark contrast, zero interaction required (335 passing tests)