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 - v1.6.0

Published by danharrin over 3 years ago

Fixed Livewire component registration for plugins. #191
Encapsulated methods in forms and tables packages. #193
Fixed clear issue with multiple relation selects. #197
Fixed issue with multiple file uploads on one page. #200
Added support for table record action icons. #203
Fixed issue with selective deletion not working. 209
Added table record action titles. #210
Fixed Livewire DOM-diffing issue with tables. #212
Added php-cs-fixer workflow. #214

filament - v1.5.5

Published by danharrin over 3 years ago

Added plugin service provider registration hooks. #182
Added custom form component and column construction commands. #183
Added Arabic translations. #184
Added EditRecord fill hooks. #187
Fixed #189.

filament - v1.5.4

Published by danharrin over 3 years ago

Added Catalan translations. #169
Added preload() option for BelongsToSelect fields. #173
Added support for middleware customization. #180
Allowed relation manager table customizations without overriding main table method. #181

filament - v1.5.3

Published by danharrin over 3 years ago

Fixed Alpine issue with reinitialising components abnormally. #179

filament - v1.5.2

Published by danharrin over 3 years ago

Added Georgian translations. #170
Fixed issue with adding additional table record actions from resource. #175
Fixed undefined url() method with view columns. #177
Added $view to resource page stub. #178

filament - v1.5.0

Published by danharrin over 3 years ago

Added support for granular permission checks using roles and policies. #106
Added Danish translations. #144
Added Indonesian translations. #147
Added basic theming support for customising colors. #148
Added limit() functionality to Text column. #152
Allowed when() callbacks to access the current form record. #153
Set up package translations for publishing. #155
Fixed issue with unaccessible private S3 images. #157
Fixed duplicate IDs on form components causing unexpected issues with closing relation modals. #158
Added class-based filters. #159
Added method to disable the default migrations. #161
Added a basic plugin registration API. #163
Added swappable avatar providers. #164
Fixed use of custom route key names. #167
Fixed search issues with PostgreSQL. #168

filament - v1.4.6

Published by danharrin over 3 years ago

Added Brazilian Portuguese translations. #121
Added conditional form component modification capabilities with when(). #127
Added support for "dependable" fields. #128
Added page lifecycle hooks. #129
Added form groups. #130
Added French translations. #133
Removed extra semicolons from Image column view. #134
Added Dutch translations. #135 & #136
Added Italian translations. #137
Added text input prefix support. #138
Added German translations. #139
Added Spanish translations. #141 & #142
Fixed layout issue with multiple relation managers. #143

filament - v1.4.5

Published by danharrin over 3 years ago

Fixed MorphMany relation managers showing unavailable attachment operations. #109
Added the ability to override page layouts. #113
Added new Boolean and Icon columns. #116
Fixed use of external images in Image column. #117
Added View column. #118
Allowed column URLs to open in a new tab. #119

filament - v1.4.4

Published by danharrin over 3 years ago

Added Image column. #89
Added "Create Another" button to relation manager create modals. #98
Added "View" form component. #101
Fixed page title pass to base layout. #102
Tweaked checkbox and link color usage. #105

filament - v1.4.3

Published by danharrin over 3 years ago

Reduced the number of $wire calls in the select component, fixing #87. #97

filament - v1.4.1

Published by danharrin over 3 years ago

Added support for attaching and detaching records for BelongsToMany relation managers. #90 & #94

filament - v1.4.0

Published by danharrin over 3 years ago

Finalised branding changes.
Fixed inconsistent config line breaks. #80
Fixed Filament custom auth guard in missing places. #85
Added invalid formatting to tag input. #88

filament - v1.3.0

Published by danharrin over 3 years ago

Fixed navigation item sorting. #58
Added form component and column setup() method. #63
Introduced new brand colors. #68
Added config for disabling the default dashboard widgets. #71
Added support for a custom users table and auth guards. #72
Added rows() and cols() methods to Textarea field. #77
Fixed case sensitivity issues with search on Postgres. #78

filament - v1.2.5

Published by danharrin over 3 years ago

Fixed undefined variable. #64

filament - v1.2.4

Published by danharrin over 3 years ago

Set checkbox field default value to false. #62

filament - v1.2.3

Published by danharrin over 3 years ago

Translated validation attributes. #61

filament - v1.2.1

Published by danharrin over 3 years ago

Prefixed core Livewire components with core. to avoid conflicts with app components. #57

filament - v1.1.0

Published by danharrin over 3 years ago

Added DocBlocks to the Filament facade. #55
Enabled stub publishing and customisation. #56

filament - v1.0.15

Published by danharrin over 3 years ago

Updated PHP version badge. #42
Introduced Composer lock file into the repo. #49
Allow domain-based restriction of where the admin panel may be used. #50

filament - v1.0.14

Published by danharrin over 3 years ago

Refactored localization strings throughout the package.