- Jan 16, 2026
- Parsed from source:Jan 16, 2026
- Detected by Releasebot:Jan 16, 2026
v5.0.0
New AI docs and Filament Blueprint updates with async request handling fixes and a simplified Livewire component workflow. Adds UnitEnum and HasAuthorization support, lots of translations and docs enhancements, and marks a broad changelog sweep from v4.5.2 to v5.0.0.
What's Changed
- New AI documentation & Filament Blueprint
- Async requests by @danharrin in #18353
- fix: Defer select dropdown positioning until after async requests by @danharrin in #18412
- Refactor Livewire component registration for simplicity by @jeffersongoncalves in #18525
- fix: Livewire v4.0.0-beta.5 breaking changes by @danharrin in #18852
- [5.x] Feature: Allow UnitEnum in authorizeIndividualRecords() by @webard in #18865
- [5.x] Feature: Allow enum in HasAuthorization trait by @webard in #18856
- Updating Khmer (km) translations by @Chanthoeun in #18927
- Add missing SK/CZ translations. by @hamrak in #18926
- Update Romanian (ro) translations by @ideacatlab in #18930
- Chore: Missing pl translations by @webard in #18933
- Added missing Dutch translations and improved existing translations for form components by @Saracaen in #18932
- docs: improve comment clarity in CanGenerateUrls by @hassanjebli in #18931
- Fix: Leak model data in Exception by @webard in #18934
- docs: Improve explicitness of Tailwind CSS source path by @People-Sea in #18935
- Update 05-version-support-policy.md by @outis-ye in #18940
- Fix z-index issue for mentions and merge tags dropdowns in modals by @People-Sea in #18950
- [4.x] Add Hebrew translations for mentions component by @zvizvi in #18948
- chore(deps): update Livewire to stable v4.0 release in composer.json by @jeffersongoncalves in #18965
- Fix sidebar navigation hover cursor by @zeeshantariq08 in #18943
- [4.x] Document testing for multi-tenant panels by @coleshirley in #18924
- Fix typo in email code expiration section by @kaykegaldiano in #18970
New Contributors
- @ideacatlab made their first contribution in #18930
- @hassanjebli made their first contribution in #18931
- @outis-ye made their first contribution in #18940
- @zeeshantariq08 made their first contribution in #18943
- @kaykegaldiano made their first contribution in #18970
Full Changelog: v4.5.2...v5.0.0
Original source Report a problem - Jan 16, 2026
- Parsed from source:Jan 16, 2026
- Detected by Releasebot:Jan 16, 2026
v4.5.3
New patch release focuses on translations and small fixes across languages, plus docs tweaks and contributor acknowledgments. It includes Hebrew translations for mentions, a z-index hover fix, and several minor bug and typo corrections for a user facing update.
What's Changed
- Updating Khmer (km) translations by @Chanthoeun in #18927
- Add missing SK/CZ translations. by @hamrak in #18926
- Update Romanian (ro) translations by @ideacatlab in #18930
- Chore: Missing pl translations by @webard in #18933
- Added missing Dutch translations and improved existing translations for form components by @Saracaen in #18932
- docs: improve comment clarity in CanGenerateUrls by @hassanjebli in #18931
- Fix: Leak model data in Exception by @webard in #18934
- docs: Improve explicitness of Tailwind CSS source path by @People-Sea in #18935
- Update 05-version-support-policy.md by @outis-ye in #18940
- Fix z-index issue for mentions and merge tags dropdowns in modals by @People-Sea in #18950
- [4.x] Add Hebrew translations for mentions component by @zvizvi in #18948
- Fix sidebar navigation hover cursor by @zeeshantariq08 in #18943
- [4.x] Document testing for multi-tenant panels by @coleshirley in #18924
- Fix typo in email code expiration section by @kaykegaldiano in #18970
New Contributors
- @ideacatlab made their first contribution in #18930
- @hassanjebli made their first contribution in #18931
- @outis-ye made their first contribution in #18940
- @zeeshantariq08 made their first contribution in #18943
- @kaykegaldiano made their first contribution in #18970
Full Changelog: v4.5.2...v4.5.3
Original source Report a problem - Jan 9, 2026
- Parsed from source:Jan 9, 2026
- Detected by Releasebot:Jan 9, 2026
v3.3.47
What's Changed
- [3.x] Add Htmlable to getDescription method in HasDescription contract by @cheesegrits in #18912
Full Changelog: v3.3.46...v3.3.47
Original source Report a problem - Jan 9, 2026
- Parsed from source:Jan 9, 2026
- Detected by Releasebot:Jan 10, 2026
v4.5.2
4.x delivers a batch of bug fixes across text rendering, select handling, imports, and color palettes, plus new contributors. The release closes gaps and improves stability with a full changelog from 4.5.1 to 4.5.2.
What's Changed
- [4.x] fix - handle Htmlable state in TextEntry/TextColumn toEmbeddedHtml blank check by @SimonBroekaert in #18899
- fix: MorphToSelect action schema model without impacting parent record access by @danharrin in #18901
- fix: Clearing select by @danharrin in #18909
- Fix achromatic colors producing incorrect hues in generatePalette by @juliangums in #18903
- fix(imports): use fallback for getLabel() before Str::lcfirst() in ImportColumn by @arthurpar06 in #18906
- fix: Multi RawJs tooltip configuration by @danharrin in #18917
New Contributors
- @SimonBroekaert made their first contribution in #18899
- @arthurpar06 made their first contribution in #18906
Full Changelog: v4.5.1...v4.5.2
Original source Report a problem - Jan 7, 2026
- Parsed from source:Jan 7, 2026
- Detected by Releasebot:Jan 7, 2026
v4.5.1
What's Changed
- fix: Select no options message with dynamic initial options by @danharrin in #18896
Full Changelog: v4.5.0...v4.5.1
Original source Report a problem - Jan 7, 2026
- Parsed from source:Jan 7, 2026
- Detected by Releasebot:Jan 7, 2026
- Modified by Releasebot:Jan 16, 2026
v4.5.0
Release notes spotlight a broad v4.4 to v4.5 set of updates with new features, improved editors, and performance tweaks. It covers bulk exports, schema JS actions, rich editor enhancements, translations, and refined relationship components, plus numerous fixes.
What's Changed
- fix: default create-action URL getting targeted when model doesn't match by @ralphjsmit in #18802
- Update Spanish translations for v4.4 by @luisprmat in #18808
- build(deps-dev): bump qs from 6.14.0 to 6.14.1 by @dependabot[bot] in #18813
- Add handling for array item data in RepeatableEntry and update state … by @maytham553 in #18809
- fix: MorphToSelect cached label by @danharrin in #18815
- fix: MorphToSelect create form with relationship by @danharrin in #18816
- fix: Non-native non-searchable dynamic relationship select by @danharrin in #18817
- fix: FileUpload requiredIf() by @danharrin in #18818
- fix: Action on Table throws foreach() argument must be of type array|object, null given when legacy_model_binding is set by @danharrin in #18819
- add/edit lus translations by @valpuia in #18822
- Revert "Add scrollbar-gutter property to fi class" by @danharrin in #18828
- fix: Coordinate state loading for multiple Group->relationship() components by @iotron in #18827
- [fix] Selected toolbar option in RichEditor is not active by @ruud-sibi in #18824
- Update docs about columnManagerColumns by @thomasLecler in #18825
- Add padding to actions in fused group by @dvarilek in #18829
- fix: Repeater n+1 queries by @danharrin in #18831
- fix: Input wrapper click to focus by @danharrin in #18832
- fix: IconEntry and IconColumn URL by @danharrin in #18833
- Enable image resizing in RichEditor by @AlexisSerneels in #18517
- feature: Bulk export column selection by @danharrin in #18836
- Add missing words in Field rendering section. by @mjauvin in #18838
- docs: Modular architecture by @danharrin in #18837
- fix: Export column ordering with multiple relationship columns split with non-relationship columns by @danharrin in #18839
- feature: Schema JS actions by @danharrin in #18840
- Fix: base64_decode deprecation notice in CustomBlockExtension by @awcodes in #18841
- fix: Testing replaced actions by @danharrin in #18842
- PHP 8.5 in CI by @danharrin in #18843
- fix: 8.5 test deprecations by @danharrin in #18845
- Fix: drag/drop editors in sortable components by @awcodes in #18846
- feature: File upload aspect ratio forced cropping and validation by @danharrin in #18850
- Add translations for "grid" component in Arabic localization by @a7medKhalid in #18851
- chore: Introduce Pest browser testing for the framework by @danharrin in #18857
- Revert "Fix Textarea autosize causing scroll anchoring issues in Firefox" by @danharrin in #18861
- [4.x] Feature: Allow UnitEnum in auth helpers by @webard in #18855
- fix: Table widget rendering before initialization by @danharrin in #18868
- fix: Add bg-transparent to input to fix dark mode with tailwindcss/forms by @jeremylongshore in #18875
- fix: Import action on record page loop by @danharrin in #18878
- Add table reorder callbacks by @chosten in #18854
- Fix empty relationship queries on SelectFilter with hasEmptyOption enabled by @AlexanderPoellmann in #18853
- Fix Textarea autosize respecting rows() while preserving Firefox scroll anchoring fix by @Saracaen in #18864
- Fix global search query constraints when split terms is disabled by @abournavaud in #18880
- [4.x] Add support for non-contained EmptyState components by @ryangjchandler in #18885
- [4.x] Fix action submit flickering with live inputs by @ryangjchandler in #18888
- [4.x] Add helperText() to FusedGroup by @ryangjchandler in #18889
- [4.x] Support custom JSON flags with CodeEntry by @ryangjchandler in #18890
- [4.x] Add mentions to rich editor by @bmspereira-07 in #17483
- Fix: custom block and merge tag drop cursor positioning by @awcodes in #18883
- Feature: LogicException when no policy or ability exists when strictMode is true and shouldCheckPolicyExistence is false by @webard in #18884
- [4.x] Introduce traits for easier implements of 2FA by @ryangjchandler in #18886
- fix: Relationship inside Repeater item saves empty record by @danharrin in #18893
New Contributors
- @mjauvin made their first contribution in #18838
- @a7medKhalid made their first contribution in #18851
- @jeremylongshore made their first contribution in #18875
- @chosten made their first contribution in #18854
- @AlexanderPoellmann made their first contribution in #18853
Full Changelog: v4.4.0...v4.5.0
Original source Report a problem - Jan 1, 2026
- Parsed from source:Jan 1, 2026
- Detected by Releasebot:Jan 1, 2026
v3.3.46
What's Changed
Add handling for array item data in RepeatableEntry and update state … by @maytham553 in #18809
Full Changelog: v3.3.45...v3.3.46
Original source Report a problem - Dec 30, 2025
- Parsed from source:Dec 30, 2025
- Detected by Releasebot:Dec 31, 2025
v4.4.0
New release delivers a broad set of UI boosts and quality fixes across the editor and tools. Floating toolbars appear contextually, deeper localization, improved prompts, and richer editor polish alongside numerous stability and performance tweaks.
What's Changed
- Show floating toolbars for paragraph nodes only when text is selected by @thijskuilman in #18675
- Clarify CLI prompt and output by @mrleblanc101 in #18679
- getParentRepeaterItem could be null by @recca0120 in #18684
- fix: add cancel upload functionality to file upload component by @People-Sea in #18690
- fix: handle session sort retrieval to avoid array assignment by @People-Sea in #18696
- Add Hebrew locale support to date-time picker by @csh-tech in #18702
- Fix: disable reorder in relation manager when isReadonly=true by @webard in #18708
- Update Missing Spanish Translations by @luisprmat in #18712
- Rich Editor: remove top margin between adjacent images by @thijskuilman in #18706
- Fix undesired margins on
in RichEditor and RichContentRenderer by @thijskuilman in #18710 - RichContentRenderer: prioritize PHP extensions from custom plugins by @thijskuilman in #18711
- Fix: HTML in header tooltips by @webard in #18677
- add missing lus translations by @valpuia in #18725
- Add current password field with validation message by @0xxb in #18741
- Missing Polish translations by @webard in #18728
- fix: Wrong method name in documentation by @bilogic in #18745
- 🌐 Update danish label for "Attach" in attach.php by @SimonJnsson in #18746
- Fix Nested Modals For Schema Components by @Magnesium38 in #18722
- Feature: remove separator in title when brandName is blank by @webard in #18748
- fix: update cachedData on chart data update by @beholdr in #18752
- Fix return type mismatches for HasLabel, HasIcon, and HasDescription in documentation by @rtraselbd in #18756
- Fix: Scope persisted table filters session key by tenant by @dieterwarson in #18739
- [4.x - Feature] Adds a summaries() method to control the visibility of page and total summaries in tables by @bezhanSalleh in #18730
- [4.x] Fix to handle Block class in CanBeRepeated trait by @cheesegrits in #18750
- fix: Action arguments removed after calling by @danharrin in #18761
- fix: Validating field with JsContent label by @danharrin in #18762
- fix: Cluster navigation group enum by @danharrin in #18763
- fix: Closure schema constant state by @danharrin in #18764
- fix: Prevent missing form data errors in rich editor actions by @danharrin in #18765
- fix: Testing deletions in nested resources by @danharrin in #18766
- Fix: Attach child navigation items to parents inside clusters by @halaibrahim867 in #18740
- fix: Setting repeater in section from section action by @danharrin in #18767
- fix: Resources using same model with one not tenant scoped throws LogicException by @danharrin in #18768
- fix: Conditionally hiding filters based on active tab by @danharrin in #18769
- fix: mutateDehydratedState is not called when parent container is hidden by @danharrin in #18770
- fix: Relation manager with existing table configuration generated with actions by @danharrin in #18771
- fix: Select all when not deselecting records between filters by @danharrin in #18772
- fix: Floating toolbars overlapping by @danharrin in #18775
- fix: Text column gray color by @danharrin in #18777
- fix: Dark mode input BG color by @danharrin in #18778
- fix: Select BelongsToMany without multiple() by @danharrin in #18779
- fix: Resetting deferred column manager by @danharrin in #18781
- fix: Input suffix action icon color by @danharrin in #18784
- 🌐 Add missing danish translations in table.php by @SimonJnsson in #18783
- fix: fi-prose adds extra space mid text on Firefox by @danharrin in #18785
- fix: Header action modal mounting issues by @danharrin in #18786
- fix: modal styling issue with sticky modal header and sticky modal footer by @danharrin in #18787
- fix: locale and name in email change notification by @samuelwei in #18790
- fix: Postgres table searchable() by @danharrin in #18791
- Database Notification Action Icon by @e2d2-dev in #18751
- [FEATURE] Add HasOneThrough sorting by @martynaskre in #18569
- Fix: Select with searchable and preloaded option empty state #18529 by @chrizgx in #18641
- feat: zh_TW translations by @Ryan-echox in #18793
- feature: Unordered list columns by @danharrin in #18794
- fix: Repeater action schema component state by @danharrin in #18796
- feature: saved() control for schema components by @danharrin in #18797
- fix: Split action schema component state and schema state by @danharrin in #18799
New Contributors
- @csh-tech made their first contribution in #18702
- @0xxb made their first contribution in #18741
- @bilogic made their first contribution in #18745
- @SimonJnsson made their first contribution in #18746
- @rtraselbd made their first contribution in #18756
- @dieterwarson made their first contribution in #18739
- @halaibrahim867 made their first contribution in #18740
- @samuelwei made their first contribution in #18790
- @martynaskre made their first contribution in #18569
- @chrizgx made their first contribution in #18641
Full Changelog: v4.3.1...v4.4.0
Original source Report a problem - Dec 30, 2025
- Parsed from source:Dec 30, 2025
- Detected by Releasebot:Dec 31, 2025
v5.0.0-beta8
Massive release update bringing UI polish, new translations, and stability fixes across editor, charts, and forms. A beta-to-beta changelog signals real product changes with new features and improved reliability.
What's Changed
- What's Changed
- Show floating toolbars for paragraph nodes only when text is selected by @thijskuilman in #18675
- Clarify CLI prompt and output by @mrleblanc101 in #18679
- getParentRepeaterItem could be null by @recca0120 in #18684
- fix: add cancel upload functionality to file upload component by @People-Sea in #18690
- fix: handle session sort retrieval to avoid array assignment by @People-Sea in #18696
- Add Hebrew locale support to date-time picker by @csh-tech in #18702
- Fix: disable reorder in relation manager when isReadonly=true by @webard in #18708
- Update Missing Spanish Translations by @luisprmat in #18712
- Rich Editor: remove top margin between adjacent images by @thijskuilman in #18706
- Fix undesired margins on
- in RichEditor and RichContentRenderer by @thijskuilman in #18710
- RichContentRenderer: prioritize PHP extensions from custom plugins by @thijskuilman in #18711
- Fix: HTML in header tooltips by @webard in #18677
- add missing lus translations by @valpuia in #18725
- Add current password field with validation message by @0xxb in #18741
- Missing Polish translations by @webard in #18728
- fix: Wrong method name in documentation by @bilogic in #18745
- 🌐 Update danish label for "Attach" in attach.php by @SimonJnsson in #18746
- Fix Nested Modals For Schema Components by @Magnesium38 in #18722
- Feature: remove separator in title when brandName is blank by @webard in #18748
- fix: update cachedData on chart data update by @beholdr in #18752
- Fix return type mismatches for HasLabel, HasIcon, and HasDescription in documentation by @rtraselbd in #18756
- Fix: Scope persisted table filters session key by tenant by @dieterwarson in #18739
- [4.x - Feature] Adds a summaries() method to control the visibility of page and total summaries in tables by @bezhanSalleh in #18730
- [4.x] Fix to handle Block class in CanBeRepeated trait by @cheesegrits in #18750
- fix: Action arguments removed after calling by @danharrin in #18761
- fix: Validating field with JsContent label by @danharrin in #18762
- fix: Cluster navigation group enum by @danharrin in #18763
- fix: Closure schema constant state by @danharrin in #18764
- fix: Prevent missing form data errors in rich editor actions by @danharrin in #18765
- fix: Testing deletions in nested resources by @danharrin in #18766
- Fix: Attach child navigation items to parents inside clusters by @halaibrahim867 in #18740
- fix: Setting repeater in section from section action by @danharrin in #18767
- fix: Resources using same model with one not tenant scoped throws LogicException by @danharrin in #18768
- fix: Conditionally hiding filters based on active tab by @danharrin in #18769
- fix: mutateDehydratedState is not called when parent container is hidden by @danharrin in #18770
- fix: Relation manager with existing table configuration generated with actions by @danharrin in #18771
- fix: Select all when not deselecting records between filters by @danharrin in #18772
- fix: Floating toolbars overlapping by @danharrin in #18775
- fix: Text column gray color by @danharrin in #18777
- fix: Dark mode input BG color by @danharrin in #18778
- fix: Select BelongsToMany without multiple() by @danharrin in #18779
- fix: Resetting deferred column manager by @danharrin in #18781
- fix: Input suffix action icon color by @danharrin in #18784
- 🌐 Add missing danish translations in table.php by @SimonJnsson in #18783
- fix: fi-prose adds extra space mid text on Firefox by @danharrin in #18785
- fix: Header action modal mounting issues by @danharrin in #18786
- fix: modal styling issue with sticky modal header and sticky modal footer by @danharrin in #18787
- fix: locale and name in email change notification by @samuelwei in #18790
- fix: Postgres table searchable() by @danharrin in #18791
- Database Notification Action Icon by @e2d2-dev in #18751
- [FEATURE] Add HasOneThrough sorting by @martynaskre in #18569
- Fix: Select with searchable and preloaded option empty state #18529 by @chrizgx in #18641
- feat: zh_TW translations by @Ryan-echox in #18793
- feature: Unordered list columns by @danharrin in #18794
- fix: Repeater action schema component state by @danharrin in #18796
- feature: saved() control for schema components by @danharrin in #18797
- fix: Split action schema component state and schema state by @danharrin in #18799
- New Contributors
- @csh-tech made their first contribution in #18702
- @0xxb made their first contribution in #18741
- @bilogic made their first contribution in #18745
- @SimonJnsson made their first contribution in #18746
- @rtraselbd made their first contribution in #18756
- @dieterwarson made their first contribution in #18739
- @halaibrahim867 made their first contribution in #18740
- @samuelwei made their first contribution in #18790
- @martynaskre made their first contribution in #18569
- @chrizgx made their first contribution in #18641
Full Changelog: v5.0.0-beta7...v5.0.0-beta8
New Contributors
- @csh-tech made their first contribution in #18702
- @0xxb made their first contribution in #18741
- @bilogic made their first contribution in #18745
- @SimonJnsson made their first contribution in #18746
- @rtraselbd made their first contribution in #18756
- @dieterwarson made their first contribution in #18739
- @halaibrahim867 made their first contribution in #18740
- @samuelwei made their first contribution in #18790
- @martynaskre made their first contribution in #18569
- @chrizgx made their first contribution in #18641
- Dec 9, 2025
- Parsed from source:Dec 9, 2025
- Detected by Releasebot:Dec 24, 2025
v5.0.0-beta7
Release notes for v5.0.0-beta6 to beta7 highlight new features like single table inheritance support, along with fixes for Spatie plugin grammar, a SQL duplicate issue, Make theme UX tweaks, translations, panel awareness, MFA recovery fix, and new contributors.
What's Changed
- Action support single table inheritance record by @theofanisv in #18654
- fix: correct grammar errors in Spatie plugin README files by @iamgurjitsingh in #18655
- fix: remove duplicate column in sql query on manual sorting by @giacomomasseron in #18626
- Improve make:theme command UX by @danharrin in #18663
- Add missing SK & CZ translations by @hamrak in #18670
- Add panel awareness to MakeUserCommand by @dllobell in #18661
- fix: Multi-factor recovery code reuse by @danharrin in #18672
New Contributors
- @theofanisv made their first contribution in #18654
- @iamgurjitsingh made their first contribution in #18655
Full Changelog: v5.0.0-beta6...v5.0.0-beta7
Original source Report a problem