v4.20.7
·
33 commits
to main
since this release
Focus: Dark sidebar polish — field text colors on the un-hydrated markup.
Changes
- 🎨 Fixed the sidebar search placeholder and version-select text being nearly invisible for dark visitors: Quasar fields serialize with light text colors and only gain
q-field--darkvia JS on hydration —body--darkCSS now themes the field text directly, scoped with:not(.q-field--dark)so hydration takes over without conflicts - ✅ Validated pixel-identical to the hydrated state on the pure server markup (335 passing tests)