Skip to content

Releases: filamentphp/filament

v2.0.0

16 Sep 08:02
Compare
Choose a tag to compare

This release is for the Form Builder, spatie/laravel-media-library Plugin, and spatie/laravel-tags Plugin only.

v2 of the Admin Panel and Table Builder will be released in Winter 2021. Please see #495 for details.

Packages in the same version series are compatible. For instance: filament/filament v1 is incompatible with filament/forms v2 in the same Laravel app. For more information, please see #495.

Form Builder

Initial release 🚀

Added

  • Custom hydration and dehydration behaviour.
  • State updated hooks.
  • spatie/laravel-medialibrary support. #283, #408 (comment)
  • Allow resource fields that aren't saved, to allow for dependent select filters etc.
  • A repeater field, allowing developers to embed several fields within a JSON column. #230, #408 (comment)
  • A block-based "flexible content" page builder field. #125
  • Responsive breakpoint customization for form layouts.
  • First day customisation for date picker. #408 (comment)
  • A multi-file-upload field based on the repeater.
  • Input masking. #408 (reply in thread)
  • Allowing the tags input field to write to JSON and spatie/laravel-tags. #400
  • A multi-select field.
  • Allow customizing file name for uploads. #544
  • A BelongsToManySelect field built upon the multi-select field. #408 (comment)

spatie/laravel-media-library Plugin

Initial release 🚀

spatie/laravel-tags Plugin

Initial release 🚀

v1.10.11

26 Aug 09:33
0712f74
Compare
Choose a tag to compare

Removed shadows on large elements. #536
Fixed issue with markdown editor height inside collapsible sections. #548

v1.10.10

19 Aug 19:13
3e674d0
Compare
Choose a tag to compare

Fixed unique validation rule for custom primary keys. #529

v1.10.9

17 Aug 15:30
2477aa2
Compare
Choose a tag to compare

Fixed translation for date columns. #526

v1.10.8

15 Aug 08:31
Compare
Choose a tag to compare

Fixed issue with URL generation for custom resource pages. #524

v1.10.7

05 Aug 16:08
128a0c3
Compare
Choose a tag to compare

Support hiding tabs conditionally. #514

v1.10.6

24 Jul 13:44
d26d734
Compare
Choose a tag to compare

Fixed issue with loading the KeyVal field. #493

v1.10.4

19 Jul 17:21
Compare
Choose a tag to compare

Added expanded attribute to card Blade component. #488

v1.10.3

19 Jul 14:34
Compare
Choose a tag to compare

Add basic support for Octane. #482

v1.10.2

05 Jul 21:00
5f66ccc
Compare
Choose a tag to compare

Update flysystem to fix security advisory GHSA-9f46-5r25-5wfm. #472