Releases: filamentphp/filament
Releases · filamentphp/filament
v3.2.99
What's Changed
- Update action testing documentation to include testing modals by @brentkelly in #13875
- Fix issue testing visible action with arguments by @howdu in #13880
- Update email-verification-prompt.php by @misaf in #13902
- Add authorization to register method by @4m1n0s in #13890
- Add "kirschbaum-development/eloquent-power-joins": "^3.0" to composer… by @vikijel in #13901
- feature: Required import mapping for new records only by @danharrin in #13914
New Contributors
Full Changelog: v3.2.98...v3.2.99
v3.2.98
What's Changed
- Update docs: Use closeModalByEscaping instead of closedByEscaping by @MarcelWeidum in #13761
- fix: Broaden dependency of
filament/support
on dbal to allow for its version 4 by @Voltra in #13767 - Edit Arabic Translation by @majdghithan in #13782
- Add Thai locale support for dayjs. by @phattarachai in #13790
- implement alignment in image-entry blade by @atmonshi in #13810
- Fix: Generating a slug from a title by @mrleblanc101 in #13841
- fix: the breadcrumb item label of the current page should not be clickable by @Cyberphinx in #13839
- Prevent text breaking out the grid by @MartijnCuppens in #13859
- Persist Textarea autosize by @awcodes in #13748
- Add better mimetype support for FileUpload component by @bbredewold in #13814
- Docs Update - Modify the modal blade component page by @TbishopP in #13864
New Contributors
- @MarcelWeidum made their first contribution in #13761
- @Voltra made their first contribution in #13767
- @mrleblanc101 made their first contribution in #13841
- @Cyberphinx made their first contribution in #13839
- @MartijnCuppens made their first contribution in #13859
- @bbredewold made their first contribution in #13814
- @TbishopP made their first contribution in #13864
Full Changelog: v3.2.97...v3.2.98
v3.2.97
What's Changed
- Performance improvements for table checkboxes event listeners by @yuters in #13679
- Add prefix and suffix to table summaries by @rvzug in #13702
- accept
float
(decimal values) directly inmultipleOf()
rule helper by @mattlibera in #13705 - Use identified page name in TableWidget by @oddvalue in #13711
- Update Spanish translations (import, actions modals) by @luisprmat in #13719
- Next wizard step test helper by @eduPHP in #13278
- Add Filament:generateResourceUrl() method by @geisi in #13707
- fix: choicesjs toggle disable/enable by @wychoong in #13735
- fix: nested modals scrolling issue by @wychoong in #13740
- fix: Nullable select relationship by @danharrin in #13758
- fixed typo in code sample by @HereticPilgrim in #13759
New Contributors
- @rvzug made their first contribution in #13702
- @eduPHP made their first contribution in #13278
- @geisi made their first contribution in #13707
- @HereticPilgrim made their first contribution in #13759
Full Changelog: v3.2.96...v3.2.97
v3.2.96
What's Changed
- Fix #13518 by @oele-dev in #13567
- Fix: alpine errors when textarea is in modals by @awcodes in #13630
- Add ide.json for Blade icon autocompletions with Laravel Idea by @jackwh in #13629
- Prevent resetting action record by @tanthammar in #13624
- docs: Add an Explanation for Customizing Width of the Navigation by @bzy107 in #13650
- fix: fixed translation for e-mail in norwegian by @dennis-fransen in #13663
- setRelation on the repeater component model after saving related data by @yuters in #13637
- fix: get correct primary key name from media class by @LuizCristino in #13677
- Fix: Make Select loadStateFromRelationshipsUsing() consider HasOne and HasMany relationships by @smpita in #13542
- Add font weight to filament::link component by @howdu in #13665
- Fix replicate action not filling form data by @howdu in #13668
- Update 13-builder.md rename view path by @bansal in #13680
- Allowing $get() to get full array of current path by @cheesegrits in #13653
- docs: add table column date tooltip by @howdu in #13659
- Proposal: Add
filament:optimize
andfilament:optimize-clear
commands by @dissto in #13634
New Contributors
- @oele-dev made their first contribution in #13567
- @dennis-fransen made their first contribution in #13663
- @yuters made their first contribution in #13637
- @LuizCristino made their first contribution in #13677
- @smpita made their first contribution in #13542
- @bansal made their first contribution in #13680
Full Changelog: v3.2.95...v3.2.96
v3.2.95
What's Changed
- Override default number locale in Tables and Infolists by @dmason30 in #13556
- Fixed visibility of action buttons on form with deferred filters. by @den1n in #13551
- Fix #13531 by @vienman1990 in #13565
- Fix array_reduce in new groups closure by @archilex in #13620
- Update 09-file-upload.md by @dennisvandalen in #13610
- fix: Duplicate column in summarizer subquery by @danharrin in #13626
- Fix nested Eager Loading for EntanglesStateWithSingularRelationship Components Concern by @yebor974 in #13603
New Contributors
- @vienman1990 made their first contribution in #13565
Full Changelog: v3.2.94...v3.2.95
v3.2.94
What's Changed
- Add possibility of closure to sidebarCollapsible methods by @slovenianGooner in #13486
- Add current state to the error messages on column test assertions by @gehrisandro in #13427
- Add defaultAction to docs by @archilex in #13497
- Add table bulk select CSS selectors by @ralphjsmit in #13508
- Fix ImportAction failed with Default Non-S3 Filesystem and Filament S3 Filesystem by @smiliyas in #13505
- Fix evaluating labels in ternary filter by @teodino93 in #13521
- European Portuguese Translation by @Corvisier in #13573
- fix: allow view() to be used as icon by @ju5t in #13512
- Add option to configure the default sort option label by @gehrisandro in #13539
- Add option to pass a closure as the sortable condition by @gehrisandro in #13540
- Docs Update: on Actions - Export Action by @kachelle in #13561
- Make Stat component macroable by @spcbfr in #13563
- Add section about cluster breadcrumb by @carstenjaksch in #13574
- Feat: ImportAction events by @smiliyas in #13526
- Allow table groups to accept a closure by @archilex in #13559
- fix: allow to access default page for non-auth panel by @smiliyas in #13588
- Fix: avoid table polling while reordering by @smiliyas in #13593
New Contributors
- @teodino93 made their first contribution in #13521
- @ju5t made their first contribution in #13512
- @kachelle made their first contribution in #13561
- @spcbfr made their first contribution in #13563
- @carstenjaksch made their first contribution in #13574
Full Changelog: v3.2.93...v3.2.94
v3.2.93
What's Changed
- Bump ws and puppeteer in /docs-assets/screenshots by @dependabot in #13309
- Bump ws from 8.17.0 to 8.17.1 by @dependabot in #13314
- Don't lazy-load the GlobalSearch component by @jackwh in #13321
- Broadcasting using the Panel builder - configuration & documentation by @brentkelly in #13328
- Fix import in docs example by @mkwsra in #13338
- Add page end/start render hooks to simple page by @ralphjsmit in #13323
- i18n: better french translations for table filters by @benjaminhaeberli in #13375
- Add additional table renderhooks by @archilex in #13373
- Add infolists text entry date tooltip methods by @zepfietje in #13399
- Fixing missing and bad translations in Czech by @gord007 in #13464
- Fixing missing and bad translations in Slovak by @gord007 in #13465
- Adding missing french translations by @yebor974 in #13474
- Fixing missing translations in Russian. by @den1n in #13472
- fix: better handling of non-latin column names on import by @beholdr in #13471
- Update 05-actions.md by @nathanielmom in #13484
- Conditionally hide summaries by @D-Jordy in #13320
- Fix relative state path returned in cache by @howdu in #13393
- Add close notification event by @howdu in #13412
- fix: Collapsible sidebar group naming clash by @danharrin in #13533
- fix: Testing grouped action visibility with grouped authorization by @danharrin in #13519
New Contributors
- @brentkelly made their first contribution in #13328
- @mkwsra made their first contribution in #13338
- @benjaminhaeberli made their first contribution in #13375
- @gord007 made their first contribution in #13464
- @yebor974 made their first contribution in #13474
- @den1n made their first contribution in #13472
- @D-Jordy made their first contribution in #13320
Full Changelog: v3.2.92...v3.2.93
v3.2.92
What's Changed
- Remove duplicate title attribute from rich editor toolbar button by @CharrafiMed in #13253
- add missing keys in rich editor toolbar button by @CharrafiMed in #13263
- fix incorrect user checking code inside of scope & observer docs by @kejedi in #13281
- Update vi translations by @datlechin in #13297
- Add docs for setting the current panel in tests by @mokhosh in #13291
New Contributors
- @CharrafiMed made their first contribution in #13253
- @kejedi made their first contribution in #13281
Full Changelog: v3.2.91...v3.2.92
v3.2.91
What's Changed
- Improve export action arabic translation by @mustafa-online in #13228
- Update date-time-picker.js to use advancedFormat plugin for more flexible date formatting by @bnzo in #13229
- Add missing AR translations by @ahmed-abobaker in #13233
- Removes the empty dropdown panel by @ronssij in #13241
- RichEditor: Fix value not clearing after Create & Create Another by @ryangjchandler in #13248
- Allow multiple lines to be added to the import example file. by @Sergey-Karapetyan in #13171
Full Changelog: v3.2.90...v3.2.91
v3.2.90
- Move icon button badges down by 1 point to prevent clipping.
Full Changelog: v3.2.89...v3.2.90