## CHANGES

- Bumped project version to 0.12.2 for this release rollout 🚀
- Added why-did-you-render to spotlight unnecessary React re-renders 🔍
- Initialized dev-only WDYR profiling with hooks and memo tracking 🧪
- Ensured WDYR loads before React for accurate render diagnostics ⏱️
- Refreshed About modal with cleaner creator + Austin side-by-side layout 🧩
- Inserted visual divider to better separate About modal sections 🧱
- Corrected About modal GitHub link targets between repo and profile 🔗
- Updated About modal tests to match the swapped GitHub link behavior 
- Stripped markdown from History list summaries for cleaner previews 🧹
This commit is contained in:
Pedram Amini
2025-12-28 06:27:33 -06:00
parent bfa54195e8
commit 750ecd4743
7 changed files with 146 additions and 67 deletions

View File

@@ -257,6 +257,7 @@
"@typescript-eslint/parser": "^8.50.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^4.0.15",
"@welldone-software/why-did-you-render": "^8.0.3",
"autoprefixer": "^10.4.16",
"canvas": "^3.2.0",
"concurrently": "^8.2.2",