github filamentphp/filament v3.2.87-beta1

latest releases: v3.2.92, v3.2.91, v3.2.90...
pre-releaseone month ago

This is a pre-release

We make pre-releases to test changes to Filament before they get released in stable versions. We encourage you to test pre-releases to check that they do not break your applications: please report any issues in the discussion if they do.

You can install a pre-release explicitly in your composer.json file, for all Filament packages you have required:

"filament/filament": "v3.2.87-beta1",
"filament/forms": "v3.2.87-beta1",
"filament/tables": "v3.2.87-beta1",
"filament/actions": "v3.2.87-beta1",

You may need to adjust the "minimum-stability" to be "minimum-stability": "beta".

What's Changed

Modal content is now rendered in a different way (teleported to the end of the <body>), in order to allow tables to be nested within forms. HTML does not allow <form> elements to be nested, and since table actions use form elements, we need to teleport table modals out of the current form to be able to use them.

To test this change, please open all action modals in your application and test that they work correctly. Please open any nested modals and check they behave the same too. Please observe if any form components within modals have been broken. Please report any issues in the discussion.

Full Changelog: v3.2.86...v3.2.87-beta1

Don't miss a new filament release

NewReleases is sending notifications on new releases.