Releases: filamentphp/filament
Releases · filamentphp/filament
v3.3.20
v3.3.19
What's Changed
- added id check to modal closed event by @alperenersoy in #16185
- Fixes issue with some
Select
relationship options not being searchable.
Full Changelog: v3.3.18...v3.3.19
v3.3.18
v3.3.17
What's Changed
- chore: improved docs a bit by @MrPunyapal in #16310
- Update vi translations by @datlechin in #16315
- Add alias for
FilamentManager::class
from abstractfilament
by @aSeriousDeveloper in #16341 - fix: State dehydration with non-unique fields by @danharrin in #16340
Full Changelog: v3.3.16...v3.3.17
v3.3.16
What's Changed
- Added missing spanish translation. by @luisprmat in #16296
- Hidden fields incorrectly dehydrated in Section with state path by @alanost in #16295
- Add Greek (el) locale to date picker component by @balismatz in #16300
- feat: ability to evaluate Closures in
viewData()
by @ralphjsmit in #16254 - Required fieldset by @danharrin in #16308
New Contributors
- @alanost made their first contribution in #16295
- @balismatz made their first contribution in #16300
Full Changelog: v3.3.15...v3.3.16
v3.3.15
What's Changed
- Bump vite from 6.2.6 to 6.3.4 in /docs-assets/app by @dependabot in #16180
- feat: allow custom credential extraction and notification customization for password reset by @saade in #16179
- Add modifyTypeSelectUsing/modifyKeySelectUsing to MorphToSelect by @a21ns1g4ts in #16186
- Backport topbar fix to 3.x by @binaryfire in #16193
- fix: prevent error when calling non-existent getTagClassName method by @aspirantzhang in #16196
- Bump trix from 2.1.12 to 2.1.15 by @dependabot in #16222
- Update 04-delete.md - Redirecting after deleting by @nathanielmom in #16228
- Gate password reset process with canAccessPanel logic by @robinmalburn in #16230
- feat: support Redirector type in Logout response by @saade in #16130
- bugfix: Tenant menu icon blade component needs to use alias instead of icon-alias by @getupkid in #16246
- Add the
PasswordResetLinkSent
event dispatch to the request password reset page by @amir9480 in #16269 - Add missing
$record
to the.stubs.php
for table testing by @alexmanase in #16265 - Docs: fix examples for testing table helpers by @alexmanase in #16264
- Disable step button if previous action is disabled by @leandrogehlen in #16271
- Fix: total rows calculation for group by in CanExportRecords trait by @MrPunyapal in #16274
New Contributors
- @aspirantzhang made their first contribution in #16196
- @robinmalburn made their first contribution in #16230
- @alexmanase made their first contribution in #16265
- @leandrogehlen made their first contribution in #16271
Full Changelog: v3.3.14...v3.3.15
v3.3.14
What's Changed
- Docs: update unique validation parameter name by @ocarmora in #16117
- Fix: change color() in all actions to defaultColor() where required, so that it can be overidden by @getupkid in #16100
- Bump http-proxy-middleware from 2.0.7 to 2.0.9 by @dependabot in #16156
- Capture the "TAB" key only when the user has selected text. by @alex-elivate in #16144
- Query builder german translations by @andelkovic-damjan in #16114
- Fix make theme command to work with Tailwind CSS alias by @zepfietje in #16152
- Revert cached state by @danharrin in #16172
New Contributors
- @ocarmora made their first contribution in #16117
- @getupkid made their first contribution in #16100
- @alex-elivate made their first contribution in #16144
- @andelkovic-damjan made their first contribution in #16114
Full Changelog: v3.3.13...v3.3.14
v3.3.13
What's Changed
- fix: Repeater and builder item overflow breaking select dropdown by @danharrin in #16087
- fix: TextInputColumn with date type by @danharrin in #16098
- i18n: Implement/Improve Indonesian Translations in Multiple Packages by @yandearta in #16096
New Contributors
- @yandearta made their first contribution in #16096
Full Changelog: v3.3.12...v3.3.13
v3.3.12
What's Changed
- fix: Query builder actions memory issue by @danharrin in #16081
- fix: Reordering grammar object by @danharrin in #16084
Full Changelog: v3.3.11...v3.3.12
v3.3.11
What's Changed
- Ability to check if macro exists by @ralphjsmit in #15994
- Slovenian language files for Action package, fix table selected count translation by @BostjanOb in #16021
- Minor malay translation by @lomotech in #16036
- Bump vite from 6.2.5 to 6.2.6 in /docs-assets/app by @dependabot in #16046
- Update bug_report.yml - change reproduction issue repo link by @ijpatricio in #16050
- Missing italian translations by @danielebarbaro in #16053
- Add missing infolist IT translations by @danielebarbaro in #16054
- Wrapped fieldname to solve SQL Error when sorting by @jeroendeleur in #16044
- fix(spa): unsaved data changes alert by @Domianidze in #16065
- Fix "isLimited is not defined" error in TextColumn expandableLimitedList functionlity. by @misterneo in #16068
- fix: Use
getTableRecordKey()
for caching cell state by @danharrin in #16072
New Contributors
- @BostjanOb made their first contribution in #16021
- @lomotech made their first contribution in #16036
- @danielebarbaro made their first contribution in #16053
- @jeroendeleur made their first contribution in #16044
- @Domianidze made their first contribution in #16065
- @misterneo made their first contribution in #16068
Full Changelog: v3.3.10...v3.3.11