feat: render changelog as markdown in about panel
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m1s
CI / Lint, Build & Test (pull_request) Successful in 1m6s

Closes #31
This commit is contained in:
2026-03-09 09:28:05 -07:00
committed by Naomi Carrigan
parent b604a4aa5c
commit 13b8ec3ca2
4 changed files with 772 additions and 22 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
"dependencies": {
"@elysium/types": "workspace:*",
"react": "19.0.0",
"react-dom": "19.0.0"
"react-dom": "19.0.0",
"react-markdown": "10.1.0"
},
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",