Releases: filamentphp/filament
Releases · filamentphp/filament
v3.2.103
What's Changed
- feature: JSON wildcard (*) table column state by @danharrin in #13963
- fix(constraints): human-readable summary display by @maartenpaauw in #13954
- fix(filters): correctly retrieve dot-notated filter state by @maartenpaauw in #13974
- Prevent page from jumping to the top if the section is not collapsed by @KarlBoosterBaer in #13958
- Docs: Fix wrong class path on tenancy custom billing provider by @estevao-simoes in #13980
- Ensure User is not null when getting default tenenat. by @tonypartridge in #13987
New Contributors
- @KarlBoosterBaer made their first contribution in #13958
- @estevao-simoes made their first contribution in #13980
Full Changelog: v3.2.102...v3.2.103
v3.2.102
What's Changed
- (Fix XSS issue with Rich Editor) Bump trix from 2.1.1 to 2.1.4 by @dependabot in #13944
- fix: File upload compact circle error messages by @danharrin in #13952
Full Changelog: v3.2.101...v3.2.102
v3.2.101
What's Changed
- Update Dutch translations by @zepfietje in #13938
- Remove useless null initialization by @imami in #13940
- fix: Header actions render hook alignment by @danharrin in #13942
New Contributors
Full Changelog: v3.2.100...v3.2.101
v3.2.100
What's Changed
- fix async alpine not loading reliably in spa mode by @wychoong in #13921
- Added missing Italian translation for unsaved-changes-alert.php by @dev-federico in #13926
- Fix alpine class binding for inactive tab items by @gehrisandro in #13923
New Contributors
- @dev-federico made their first contribution in #13926
Full Changelog: v3.2.99...v3.2.100
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