Releases: filamentphp/filament
Releases · filamentphp/filament
v3.2.27
- Patches issue with Livewire streamed responses breaking the download button in the import modal.
Full Changelog: v3.2.26...v3.2.27
v3.2.26
What's Changed
- Patches breaking changes in league/csv that cause imports to fail - thephpleague/csv@0ff3919.
- Add zh_TW lang in database by @flamerecca in #11288
- Added missing german translation entries by @e2d2-dev in #11290
- Boost Octane performance further by @danharrin in #11292
New Contributors
Full Changelog: v3.2.25...v3.2.26
v3.2.25
What's Changed
- Modal refactor by @danharrin in #11257
- feat: Make the ID of the record unique by @bzy107 in #11259
- feature: Allow components to be cached by @danharrin in #11258
- feat: add exampleHeader for importer by @bzy107 in #11260
- Fix table grouping by BackedEnum by @ajnsn in #11271
- i18n: Missing Arabic translations by @mohamedsabil83 in #11276
- Htmlable filter indicator label by @cawecoy in #11281
- Fix: Optional MorphToSelect does not set key column to null by @coleshirley in #11275
- Pagination with links to the first and last pages by @cawecoy in #11278
- fix: Hidden link label by @danharrin in #11283
Full Changelog: v3.2.24...v3.2.25
v3.2.25-beta1
What's Changed
- We have refactored the modal implementation. Since these are large changes, we want people to test them before they are released in a stable version. Please test this release locally using this exact version in
composer.json
, verify the version withphp artisan about
, and write feedback in #11257 if this is working for you or not.
Full Changelog: v3.2.24...v3.2.25-beta1
v3.2.24
What's Changed
- Add Zh_TW Action Translation by @flamerecca in #11209
- In ImageColumn's ring method: incorrect type string, should be int by @misaf in #11214
- BP - add missing form translations for toggle and password fields by @Blackpig in #11218
- fix: Enabled options validation with group by @danharrin in #11223
- Update vi translations by @datlechin in #11240
- Add infolists zh_TW translation by @flamerecca in #11232
- Improve Turkish translation by @KaanTanis in #11248
- Feat: Add the callback modify query using for the export native action to be able to filter the query by @vincent-tarrit in #11233
- Adds hook class for prose content by @maltebaer in #11252
- fix: EditProfile::getUrl() by @danharrin in #11253
New Contributors
- @flamerecca made their first contribution in #11209
Full Changelog: v3.2.23...v3.2.24
v3.2.23
What's Changed
- add missing fa for import/export/components by @mszabeh in #11196
- RenderHook constants by @margarizaldi in #10996
- Set table column width by @divdax in #11148
- Allow relationship filters using custom keys by @Skullbock in #11164
- Allow disabling of ->defaultSort() by @ctoma in #11096
New Contributors
Full Changelog: v3.2.22...v3.2.23
v3.2.22
What's Changed
- Fix dissociate for Bosnian by @Edsardio in #11180
- Streamlined zn_CH translations by @Edsardio in #11181
- feature: Customize import/export auth by @danharrin in #11192
- Streamlined french components by @Edsardio in #11182
- Streamline mn components.php by @Edsardio in #11183
- Update edit-profile.php by @Edsardio in #11185
- Update edit-record.php by @Edsardio in #11186
Full Changelog: v3.2.21...v3.2.22
v3.2.21
What's Changed
- feat: Allow columns to be omitted from exports by default. by @morphsteve in #11067
- feat: tags-input-affixes by @Z3d0X in #11154
- Prevent EOF warnings by @Edsardio in #11178
- Remove reset-password.php text from reset-password.php by @Edsardio in #11177
- Add POST method to all forms, in case JavaScript is disabled.
New Contributors
- @morphsteve made their first contribution in #11067
Full Changelog: v3.2.20...v3.2.21
v3.2.20
What's Changed
- Fix Italian translation for filters in query builder by @Manoah1988 in #11150
- i18n: update indonesian translation by @zhanang19 in #11152
- Updated the hungarian translations by @Xeretis in #11156
- Add ru/ua translate import/export action by @HomaEEE in #11158
- Ru/ua infolist and forms update language by @HomaEEE in #11159
v3.2.18: Fix issue with service providers booting before configureUsing()
is registered.
v3.2.19: Fix issue with profile page discovery when publishing the page.
New Contributors
- @Manoah1988 made their first contribution in #11150
Full Changelog: v3.2.19...v3.2.20
v3.2.17
What's Changed
- i18n: missing translation of the query-builder file to pt_BR. by @rodrigofs in #11117
- feature: Scope render hooks on auth pages by @danharrin in #11119
- Allow profile page to have sidebar by @danharrin in #11121
- Graceful handling of deleted export dirs by @binaryfire in #11120
- Fix - Close results container in spa mode by @lguichard in #11124
- Fix text input inline label alignment by @zepfietje in #11134
- fix: Handle Empty State for KeyValueEntry by @jafar-albadarneh in #11129
- Spatie media relationship fixes by @erikaraujo in #11122
New Contributors
- @rodrigofs made their first contribution in #11117
- @lguichard made their first contribution in #11124
- @jafar-albadarneh made their first contribution in #11129
- @erikaraujo made their first contribution in #11122
Full Changelog: v3.2.16...v3.2.17