Skip to content

v4.20.6

Choose a tag to compare

@rodrigoslayertech rodrigoslayertech released this 18 Jul 03:22
· 35 commits to main since this release
v4.20.6
22f3fe0

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)