Releases: filamentphp/filament
v3.2.84
What's Changed
- fix: add row wrong index after reorder by @wychoong in #12956
- Fix Groupable contract implementation order by @juliangums in #12958
- Fix: ToggleButtons multiple empty state by @schmeits in #12966
- feature: Custom import file validation by @bzy107 in #12980
- Update 01-getting-started.md by @IA21 in #12981
- Update 03-database-notifications.md by @nedwors in #12989
- Add a regression test for the missing form data in the before hook by @gehrisandro in #12987
- Add CSS hook classes for split by @zepfietje in #12992
- fix: Select relationship BelongsToMany single by @danharrin in #13010
- add
km
missing translations by @valpuia in #13003 - Prevent notification closing if mouse is over notification by @howdu in #13000
- Docs: Updates view page's testing description by @fsamapoor in #13011
- Add ability to disable autofocus on modals by @gehrisandro in #12991
New Contributors
Full Changelog: v3.2.83...v3.2.84
v3.2.83
What's Changed
- fix: Apply filters when the encoding is something other than UTF-8 by @bzy107 in #12921
- Allow to use html in checkboxlist labels by @bernhardh in #12923
- Allow passing boolean to rules by @wychoong in #12925
- Add rule requiredIfAccepted by @wychoong in #12926
- fixes missing default validation messages on FileUpload by @mariusticha in #12928
- Fix scroll to top in Wizard Form by @sebapastore in #12933
- Fix: import job class resolved from the container by @ceilidhboy in #12937
- UploadedFile should be converted to TemporaryUploadedFile by @recca0120 in #12940
Full Changelog: v3.2.82...v3.2.83
v3.2.82
What's Changed
- Check for Duplicate / Empty columns before attempting to submit import by @aSeriousDeveloper in #12799
- add central kurdish language by @swarakaka in #12884
- Move action lifecycle hooks by @zepfietje in #12891
- Dispatch DatabaseNotificationsSent from import/export jobs by @rossbearman in #12879
- Load
km
locale from FilePond by @valpuia in #9431 - Docs: Fix codeblocks by @Plytas in #12904
- Docs: Fix the link in
Panel Builder
>Getting Started
by @macocci7 in #12902 - Allow table row record url to open in new tab by @dmason30 in #12908
New Contributors
- @swarakaka made their first contribution in #12884
- @Plytas made their first contribution in #12904
- @macocci7 made their first contribution in #12902
- @dmason30 made their first contribution in #12908
Full Changelog: v3.2.81...v3.2.82
v3.2.81
New security documentation
We have published new documentation about the FileUpload
's preserveFilenames()
and getUploadedFileNameForStorageUsing()
methods, appropriate for anyone using a local
or public
filesystem disk with untrusted users. Please read it and take appropriate action to ensure that your application is not vulnerable to this type of attack:
Credit to @angelej for investigating this issue and giving us a heads up about the implications.
What's Changed
- Docs: Added
static
to exampleImporter::getColumns()
method by @lukeholder in #12835 - feat: add support to override media model on spatie media file upload by @WayneHarris in #12829
- Feat: Adding grouping direction hidden method for the table grouping by @bensondevs in #12826
- Feature: Added the option to modals to prevent closing on escape key press by @borjajimnz in #12832
- Fix: Missing Tenant Registration, Profile and User Profile page component registration by @dev-idkwhoami in #12844
- lang: Add unsaved-changes-alert id translation by @NathanaelGT in #12866
- Improve Stats Overview Widgets documentation by @xikcode in #12862
- Fix: Incorrectly hiding the 'Select all X' table link by @dev-idkwhoami in #12853
- Fix: Hide toggleable hidden column in column toggle dropdown by @dev-idkwhoami in #12854
- Fix: Visual bug when using selectCurrentPageOnly in combination with grouping by @dev-idkwhoami in #12860
New Contributors
- @lukeholder made their first contribution in #12835
- @bensondevs made their first contribution in #12826
- @xikcode made their first contribution in #12862
Full Changelog: v3.2.80...v3.2.81
v3.2.80
What's Changed
- Change type hint for chart data by @juliangums in #12803
- add param name by @juliangums in #12804
- Update Swedish translations by @adevade in #12805
- Fix footer actions being rendered outside viewport in image editor on mobile devices by @rossbearman in #12813
- fix: State overwritten without state path by @danharrin in #12819
- fix: Summarize pivot column with duplicate name by @danharrin in #12821
- Allow defaultSort to accept Livewire by @archilex in #12687
- Feat: Extra field wrapper attributes by @atmonshi in #12782
New Contributors
- @juliangums made their first contribution in #12803
- @rossbearman made their first contribution in #12813
Full Changelog: v3.2.79...v3.2.80
v3.2.79
What's Changed
- Fix issue with rich editor losing state when reopening modals.
- Fix issue with 3+ combination key bindings not working.
- Update 04-pages.md by @nathanielmom in #12792
- Update fi translation by @Zagna in #12788
- Make refreshFormData public by @SebastianSchoeps in #12797
- fix: Pivot table sync not respecting query scopes by @danharrin in #12800
New Contributors
- @nathanielmom made their first contribution in #12792
Full Changelog: v3.2.78...v3.2.79
v3.2.78
What's Changed
- Minor fixes on Catalan translations by @ericmp33 in #12767
- Rich Editor - Resolving State Update Issue by @leandrocfe in #12770
- Bump spatie/image-optimizer from 1.7.2 to 1.7.4 by @dependabot in #12773
- BaseFileUpload.php: No custom validation message (for mimetypes) by @pgerundt in #12772
New Contributors
Full Changelog: v3.2.77...v3.2.78
v3.2.77
What's Changed
- Feat: Add search value to Select field's relationship modifyQueryUsing by @takashato in #12711
- Trix v2 - update by @leandrocfe in #12715
- Update vi translations by @datlechin in #12720
- fix: Column still hidden when it's not toggleable anymore by @datlechin in #12719
- Update item.blade.php by @snellingio in #12725
- Support
->badgeIcon
in Tab Item by @devhoussam1998 in #12726 - Fix summaries error in MSSQL Environment by @CruxAllez in #12734
- Add download explanation to export action started language. by @cheesegrits in #12738
- Added no language import for date-time-picker by @ekrist1 in #12748
- Fix active indicators when using group options by @NathanaelGT in #12750
- feature: Easier Repeater / Builder testing by @danharrin in #12759
New Contributors
- @CruxAllez made their first contribution in #12734
Full Changelog: v3.2.76...v3.2.77
v2.17.56
What's Changed
layouts.sidebar
→layout.sidebar
by @w3lifer in #9926- Documentaion:
layouts
→layout
by @w3lifer in #9983 - Updated validation testing documentation for AdminPanel by @orebarranco in #10668
- Fixed wrong placement of a comma in docs by @achyutkneupane in #11615
- [2.X] Fix currency format by @billmn in #12763
New Contributors
- @w3lifer made their first contribution in #9926
- @orebarranco made their first contribution in #10668
- @achyutkneupane made their first contribution in #11615
Full Changelog: v3.2.77...v2.17.56
v3.2.76
What's Changed
- Downgrades Trix back to v1 to fix rendering issues in the rich editor.
- Fix bug #8870 by @dmitry-udod in #12672
- update infolist documentations by @valpuia in #12707
- Actually hide hidden item actions by @zepfietje in #12660
Full Changelog: v3.2.75...v3.2.76