github usamamuneerchaudhary/commentify 3.9
v3.9

2 hours ago

Highlights

  • GitHub-style markdown composer
  • Write / Preview tabs, formatting toolbar, fixed emoji picker
  • Broader dependency support
  • Guzzle 8, Filament 4 or 5, PHPUnit 11–13, Laravel 12 & 13
  • Richer markdown rendering — strikethrough, autolinks, task lists

New: Markdown composer

Comments are still stored as Markdown. The composer now helps users write it:

  • Write | Preview tabs (server-side preview, same sanitized pipeline as published comments)
  • Toolbar: Heading, Bold, Italic, Strikethrough, Quote, Inline code, Code block, Link, Bullet list, Numbered list, Task list, @ mention, Horizontal rule
  • Emoji picker loads reliably, opens below the toolbar (no longer clipped)
  • Config toggles:
'enable_markdown_toolbar' => true,
'enable_markdown_preview' => true,
'enable_emoji_picker' => true,
  • Filament settings same toggles on the Commentify Settings page

Markdown rendering

CommonMark now includes:

  • Strikethrough (text)
  • Autolinks (URLs)
  • Task lists (- [ ] / - [x])

Don't miss a new commentify release

NewReleases is sending notifications on new releases.