Releases: relaticle/custom-fields
Releases · relaticle/custom-fields
v3.0.12
v3.0.11
Fixed
- AcceptedFileTypesCapability now expects MIME types (e.g.
image/png,application/pdf) instead of file extensions, matching what Filament'sacceptedFileTypes()requires - Changed validation rule from
mimestomimetypesfor consistency
v3.0.10
What's Changed
- feat: add FieldDataType::FILE to fix file upload validation by @ManukMinasyan in #100
Full Changelog: v3.0.9...v3.0.10
v3.0.9
2.3.3
What's Changed
- feat: add FieldDataType::FILE to fix file upload validation by @ManukMinasyan in #101
Full Changelog: 2.3.2...2.3.3
2.3.2
v3.0.8
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
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
What's Changed
- feat: add field description/help text support by @ManukMinasyan in #94
- feat: add configurable unique rule modifier for section edit action by @ManukMinasyan in #95
Full Changelog: v3.0.6...v3.0.7
v3.0.6
What's Changed
- fix: prevent type field from being deselected to null by @ManukMinasyan in #93
Full Changelog: v3.0.5...v3.0.6