Skip to content

v3.9

Latest

Choose a tag to compare

@usamamuneerchaudhary usamamuneerchaudhary released this 01 Sep 00:07
· 2 commits to main since this release

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])