Skip to content

Releases: shreejanpandit/actionable-column

Laravel 13 compatibility

12 Jun 10:47
068e56c

Choose a tag to compare

What's Changed

  • chore: Update composer.json for versioning and PHP compatibility by @prazwal-bns in #7

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0 - Filament v5 Support

27 Jan 15:55

Choose a tag to compare

✨ New Feature

Adds support for Filament v5 while maintaining full backward compatibility with Filament v4.

🔧 Changes

  • Composer constraint: Updated to ^4.0|^5.0 to 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

27 Jan 15:35
a91215a

Choose a tag to compare

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

04 Dec 07:49

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/shreejanpandit/actionable-column/commits/v1.0.0