Releases: shreejanpandit/actionable-column
Releases · shreejanpandit/actionable-column
Laravel 13 compatibility
What's Changed
- chore: Update composer.json for versioning and PHP compatibility by @prazwal-bns in #7
New Contributors
- @prazwal-bns made their first contribution in #7
Full Changelog: v1.1.0...v1.1.1
v1.1.0 - Filament v5 Support
✨ New Feature
Adds support for Filament v5 while maintaining full backward compatibility with Filament v4.
🔧 Changes
- Composer constraint: Updated to
^4.0|^5.0to support both versions - Documentation: Updated description and README to reflect dual version support
- Code compatibility: No code changes needed - works with both v4 and v5
✅ Compatibility
- ✅ Filament v4 - Fully supported (backward compatible)
- ✅ Filament v5 - Fully supported (new)
📦 Installation
composer require shreejan/actionable-column
v1.0.1 - Fix CSS Override Issue
Fixes: CSS always overridden during composer install/update"
- Custom CSS loads after default CSS, allowing style overrides
- Solves issue where composer install overwrites modified CSS in public/css/
- Custom CSS in resources/css/ won't be overwritten during composer operations
Initial Release v1.0.0
What's Changed
- Badge action column by @shreejanpandit in #1
New Contributors
- @shreejanpandit made their first contribution in #1
Full Changelog: https://github.com/shreejanpandit/actionable-column/commits/v1.0.0