Releases: filamentphp/filament
Releases · filamentphp/filament
v3.2.131
What's Changed
- fix: handle tag switching for non-ASCII characters by @zxc88645 in #15065
- Update Hungarian translation and fix typos by @VasasA in #15074
- DatePicker is set to readOnly(), but it still can clicked and open calendar popup by @untillnesss in #15064
- Refactor: To allow passing in a callback function to
assertTableActonDataSet
andassertTableBulkActionDataSet
by @chester-sykes in #15078 - Run optimize command under
filament
key inartisan optimize
by @ralphjsmit in #15089 - Fix: Pie chart documentation link. by @MrMohamedAbdallah in #15103
- Fix table ui when all searchable colums hidden by @dododedodonl in #15108
- Lock Livewire version again due to several bug reports regarding other components broken after upgrading (date picker, tags input, etc).
New Contributors
- @zxc88645 made their first contribution in #15065
- @untillnesss made their first contribution in #15064
- @chester-sykes made their first contribution in #15078
- @MrMohamedAbdallah made their first contribution in #15103
Full Changelog: v3.2.130...v3.2.131
v3.2.130
What's Changed
- fix: Remove x-ignore around nested Alpine components by @danharrin in #15062
Full Changelog: v3.2.129...v3.2.130
v3.2.129
What's Changed
- Select table records by pivot if needed by @johanmolen in #15004
- Add missing extra attributes to Livewire infolist component by @tanthammar in #15005
- Add "flip" property to dropdown component by @Persaeus in #15013
- Fix padded appearance near sub-navigation select element by @Persaeus in #15030
- Update 02-select.md by @noahlocke in #15024
- Bump trix from 2.1.5 to 2.1.9 by @dependabot in #15042
- Bump league/commonmark from 2.5.3 to 2.6.0 by @dependabot in #15043
- Fix TagsInput closing filters when removing tag from list by @TheSkybreaker in #15046
- Bump nanoid from 3.3.7 to 3.3.8 in /docs-assets/app by @dependabot in #15047
- Fix
Route [login] not defined
error by @ralphjsmit in #15041
New Contributors
- @noahlocke made their first contribution in #15024
- @TheSkybreaker made their first contribution in #15046
Full Changelog: v3.2.128...v3.2.129
v3.2.128
What's Changed
- fix: Import/export sync notifications by @danharrin in #14957
- fix: use app() to create a new instance of the password reset notific… by @simonmilz in #14944
- Update 01-getting-started.md Fix one typo by @peterhauke in #14980
- Add tables::header-cell.sort-button by @megawubs in #14984
- fix: allow text-columns to read a nested array value by @aSeriousDeveloper in #14998
- Added sample generated image by @ModestasV in #14962
- Added attributes to livewire.blade file by @FrankWiebe in #15000
- fix: Modal heading getting too close to close button by @RoyHridoy in #14993
- Add labels for create and edit option actions in Select input to show label on sr-only for current local. by @A909M in #14978
- Allow TextInputColumn to expand full width of table column by @tanthammar in #14812
New Contributors
- @simonmilz made their first contribution in #14944
- @ModestasV made their first contribution in #14962
- @FrankWiebe made their first contribution in #15000
- @RoyHridoy made their first contribution in #14993
- @A909M made their first contribution in #14978
Full Changelog: v3.2.127...v3.2.128
v3.2.127
What's Changed
- fix: Selection indicator large number formatting in some locales by @danharrin in #14924
Full Changelog: v3.2.126...v3.2.127
v3.2.126
What's Changed
- Fix item validation by @dododedodonl in #14896
- Remove escape chars on input columns by @angelej in #14903
- Convert the CheckTranslationsCommand to use the new Laravel command components & Laravel Prompts by @dmitry-udod in #14906
- fix(i18n): adds/updates Persian (FA) translations for import/export actions by @fsamapoor in #14907
- Support globally setting max simple page content width by @zepfietje in #14819
New Contributors
Full Changelog: v3.2.125...v3.2.126
v3.2.125
What's Changed
- Fix typo in 02-stats-overview.md by @jackwh in #14790
- [Docs] Correct minor typo in widgets 02-stats-overview.md by @drbyte in #14789
- Add missing malay translation by @sumardi in #14796
- Add missing section "Lifecycle hooks" for ViewRecord by @abrardev99 in #14795
- Improve table header cell design by @zepfietje in #14797
- Added missing fields of Turkish language by @apicopter in #14798
- Added missing file for Turkish language by @apicopter in #14799
- Fix typo in icons docs by @nhedger in #14829
- Add nestedRecursiveRules to ToggleButtons by @tanthammar in #14815
- Avoid division by zero in FileUpload.php by @tanthammar in #14831
- Add missing Indonesian translations by @uthadehikaru in #14834
- Bump cross-spawn from 7.0.3 to 7.0.6 in /docs-assets/app by @dependabot in #14859
- Fix toggle buttons CSS class by @zepfietje in #14862
- Add automatic scrolling of wizard steps by @austincarpenter in #14826
- Update indicator.blade.php - format $allSelectableRecordsCount by @ericmp33 in #14838
- Improve sync connection support for
ExportAction
by @ralphjsmit in #14854 - Add input and affix CSS classes to input wrapper by @zepfietje in #14874
- Simplify color picker preview HTML by @zepfietje in #14877
- Add CSS class to rich editor editor by @zepfietje in #14879
- Add CSS class to tags input by @zepfietje in #14880
- Add missing Slovak translations by @christeyerl in #14881
- Add missed UK translation by @dmitry-udod in #14899
- Make getLocaleLabelUsing usable in service provider by @johanmolen in #14898
- Use Heroicons for rich editor and Markdown editor by @zepfietje in #14878
- Update tabs/item.blade.php, add justify-center by @avinmaster in #14888
- Lock Livewire to v3.5.12 due to reported issues with tables in v3.5.13.
New Contributors
- @abrardev99 made their first contribution in #14795
- @apicopter made their first contribution in #14798
- @nhedger made their first contribution in #14829
- @uthadehikaru made their first contribution in #14834
- @johanmolen made their first contribution in #14898
- @avinmaster made their first contribution in #14888
Full Changelog: v3.2.124...v3.2.125
v3.2.124
What's Changed
- Add missing Spanish translation for columns.label in table.php by @Kepsondiaz in #14722
- Fix/missing translation for arabic by @Kepsondiaz in #14725
- Add backed enum for $abilities type by @emargareten in #14726
- Allow rendering HTML in CheckboxList label by @CodeWithDennis in #14717
- Add missing Azeri translation by @Kepsondiaz in #14739
- Hide option Remove all filters by @amoradel in #14710
- Add missing catalan translation by @Kepsondiaz in #14751
- Add missing Czech translation by @Kepsondiaz in #14752
- Add missing German translation by @Kepsondiaz in #14753
- fix: global search in SPA mode when switching tenants by @ralphjsmit in #14744
- Docs - Actions - Testing - Signature of setActionData() by @lairg99 in #14756
- Fixed bug on windows where the system puts \ instead of / while forming the s3 url (Import action). by @bmspereira-07 in #14767
- Widgets/StatsOverview: Add support for heading and description by @ryangjchandler in #14782
New Contributors
- @emargareten made their first contribution in #14726
- @amoradel made their first contribution in #14710
- @lairg99 made their first contribution in #14756
- @bmspereira-07 made their first contribution in #14767
Full Changelog: v3.2.123...v3.2.124
v3.2.123
What's Changed
- Mitigate Carbon Month Overflow Bug on 31st of a month by @PascaleBeier in #14678
- Update vi translations by @datlechin in #14689
- Disallow EXIF data from uploads to be deleted when resizing by @boris-glumpler in #14688
- Add instructions for uploading large files to 09-file-upload.md by @grafst in #14682
- Fix blog link in upgrade guide by @intrepidws in #14696
- Fix/fixe missing translation for french by @Kepsondiaz in #14718
- Use
local
instead ofpublic
disk for exports where available by @danharrin in #14723
New Contributors
- @PascaleBeier made their first contribution in #14678
- @grafst made their first contribution in #14682
- @Kepsondiaz made their first contribution in #14718
Full Changelog: v3.2.122...v3.2.123
v3.2.122
What's Changed
- Update European Portuguese Translation by @Corvisier in #14620
- Update 09-configuration.md by @RyanPaiva56 in #14629
- Update fi translation by @Zagna in #14633
- Fix header padding for modal without footer by @zepfietje in #14645
- fix: icon button should be disabled while loading by @julieni in #14646
- [WIP] Allow injecting $options into modifyQueryUsing() by @Miguel-Serejo in #14657
- Bump elliptic from 6.5.7 to 6.6.0 by @dependabot in #14671
- feat : Action alignment system in Builder component by @MathieuMenegain in #14672
- fix: Import/export count reliability by @danharrin in #14673
New Contributors
- @RyanPaiva56 made their first contribution in #14629
- @julieni made their first contribution in #14646
- @Miguel-Serejo made their first contribution in #14657
- @MathieuMenegain made their first contribution in #14672
Full Changelog: v3.2.121...v3.2.122