Skip to content

2.0.0

Choose a tag to compare

@mohaphez mohaphez released this 30 Nov 03:34
· 4 commits to main since this release
a3f5e4a

Release v2.0.0 - Filament 4.x Support

🎉 Major Release: Filament 4.x Compatibility

This release adds full support for Filament 4.x while maintaining backward compatibility documentation for Filament 3.x users.

✨ What's New

Filament 4.x Support

  • Full compatibility with Filament v4.2.4
  • Support for Laravel 11.28+ and Laravel 12
  • Updated all dependencies to work seamlessly with the latest Filament ecosystem

Version Compatibility Guide

  • Filament 3.x → Use package version ^1.1.7
  • Filament 4.x → Use package version ^2.0

🔄 Changes

Dependencies Updated

  • filament/filament: v3.2.130 → v4.2.4
  • laravel/framework: v10.48.25 → v11.47.0
  • laravel/pulse: v1.3.1 → v1.4.4
  • orchestra/testbench: v8.30.0 → v9.15.0
  • All testing frameworks updated to latest versions

Build System

  • Migrated to PostCSS CLI for better compatibility
  • Added proper CSS build pipeline
  • Fixed all Tailwind CSS configuration issues

🐛 Bug Fixes

  • Fixed Tailwind CSS build errors
  • Resolved dependency conflicts
  • Fixed build scripts for production environments

🔒 Security

  • Fixed all npm package vulnerabilities
  • Updated all dependencies to secure versions

📝 Migration Guide

For Filament 3.x Users

Continue using version 1.1.7:

composer require dotswan/filament-laravel-pulse:^1.1.7

For Filament 4.x Users

Upgrade to version 2.0:

composer require dotswan/filament-laravel-pulse:^2.0