TiagoSilvaPereira / vemto-filament-plugin

A Vemto plugin for generating Filament admin panels
21 stars 9 forks source link

1.0.4 version #10

Closed nicollassilva closed 1 year ago

nicollassilva commented 1 year ago
  1. Added togglable columns
  2. The DateRange filter has separated into a new class
  3. Fixed Select relationship inputs (deprecated)
  4. Fixed MultiSelectFilter (deprecated)
  5. Fixed BooleanColumn (deprecated)
  6. Fixed rounded() method in the ImageColumn (deprecated)
  7. Added a way to search the input individually
  8. Added a "View" resource page
  9. Added a way to search the resource table columns
  10. Fixed some input validations (deprecated)
  11. Added the table polling (Now, the table is updated every 60 seconds)
  12. Added indicator filters into the table
  13. Resources are now shown in descending order (if the Model has timestamps columns)