Matrix Choice Releases Notes

Matrix Choice Releases Notes

Changelogs and Releases Notes for Matrix Choice: Multiple choice grid component form for FilamentPHP.

v3.2.2

What's Changed

  • Bump dependabot/fetch-metadata from 1.6.0 to 2.2.0 by @dependabot
  • allow to disable options

Allow to disable options:

usage:

MatrixAlias::make('options')
    ->disableOptionWhen(fn (strg $value): bool => $value === 'm' || $value === 'p' || $value === 'users')
    ->rowSelectRequired(false)

    ->label('Resources Operations')
    ->asRadio()
    ->columnData([
        'c'=>'Create',
        'r'=>'Read',
        'u'=>'Update',
        'd'=>'Delete',
        'm'=>'Manage',
        'p'=>'Approve',
    ])
    ->rowData([
        'users'=>'Users',
        'companies'=>'Companies',
        'clients'=>'Clients',
    ]),

output: Screenshot 2024-09-04 at 3 25 12 PM

v3.2.1

What's Changed

  • Bump ramsey/composer-stall from 2 to 3 by @dependabot
  • Bump aglipanci/laravel-pt-action from 2.3.1 to 2.4 by @dependabot
  • responsive ui

v3.2.0

What's Changed

  • Bump aglipanci/laravel-pt-action from 2.3.0 to 2.3.1 by @dependabot
  • update filament v3.1

New Contributors

  • @dependabot made their first contribution

v3.1.0

What's Changed

  • New feature Optional selects by @ArtDepartmentMJ

New Contributors

  • @ArtDepartmentMJ made their first contribution

v3.0.1

What's Changed

  • Clean up

New Contributors

  • @atmonshi made their first contribution

v3.0.0

"Choice. The problem is choice.”

Zeus is an open-source project. Thanks to my sponsors for helping me maintain this project.