Skip to content

v5.3.7 — Fix fake section headings on dashboard

Choose a tag to compare

@alexgreensh alexgreensh released this 14 Apr 08:58
· 300 commits to main since this release

Quick fix for a dashboard cosmetic bug: recommendation detail text was being sliced into thirds and labeled WHY THIS MATTERS / TRADE-OFFS / WHAT CHANGES by counting periods, so any period inside a code sample (e.g. json.) leaked into the wrong heading. Reported as "Why This Matters: json." text in the Medium tab.

Now: one clean Details block per recommendation. No fabricated section structure.

Hard-reload the dashboard after updating (Cmd-Shift-R / Ctrl-Shift-R).