All notable changes to custom-fields will be documented in this file.
- Fluent Builder API: New
CustomFields::form(),CustomFields::table(),CustomFields::infolist()builders - Field Type Configurator: Fluent configuration for enabling/disabling field types
- BaseFieldType with FieldSchema: Cleaner field type definitions with less boilerplate
- Settings JSON Column: Added to
custom_field_optionstable
- Namespace Changes:
InteractsWithCustomFieldstrait moved toRelaticle\CustomFields\Concerns - Filament 4 Required: Upgraded from Filament 3 to Filament 4
- Component-based integration (
CustomFieldsComponent::make()) in favor of builder API
See the upgrade guide for detailed migration steps from v1.
- Initial release