Skip to content

v1.12.0

Choose a tag to compare

@happytodev happytodev released this 13 Jun 13:13
· 20 commits to main since this release

✨ Features

  • Series list truncation: When a series has more posts than the configured threshold (default 10), only the first N are shown with a "Show X more" button that expands the list. Threshold configurable in Settings > Series.
  • Breezy migration docs: Added vendor:publish --tag=filament-breezy-migrations && php artisan migrate step to README install guide.

🐛 Bug Fixes

  • Footer URL HTML5 validation: Replaced ->url() with ->rule('nullable|url') on all 9 social link fields (Twitter, GitHub, LinkedIn, Facebook, Bluesky, YouTube, Instagram, TikTok, Mastodon). Prevents Chrome "invalid form control not focusable" error when hidden fields trigger browser URL validation.

✅ Tests

  • 1077 tests passing (3236 assertions) — Series max visible posts (4 tests), Settings footer validation (3 tests)