Skip to content

v0.14.0

Choose a tag to compare

@mikaelpopowicz mikaelpopowicz released this 27 Jun 23:06
· 12 commits to main since this release

What's Changed

  • feat: add the ability to configure the default perPage

Field :

FileManager::make('Image')->perPage(fn () => 20);

Tool :

NovaFileManager::make()->perPage(fn () => 20);

Full Changelog: v0.13.1...v0.14.0