Releases: filamentphp/filament
Releases · filamentphp/filament
Release list
v5.6.2
What's Changed
- Chore/et translations imrovements by @priithansen in #19765
- SK,CZ,PL,ES translations by @hamrak in #19766
- Fix: slideover position in filters and column manager by @webard in #19769
- task: Refactor color contrast resolution by @danharrin in #19774
- refactor: Chart.js implementation in chart widgets by @ahmed-rashad-alnaggar in #19681
- Fix: Adds support for extraModalOverlayAttributes and extraModalWindowAttributes to Column Manager and Filters modals by @webard in #19775
- Fix: Equal height for slideOver header and TopBar by @webard in #19776
- docs(forms): document visibility handling in relationship condition with saveRelationshipsWhenHidden by @Sngt25 in #19786
- fix: remount table header and toolbar to refresh x-show after state changes by @ahmed-rashad-alnaggar in #19787
- fix broken Cropper.js documentation link by @nikcani in #19790
- fix: prevent tenant root routes from taking precedence over application routes by @people-sea in #19780
- chore(deps): bump postcss from 8.5.6 to 8.5.13 by @dependabot[bot] in #19801
- Fix: tooltip disable option in stats overview chart by @salmanhijazi in #19791
- Fix Chart Centering in RTL Layouts by @aymanalareqi in #19800
New Contributors
- @Sngt25 made their first contribution in #19786
- @nikcani made their first contribution in #19790
- @salmanhijazi made their first contribution in #19791
Full Changelog: v5.6.1...v5.6.2
v4.11.2
What's Changed
- Chore/et translations imrovements by @priithansen in #19765
- SK,CZ,PL,ES translations by @hamrak in #19766
- Fix: slideover position in filters and column manager by @webard in #19769
- task: Refactor color contrast resolution by @danharrin in #19774
- refactor: Chart.js implementation in chart widgets by @ahmed-rashad-alnaggar in #19681
- Fix: Adds support for extraModalOverlayAttributes and extraModalWindowAttributes to Column Manager and Filters modals by @webard in #19775
- Fix: Equal height for slideOver header and TopBar by @webard in #19776
- docs(forms): document visibility handling in relationship condition with saveRelationshipsWhenHidden by @Sngt25 in #19786
- fix: remount table header and toolbar to refresh x-show after state changes by @ahmed-rashad-alnaggar in #19787
- fix broken Cropper.js documentation link by @nikcani in #19790
- fix: prevent tenant root routes from taking precedence over application routes by @people-sea in #19780
- chore(deps): bump postcss from 8.5.6 to 8.5.13 by @dependabot[bot] in #19801
- Fix: tooltip disable option in stats overview chart by @salmanhijazi in #19791
- Fix Chart Centering in RTL Layouts by @aymanalareqi in #19800
New Contributors
- @Sngt25 made their first contribution in #19786
- @nikcani made their first contribution in #19790
- @salmanhijazi made their first contribution in #19791
Full Changelog: v4.11.1...v4.11.2
v5.6.1
What's Changed
- fix: Invalid file path validation by @danharrin in #19759
- fix: ignore invalid notification IDs in database notification actions by @people-sea in #19752
- [4.x] fix(actions): batch cancel, failed() handler, explicit retry defaults by @JoshSalway in #19754
New Contributors
- @JoshSalway made their first contribution in #19754
Full Changelog: v5.6.0...v5.6.1
v4.11.1
What's Changed
- fix: Invalid file path validation by @danharrin in #19759
- fix: ignore invalid notification IDs in database notification actions by @people-sea in #19752
- [4.x] fix(actions): batch cancel, failed() handler, explicit retry defaults by @JoshSalway in #19754
New Contributors
- @JoshSalway made their first contribution in #19754
Full Changelog: v4.11.0...v4.11.1
v5.6.0
New Features
- feat: get item index in itemLabel on Repeater by @pintend in #19430
- feat:
ActionGroupinheaderActions()andfooterActions()of schema components by @pintend in #19431 - Add deferred badge loading for relation manager tabs by @buzkall in #19464
- Feat: Add custom openable/downloadable URLs support for file uploads by @Abdulmajeed-Jamaan in #19481
- feat: expose TipTap/ProseMirror globals for custom rich editor extensions by @leek in #19559
- Feature: Extra modal overlay attributes by @webard in #19603
- Feature: enhanced translation tool by @webard in #19607
- Add hiddenLabel() support to table column summarizers by @intrepidws in #19634
- Feature: SlideOver position by @webard in #19636
- feat: add support for backed enum locale by @ukeloop in #19684
- Support dynamic navigation visibility by @thaqebon in #19701
- Add page header heading render hook by @MarcelWeidum in #19702
- Modify import completed notification by @dododedodonl in #19714
- Loading indicator refactor by @Shaharyar-WebDev in #19721
- feat: add ->size() support to Filament\Schemas\Components\Icon by @Waguilar33 in #19726
- Feature: Add configurable filters remove-all action by @MACscr in #19730
- Add configurable temporary URL expiry duration by @maherelgamil in #19733
- Evaluate badge color with badge state by @thaqebon in #19706
- feature:
FileUpload/RichEditorfile path protection by @danharrin in #19731 - feat: Add Estonian (et) translations by @GasparSukk in #19725
- feature: Styling custom block previews with prose by @danharrin in #19741
- Add
Widthenum cases to add missing tailwind options. by @CamKemBell in #19737
What's Changed
- fix: Deferred badge loading on each Livewire component update by @danharrin in #19735
- Improve/boost guidelines v4 by @rupeshstha in #19734
- add missing Persian translations for export column selection actions by @Amirhossein-Zangali in #19736
- Add Hebrew translations for select/deselect actions in export by @zvizvi in #19739
- fix: Grouping by soft deleted relationship with trashed records by @danharrin in #19742
- Chore: colors PL translations by @webard in #19740
New Contributors
- @rupeshstha made their first contribution in #19734
- @Amirhossein-Zangali made their first contribution in #19736
- @pintend made their first contribution in #19430
- @Shaharyar-WebDev made their first contribution in #19721
- @GasparSukk made their first contribution in #19725
- @CamKemBell made their first contribution in #19737
Full Changelog: v5.5.2...v5.6.0
v4.11.0
New Features
- feat: get item index in itemLabel on Repeater by @pintend in #19430
- feat:
ActionGroupinheaderActions()andfooterActions()of schema components by @pintend in #19431 - Add deferred badge loading for relation manager tabs by @buzkall in #19464
- Feat: Add custom openable/downloadable URLs support for file uploads by @Abdulmajeed-Jamaan in #19481
- feat: expose TipTap/ProseMirror globals for custom rich editor extensions by @leek in #19559
- Feature: Extra modal overlay attributes by @webard in #19603
- Feature: enhanced translation tool by @webard in #19607
- Add hiddenLabel() support to table column summarizers by @intrepidws in #19634
- Feature: SlideOver position by @webard in #19636
- feat: add support for backed enum locale by @ukeloop in #19684
- Support dynamic navigation visibility by @thaqebon in #19701
- Add page header heading render hook by @MarcelWeidum in #19702
- Modify import completed notification by @dododedodonl in #19714
- Loading indicator refactor by @Shaharyar-WebDev in #19721
- feat: add ->size() support to Filament\Schemas\Components\Icon by @Waguilar33 in #19726
- Feature: Add configurable filters remove-all action by @MACscr in #19730
- Add configurable temporary URL expiry duration by @maherelgamil in #19733
- Evaluate badge color with badge state by @thaqebon in #19706
- feature:
FileUpload/RichEditorfile path protection by @danharrin in #19731 - feat: Add Estonian (et) translations by @GasparSukk in #19725
- feature: Styling custom block previews with prose by @danharrin in #19741
- Add
Widthenum cases to add missing tailwind options. by @CamKemBell in #19737
What's Changed
- fix: Deferred badge loading on each Livewire component update by @danharrin in #19735
- Improve/boost guidelines v4 by @rupeshstha in #19734
- add missing Persian translations for export column selection actions by @Amirhossein-Zangali in #19736
- Add Hebrew translations for select/deselect actions in export by @zvizvi in #19739
- fix: Grouping by soft deleted relationship with trashed records by @danharrin in #19742
- Chore: colors PL translations by @webard in #19740
New Contributors
- @rupeshstha made their first contribution in #19734
- @Amirhossein-Zangali made their first contribution in #19736
- @pintend made their first contribution in #19430
- @Shaharyar-WebDev made their first contribution in #19721
- @GasparSukk made their first contribution in #19725
- @CamKemBell made their first contribution in #19737
Full Changelog: v4.10.2...v4.11.0
v5.5.2
What's Changed
- Add German translations for export column selection actions and validation messages by @RobinHood0101 in #19703
- Add partial rendering test page and related component tests by @leandrocfe in #19708
- chore(deps-dev): bump follow-redirects from 1.15.11 to 1.16.0 by @dependabot[bot] in #19710
- chore(deps): bump basic-ftp from 5.2.2 to 5.3.0 in /docs-assets/screenshots by @dependabot[bot] in #19716
- fix: Flash notifications with multiple Livewire components by @danharrin in #19717
- fix: Hide resize handles on disabled rich editor by @danharrin in #19718
New Contributors
- @RobinHood0101 made their first contribution in #19703
Full Changelog: v5.5.1...v5.5.2
v4.10.2
What's Changed
- Add German translations for export column selection actions and validation messages by @RobinHood0101 in #19703
- Add partial rendering test page and related component tests by @leandrocfe in #19708
- chore(deps-dev): bump follow-redirects from 1.15.11 to 1.16.0 by @dependabot[bot] in #19710
- chore(deps): bump basic-ftp from 5.2.2 to 5.3.0 in /docs-assets/screenshots by @dependabot[bot] in #19716
- fix: Flash notifications with multiple Livewire components by @danharrin in #19717
- fix: Hide resize handles on disabled rich editor by @danharrin in #19718
New Contributors
- @RobinHood0101 made their first contribution in #19703
Full Changelog: v4.10.1...v4.10.2
v5.5.1
What's Changed
- chore(deps): bump basic-ftp from 5.2.0 to 5.2.1 in /docs-assets/screenshots by @dependabot[bot] in #19663
- Add missing Khmer Language by @Chanthoeun in #19656
- chore(deps): bump basic-ftp from 5.2.1 to 5.2.2 in /docs-assets/screenshots by @dependabot[bot] in #19678
- Only set default page size if it isn't already set by @ropi-bc in #19661
- fix: prevent duplicate toolbar buttons when rich editor plugin enables already-present buttons by @people-sea in #19666
- task: Easier HTML sanitizer extension by @danharrin in #19680
- fix: Rich editor pasting images within text by @danharrin in #19674
- fix: Rich content merge tag text spacing by @danharrin in #19675
- fix: Use JS select when
allowHtml()is enabled by @people-sea in #19671 - fix: rich content merge tag
toHtml()test expectations by @people-sea in #19682 - Fix avatar background color of ui-avatars provider by @thaqebon in #19664
- fix: prevent duplicate notifications when Livewire events are batched by @Avnsh1111 in #19649
- Fix JS Notification/Action/ActionGroup method shadowing bug by @lukebellis in #19673
- fix: Prevent hidden builder fields from breaking repeaters by @people-sea in #19676
- Update finnish translation by @Zagna in #19696
- fix: support grouped toolbar buttons in rich editor toolbar checks and modifications by @people-sea in #19695
- Enhance search column expression for pgsql prefix by @mstaack in #19694
- fix: rich editor file attachment test temporary uploads by @people-sea in #19697
New Contributors
- @Avnsh1111 made their first contribution in #19649
- @lukebellis made their first contribution in #19673
- @mstaack made their first contribution in #19694
Full Changelog: v5.5.0...v5.5.1
v4.10.1
What's Changed
- chore(deps): bump basic-ftp from 5.2.0 to 5.2.1 in /docs-assets/screenshots by @dependabot[bot] in #19663
- Add missing Khmer Language by @Chanthoeun in #19656
- chore(deps): bump basic-ftp from 5.2.1 to 5.2.2 in /docs-assets/screenshots by @dependabot[bot] in #19678
- Only set default page size if it isn't already set by @ropi-bc in #19661
- fix: prevent duplicate toolbar buttons when rich editor plugin enables already-present buttons by @people-sea in #19666
- task: Easier HTML sanitizer extension by @danharrin in #19680
- fix: Rich editor pasting images within text by @danharrin in #19674
- fix: Rich content merge tag text spacing by @danharrin in #19675
- fix: Use JS select when
allowHtml()is enabled by @people-sea in #19671 - fix: rich content merge tag
toHtml()test expectations by @people-sea in #19682 - Fix avatar background color of ui-avatars provider by @thaqebon in #19664
- fix: prevent duplicate notifications when Livewire events are batched by @Avnsh1111 in #19649
- Fix JS Notification/Action/ActionGroup method shadowing bug by @lukebellis in #19673
- fix: Prevent hidden builder fields from breaking repeaters by @people-sea in #19676
- Update finnish translation by @Zagna in #19696
- fix: support grouped toolbar buttons in rich editor toolbar checks and modifications by @people-sea in #19695
- Enhance search column expression for pgsql prefix by @mstaack in #19694
- fix: rich editor file attachment test temporary uploads by @people-sea in #19697
New Contributors
- @Avnsh1111 made their first contribution in #19649
- @lukebellis made their first contribution in #19673
- @mstaack made their first contribution in #19694
Full Changelog: v4.10.0...v4.10.1