Skip to content

v2.1.0

Latest

Choose a tag to compare

@AsmitNepali AsmitNepali released this 20 Jul 05:00
47d5fac

What's Changed

  • Fix "View [components.file-upload] not found" on Filament v5.7+ by @zvizvi in #11

Filament v5.7 removed the filament-forms::components.file-upload Blade view in favour of an embedded (HasEmbeddedView) renderer. The component now falls back to toEmbeddedHtml() when the Blade view is absent, staying compatible with Filament v3/v4.

Full Changelog: v2.0.0...v2.1.0