Skip to content

Releases: relaticle/custom-fields

v3.0.12

06 Mar 18:44

Choose a tag to compare

Fixed

  • Remove redundant mimetypes validation rule from AcceptedFileTypesCapability::toRules() — Filament's acceptedFileTypes() already handles this at the component level, and the duplicate rule caused validation failures with Livewire uploads

v3.0.11

06 Mar 18:34

Choose a tag to compare

Fixed

  • AcceptedFileTypesCapability now expects MIME types (e.g. image/png, application/pdf) instead of file extensions, matching what Filament's acceptedFileTypes() requires
  • Changed validation rule from mimes to mimetypes for consistency

v3.0.10

06 Mar 18:12
dd42685

Choose a tag to compare

What's Changed

Full Changelog: v3.0.9...v3.0.10

v3.0.9

06 Mar 15:59
68be195

Choose a tag to compare

Bug Fixes

  • Fix duplicate action crash when option has settings cast (CannotCastData exception) (#96)
  • Refresh field list after duplicating a custom field without requiring page reload (#98)

2.3.3

06 Mar 18:12
18a87dd

Choose a tag to compare

What's Changed

Full Changelog: 2.3.2...2.3.3

2.3.2

06 Mar 15:59
96351c4

Choose a tag to compare

Bug Fixes

  • Fix duplicate action crash when option has settings cast (CannotCastData exception) (#97)
  • Refresh field list after duplicating a custom field without requiring page reload (#99)

v3.0.8

02 Mar 16:38

Choose a tag to compare

Fixed

  • Render checkbox list infolist entry as disabled checkboxes instead of a wall of text, matching the input's visual structure in read-only mode

2.3.1

02 Mar 16:38

Choose a tag to compare

Fixed

  • Render checkbox list infolist entry as disabled checkboxes instead of a wall of text, matching the input's visual structure in read-only mode

v3.0.7

27 Feb 19:13
bd0c9a2

Choose a tag to compare

What's Changed

Full Changelog: v3.0.6...v3.0.7

v3.0.6

26 Feb 14:51
b86380c

Choose a tag to compare

What's Changed

Full Changelog: v3.0.5...v3.0.6