v1.1.4
This release introduces a new feature for setting default values on settings pages and includes improvements to the package's testing infrastructure.
✨ Added
- Default Data for Settings Pages: A getDefaultData() method can now be defined in settings page classes to provide default values for the form. Values stored in the database will override these defaults.
🚀 Improved
-
Scaffolding Stub: The artisan make command for settings pages now includes the getDefaultData() method in the generated file.
-
Testing Infrastructure: The test environment has been updated to ensure reliable testing of Filament and Livewire components. This includes automatic database migrations, registration of all required service providers, and proper session initialization.
Full Changelog: v1.1.3...v1.1.4