Releases: filamentphp/filament
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
v3.2.75
Apologies, this fixes some broken form component styling that was compiled in v3.2.74.
Full Changelog: v3.2.74...v3.2.75
v3.2.74
What's Changed
- Slovenian translation by @BlazL in #12642
- Improving Thai language translation add adding missing translation. by @phattarachai in #12635
- Update ClearCachedComponentsCommmand Description by @JakeVdub in #12630
- feat: loading section customizable height by @hpiaia in #12627
- Adjust description text to the trending down arrow by @begueradj in #12650
- Update 08-global-search.md by @Umar-Farooq-Shafi in #12653
- Inline global search field suffix by @zepfietje in #12656
- Norwegian translation update and fix by @Tor2r in #12682
- Bump trix from 1.3.1 to 2.1.1 by @dependabot in #12678
- Add missing support for extra item actions in simple repeater by @lamberttraccard in #12674
- Check login() method exists, punt to setUser() by @cheesegrits in #12685
- update: Japanese translation update and fix by @bzy107 in #12695
- document: Adding command to publish missing translation files by @bzy107 in #12696
- Add afterInit hook by @assertchris in #12694
New Contributors
- @BlazL made their first contribution in #12642
- @JakeVdub made their first contribution in #12630
- @hpiaia made their first contribution in #12627
- @begueradj made their first contribution in #12650
- @assertchris made their first contribution in #12694
Full Changelog: v3.2.73...v3.2.74