What's New
Bug Fixes
- fix(admin): cast the default product type to its enum before mounting the configuration component (#637)
Opening the "New product" slide over crashed with a TypeError when a default product type was stored in settings. The Filament form state is now cast to the ProductType enum before being passed to the nested Livewire component, and an invalid stored value falls back to disabling the toggle instead of crashing. Fixes #636.
- fix(admin): support Filament 4.12 embedded select rendering in the icon picker (#637)
Filament v4.12 renders selects in pure PHP and removed the filament-forms::components.select view that the icon picker re-included, which broke the attribute form. The icon picker now inherits the native Select rendering: the Blade view on Filament 4.11 and the embedded renderer on 4.12.
Contributors
Full Changelog: v2.11.0...v2.11.1