Skip to content

Releases: filamentphp/filament

v3.2.90

13 Jun 07:47
Compare
Choose a tag to compare
  • Move icon button badges down by 1 point to prevent clipping.

Full Changelog: v3.2.89...v3.2.90

v3.2.89

13 Jun 07:03
fd69f10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.88...v3.2.89

v3.2.88

11 Jun 07:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.87...v3.2.88

v3.2.87

10 Jun 12:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.86...v3.2.87

v3.2.86

05 Jun 09:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.85...v3.2.86

v3.2.85

30 May 18:30
Compare
Choose a tag to compare

What's Changed

  • Fix: page title formatting by @KeizerDev in #13017
  • Change css invisibility strategy in Wizard steps by @sebapastore in #12985
  • Fixes Method Filament\Tables\Actions\Action::isAutofocused does not exist.

New Contributors

Full Changelog: v3.2.84...v3.2.85

v3.2.84

30 May 12:36
61b52bd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.83...v3.2.84

v3.2.83

27 May 10:08
8887010
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.82...v3.2.83

v3.2.82

23 May 12:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.81...v3.2.82

v3.2.81

20 May 16:26
1108fd6
Compare
Choose a tag to compare

New security documentation

We have published new documentation about the FileUpload's preserveFilenames() and getUploadedFileNameForStorageUsing() methods, appropriate for anyone using a local or public filesystem disk with untrusted users. Please read it and take appropriate action to ensure that your application is not vulnerable to this type of attack:

https://filamentphp.com/docs/3.x/forms/fields/file-upload#security-implications-of-controlling-file-names

Credit to @angelej for investigating this issue and giving us a heads up about the implications.

What's Changed

  • Docs: Added static to example Importer::getColumns() method by @lukeholder in #12835
  • feat: add support to override media model on spatie media file upload by @WayneHarris in #12829
  • Feat: Adding grouping direction hidden method for the table grouping by @bensondevs in #12826
  • Feature: Added the option to modals to prevent closing on escape key press by @borjajimnz in #12832
  • Fix: Missing Tenant Registration, Profile and User Profile page component registration by @dev-idkwhoami in #12844
  • lang: Add unsaved-changes-alert id translation by @NathanaelGT in #12866
  • Improve Stats Overview Widgets documentation by @xikcode in #12862
  • Fix: Incorrectly hiding the 'Select all X' table link by @dev-idkwhoami in #12853
  • Fix: Hide toggleable hidden column in column toggle dropdown by @dev-idkwhoami in #12854
  • Fix: Visual bug when using selectCurrentPageOnly in combination with grouping by @dev-idkwhoami in #12860

New Contributors

Full Changelog: v3.2.80...v3.2.81