Releases: filamentphp/filament
v3.2.63
What's Changed
- Relation manager content tab improvements by @binaryfire in #12128
- fix: SelectFilter relationship qualified title attribute by @danharrin in #12143
- doc: Modification of backquotes within the document. by @bzy107 in #12147
- Change hasTopNavigation by @dododedodonl in #12145
- Thai Translation of UI by @joseph-d in #12144
- Remove warning about Livewire v3 release by @phpfour in #12142
- Update Korean translations & .csv file encoding fixed by @corean in #12157
- Fix long label in CheckboxList Component by @agencetwogether in #12122
- Improve accuracy in docs (02-text-input.md) by @wickham-c in #12163
- Bump vite from 4.5.2 to 4.5.3 in /docs-assets/app by @dependabot in #12174
- Use auth setUser() rather than login() in import/export jobs by @cheesegrits in #12175
- Add isFiltered property and getter by @binaryfire in #12148
- Fix quirk with beforeSave hook on EditRecord page by @tjodalv in #12167
- Add zh_CN Action Translation by @curder in #12196
- Fix typo in docs 10-clusters.md by @drbyte in #12201
- feat: add Greek translations for auth features by @GeoSot in #12204
- Rename tables.php to table.php by @GeoSot in #12202
- feat: add Greek translations for support package by @GeoSot in #12203
- Ensure Only Initial CSV File in Export Retains BOM by @kaspernowak in #12197
- Fix: getComponents reset array keys after array_filter (Follow-up Fix of #11869) by @yob-yob in #12190
- Fixed attribute reference in ukrainian translation by @StyxUA in #12212
- Fix docs assertions for
assertSelectColumnHasOptions
andassertSelectColumnDoesNotHaveOptions
by @dissto in #12211
New Contributors
- @phpfour made their first contribution in #12142
- @tjodalv made their first contribution in #12167
- @curder made their first contribution in #12196
- @StyxUA made their first contribution in #12212
Full Changelog: v3.2.62...v3.2.63
v3.2.62
What's Changed
- Minor fixes for Turkish language. by @Skysea45 in #12057
- Update my (burmese) lang in login.php by @naingwin in #12068
- Update delete.php language file for Burmese language by @naingwin in #12069
- Make commands lazy by @stephenjude in #12048
- Bump express from 4.19.1 to 4.19.2 by @dependabot in #12071
- Update Slovak translations by @christeyerl in #12075
- Correct color count in docs (04-colors.md) by @wickham-c in #12077
- remove multiple dropdown arrows by @valentin-morice in #12078
- removed unnecessary brackets by @sayful1411 in #12098
- fix: update testing docs with livewire plugin for pest by @discoverlance-com in #12097
- BugFix: Import Action Look at File System Disk Driver for s3 by @mmccall10 in #12095
- update filament.php, added forceTLS option to allow choosing between … by @borjajimnz in #12101
- Translations: Nepali (ne) by @Namrata199 in #12131
- docs: Fix backticks to single quotes in docs by @CodeWithDennis in #12133
- Fix/missing alt for profile image by @mikeslinkman in #12082
- Add sendEmailVerificationNotification method to EmailVerificationPrompt by @dododedodonl in #12104
- Add formId to actions by @dododedodonl in #12106
- Update Register.php by @sitenzo in #12120
New Contributors
- @Skysea45 made their first contribution in #12057
- @naingwin made their first contribution in #12068
- @stephenjude made their first contribution in #12048
- @wickham-c made their first contribution in #12077
- @sayful1411 made their first contribution in #12098
- @discoverlance-com made their first contribution in #12097
- @mmccall10 made their first contribution in #12095
- @borjajimnz made their first contribution in #12101
- @Namrata199 made their first contribution in #12131
- @mikeslinkman made their first contribution in #12082
- @sitenzo made their first contribution in #12120
Full Changelog: v3.2.61...v3.2.62
v3.2.61
What's Changed
- Update vi translations by @datlechin in #12014
- Update 02-listing-records.md by @andruu in #12011
- Update korean translations by @corean in #12013
- Conditionally apply margin to notification contents by @dododedodonl in #12010
- Revert "Update 02-listing-records.md" by @danharrin in #12025
- Add
handleRegistration()
method to register page by @dododedodonl in #12020 - Fix docs on how to change pagination page when testing by @cheesegrits in #12033
- fix: Notification action JS views by @danharrin in #12041
- Fix issue #12045 : Unsaved changes alert is triggered when none ascii characters are used. by @abournavaud in #12046
- Handle array states and values in assertTableColumnStateSet by @cheesegrits in #12032
- fix: Group / summarizer date translations by @danharrin in #12052
- Handle cases where Wizard Step is not found (hidden steps) by @AlexisSerneels in #12054
v3.2.60: Work around Blade compilation bug with imports.
New Contributors
- @corean made their first contribution in #12013
- @abournavaud made their first contribution in #12046
Full Changelog: v3.2.59...v3.2.61
v3.2.59
Reminder: If you have a custom theme, you need to recompile this each time you update Filament (npm run build
), as we sometimes change the Tailwind classes we use for UI components and you need to receive the latest additions to avoid a broken UI. Tip: add this command to your post-autoload-dump
in composer.json
!
What's Changed
- Pass target attribute to icon button when button label is hidden at breakpoint by @wallacemaxters in #11987
- Bump webpack-dev-middleware from 5.3.3 to 5.3.4 by @dependabot in #12001
- fix: Tenant domain slug attribute by @danharrin in #12008
- make IconColumn and IconEntry support collections by @buddhaCode in #11991
- Native DatePicker: min and max HTML attribute shouldn't contain time by @buddhaCode in #12007
- Fix: scrollable tenant menu by @awcodes in #11857
New Contributors
- @wallacemaxters made their first contribution in #11987
Full Changelog: v3.2.58...v3.2.59
v3.2.58
What's Changed
- Bump livewire/livewire from 3.4.6 to 3.4.9 in /docs-assets/app by @dependabot in #11962
- Update Swedish translations by @adevade in #11961
- Update bug_report.yml by @danharrin in #11965
- Allow symfony/html-sanitizer v7 by @saulens22 in #11972
- Fix: Rich editor not displaying data when changing languages by @coleshirley in #11979
- Update PR template by @zepfietje in #11977
- Allow builder addAction to be hidden by @archilex in #11970
Full Changelog: v3.2.57...v3.2.58
v3.2.57
What's Changed
- adding hook classes for sub navigation by @atmonshi in #11949
- Add missing de translations for relation edit modal by @philippbuerger in #11954
- Update 03-creating-records.md by @thethunderturner in #11947
- Add
multiple()
functionality to AttachAction and AssociateAction by @W1-PopelierE in #11913 - fix: Table row action group with record-dependant hidden callback by @danharrin in #11955
v3.2.56: Fixes issue with tenancy route registration order.
New Contributors
- @philippbuerger made their first contribution in #11954
- @W1-PopelierE made their first contribution in #11913
Full Changelog: v3.2.55...v3.2.57
v3.2.55
What's Changed
- fix: Morph Many associate by @danharrin in #11937
- fix: Tenant domain not matching by @danharrin in #11940
- Improve tenancy example in docs by @zepfietje in #11938
Full Changelog: v3.2.54...v3.2.55
v3.2.54
v3.2.53
What's Changed
- feature: File upload nested recursive rules by @danharrin in #11907
- Fixed toArray database notification by @andresilvagomez in #11920
- Feat: Add lifecyclehook events to actions by @SebastiaanKloos in #11914
- fix: Action group Livewire is null by @danharrin in #11924
v3.2.52: hotfix: Action hidden check with other actions inside a group
Full Changelog: v3.2.51...v3.2.53
v3.2.51
What's Changed
- fix: Dynamic media collection by @danharrin in #11862
- feature: Allow all Spatie media by @danharrin in #11863
- Bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #11892
- Cast $state to string before createFromFormat() by @kylekatarnls in #11890
- Fix: getStartStep to accommodate for hidden components by @yob-yob in #11869
- fix: Actions inheriting props from groups by @danharrin in #11899
- Allow optionally hiding topbar on simple pages by @binaryfire in #11865
- fix: JSON column sort/search by @danharrin in #11900
New Contributors
- @kylekatarnls made their first contribution in #11890
Full Changelog: v3.2.50...v3.2.51