@agenticmail/enterprise 0.5.387 → 0.5.389

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -589,9 +589,17 @@ function App() {
589
589
  }, updating ? 'Updating...' : 'Update Now'),
590
590
  h('button', { className: 'btn btn-ghost btn-sm', onClick: () => setUpdateInfo(null), style: { padding: '2px 6px', minWidth: 0 } }, '\u00d7')
591
591
  ),
592
- updateInfo.releaseNotes && h('div', { style: { marginTop: 10, paddingTop: 10, borderTop: '1px solid rgba(16,185,129,0.2)', color: 'var(--text-secondary)', fontSize: 12, lineHeight: 1.5, whiteSpace: 'pre-wrap', maxHeight: 150, overflowY: 'auto' } },
593
- h('div', { style: { fontWeight: 600, color: 'var(--text-primary)', marginBottom: 4, fontSize: 12 } }, "What's New:"),
594
- updateInfo.releaseNotes
592
+ updateInfo.releaseNotes && h('div', { style: { marginTop: 10, paddingTop: 10, borderTop: '1px solid rgba(16,185,129,0.2)', color: 'var(--text-secondary)', fontSize: 12, lineHeight: 1.6, maxHeight: 200, overflowY: 'auto' } },
593
+ h('div', { dangerouslySetInnerHTML: { __html: updateInfo.releaseNotes
594
+ .replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;')
595
+ .replace(/^### (.+)$/gm, '<div style="font-weight:700;color:var(--text-primary);font-size:12px;margin:8px 0 4px">$1</div>')
596
+ .replace(/^## (.+)$/gm, '<div style="font-weight:700;color:var(--text-primary);font-size:13px;margin:8px 0 4px">$1</div>')
597
+ .replace(/\*\*(.+?)\*\*/g, '<strong style="color:var(--text-primary)">$1</strong>')
598
+ .replace(/`(.+?)`/g, '<code style="background:rgba(255,255,255,0.08);padding:1px 4px;border-radius:3px;font-size:11px">$1</code>')
599
+ .replace(/^- (.+)$/gm, '<div style="padding-left:12px;margin:2px 0">\u2022 $1</div>')
600
+ .replace(/\n\n/g, '<div style="height:6px"></div>')
601
+ .replace(/\n/g, '')
602
+ } })
595
603
  ),
596
604
  updateInfo.releaseUrl && h('a', { href: updateInfo.releaseUrl, target: '_blank', style: { display: 'inline-block', marginTop: 6, fontSize: 11, color: 'rgba(16,185,129,0.9)' } }, 'View full release notes \u2192')
597
605
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/enterprise",
3
- "version": "0.5.387",
3
+ "version": "0.5.389",
4
4
  "description": "AgenticMail Enterprise — cloud-hosted AI agent identity, email, auth & compliance for organizations",
5
5
  "type": "module",
6
6
  "bin": {