Replies: 3 comments 3 replies
-
|
Hey! Congrats on the v4.8.0 release as well! It's great to see Filament continuously improving. Keep up the fantastic work! :) |
Beta Was this translation helpful? Give feedback.
-
|
The changes to Login.php beginning line 81 break non-email based login processes. Maybe check isset($data['email']) first? |
Beta Was this translation helpful? Give feedback.
-
ResourceConfiguration custom state is lost when components are cachedWhen using php artisan filament:cache-components (or php artisan optimize), any custom state set on a ResourceConfiguration subclass is lost upon cache restore. Steps to reproduce:
Root cause: cacheComponents() in HasComponents only serializes resource and key for each ResourceConfiguration: restoreCachedComponents() then reconstructs objects using only ::make(key), which calls the constructor with default values — the custom state (isGlobal = true) is never restored: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
New Features
RichEditorplugins to provide file attachment provider by @ralphjsmit in feat: ability forRichEditorplugins to provide file attachment provider #19187RichEditorplugins to provide enabled/disabled toolbar buttons by @ralphjsmit in feat: ability forRichEditorplugins to provide enabled/disabled toolbar buttons #19260What's Changed
isOpenfrom desktop state on page load by @People-Sea in fix: Restore sidebarisOpenfrom desktop state on page load #19378Full Changelog: v4.7.4...v4.8.0
This discussion was created from the release v4.8.0.
Beta Was this translation helpful? Give feedback.
All reactions