filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.

MIT License

Stars
13.8K
Committers
979
filament - v2.5.15

Published by danharrin almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/laravel-filament/filament/compare/v2.5.14...v2.5.15

filament - v2.5.14

Published by danharrin almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/laravel-filament/filament/compare/v2.5.13...v2.5.14

filament - v2.5.13

Published by danharrin almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/laravel-filament/filament/compare/v2.5.12...v2.5.13

filament - v2.5.12

Published by danharrin almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/laravel-filament/filament/compare/v2.5.11...v2.5.12

filament - v2.5.11

Published by danharrin almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/laravel-filament/filament/compare/v2.5.10...v2.5.11

filament - v2.5.10

Published by danharrin almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/laravel-filament/filament/compare/v2.5.9...v2.5.10

filament - v2.5.7

Published by danharrin almost 3 years ago

What's Changed

Full Changelog: https://github.com/laravel-filament/filament/compare/v2.5.6...v2.5.7

filament - v2.5.0

Published by danharrin almost 3 years ago

Admin Panel (v2!)

If you're upgrading from admin panel v1, please see our upgrade guide. If you spot anything missing, please open an issue or pull request. For support upgrading your app, please join our Discord server, where someone will help you.

Added

Changed

  • Properties and methods on resource, relation manager and page classes.
  • Published configuration.
  • Users table and model no longer included.
  • Filament facade renamed to Filament\Facades\Filament.
  • Role functionality removed, in place for better policy support.
  • Theme configuration has been moved from CSS variables to Tailwind configuration.
filament - v2.4.57

Published by danharrin almost 3 years ago

This release is for the Form Builder only.

v2 of the Admin Panel 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

Added

  • Additional comparison & validation rules. #750
  • JSON override for direct access to masking configuration. #688
  • Radio field. #729

Fixed

  • TimePicker asking for date rule. #751
filament - v1.13.3

Published by danharrin almost 3 years ago

This release is for the Admin Panel only.

v2 of the Admin Panel 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.

Admin Panel

Added

  • Default filters. #736
  • Ability to sort widgets. #745
  • Ability to hide widgets. #749
filament - v2.4.53

Published by danharrin almost 3 years ago

This release is for the Form Builder and Table Builder only.

v2 of the Admin Panel 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

Added

  • Documentation for additional search options. #728
  • Autosizing textareas. #739

Fixed

  • Markdown editor controls on smaller devices. #722

Table Builder

Added

  • Pass closure to table heading. #740
  • Static select filters. #741

Fixed

  • Filters resetting when the component is booted. #730
  • Falsy select filter values. #738
filament - v2.4.37

Published by danharrin almost 3 years ago

This release is for the Form Builder and Table Builder only.

v2 of the Admin Panel 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

Added

  • getStateOnly() and getStateExcept() methods. #710
  • Documentation for conditional disability. #712

Fixed

  • Use extraAttributes() in Card component. #707
  • Helper text class merging. #711

Table Builder

Added

  • 16 (!!!) translations. Thank you so much @Blackpig! #715
  • Table content footers. #716
filament - v2.4.28

Published by danharrin almost 3 years ago

This release is for the Form Builder and Table Builder only.

v2 of the Admin Panel 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

Changed

  • Separated view components for easier extension.

Table Builder

Changed

  • Separated view components for easier extension.

Notes

Due to the view component upgrades in this version, please make sure to php artisan view:clear when you upgrade to this version.

This is mentioned in the upgrade guides of both the form builder and table builder. We recommend you add these commands to your deployment scripts too.

filament - v2.4.17

Published by danharrin almost 3 years ago

This release is for the Table Builder only.

v2 of the Admin Panel 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.

Table Builder

Fixed

  • Sortable accessor columns. #697
filament - v2.4.14

Published by danharrin almost 3 years ago

This release is for the Form Builder and Table Builder only.

v2 of the Admin Panel 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

Fixed

  • Install command stub path. #695

Table Builder

Fixed

  • Install command stub path. #695
filament - v2.4.13

Published by danharrin almost 3 years ago

This release is for the Form Builder and Table Builder only.

v2 of the Admin Panel 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

Added

  • autocapitalize() configuration method. #684

Changed

  • Removed laravel/ui dependency. #687

Table Builder

Changed

  • Removed laravel/ui dependency. #687
filament - v2.4.7

Published by danharrin almost 3 years ago

This release is for the Table Builder only.

v2 of the Admin Panel 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.

Table Builder

Changed

  • Action column width. #681
filament - v2.4.5

Published by danharrin almost 3 years ago

This release is for the Form Builder only.

v2 of the Admin Panel 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

Changed

  • Animate the section show / hide button. #677

Fixed

  • Don't load collapsable alpine when section is not collapsable. #676
  • Mask pattern definition slashes being escaped. #679
filament - v2.4.2

Published by danharrin almost 3 years ago

This release is for the Form Builder only.

v2 of the Admin Panel. 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

Fixed

  • Masked inputs not reflecting server changes. #673
filament - v2.4.0

Published by danharrin almost 3 years ago

This release is for the Table Builder only.

v2 of the Admin Panel 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.

Table Builder

Added