Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-28 | 1.4 kB | |
v3.3.34 source code.tar.gz | 2025-07-28 | 32.6 MB | |
v3.3.34 source code.zip | 2025-07-28 | 35.0 MB | |
Totals: 3 Items | 67.7 MB | 1 |
What's Changed
- feat: ability to set
->defaultFocusedDate()
when opening emptyDateTimePicker
by @ralphjsmit in https://github.com/filamentphp/filament/pull/17003 - chore: update documentation link by @KevinWinardi in https://github.com/filamentphp/filament/pull/17049
- fix: support enums as Select options with disableOptionsWhenSelectedI… by @IgorPierre in https://github.com/filamentphp/filament/pull/17055
- docs: update ColorPicker hex-regex to allow capital letters by @ralphjsmit in https://github.com/filamentphp/filament/pull/17074
- [v3] Fix loading indicator appearing in table after group deselection by @dvarilek in https://github.com/filamentphp/filament/pull/17095
- fix: defer evaluating edit option form data by @ralphjsmit in https://github.com/filamentphp/filament/pull/17078
- Add missing FR translation for request password reset notification by @yebor974 in https://github.com/filamentphp/filament/pull/17097
- fix: replace blank() with null check on ReflectionClass by @matsesh in https://github.com/filamentphp/filament/pull/17099
- Add Closure to $defaultGroup to Filament\Tables\Table\Concerns\CanGroupRecords.php by @husam-tariq in https://github.com/filamentphp/filament/pull/17069
New Contributors
- @IgorPierre made their first contribution in https://github.com/filamentphp/filament/pull/17055
Full Changelog: https://github.com/filamentphp/filament/compare/v3.3.33...v3.3.34