Skip to content

v8.0.0

Compare
Choose a tag to compare
@aguingand aguingand released this 18 Aug 07:51
· 1292 commits to main since this release

Features

  • bulk (ie: select entities first) commands
  • global search #477
  • refactored login, rate limiting implementation
  • 2fa workflows (notification or totp) #482
  • new dashboard's Figures widget #475
  • allow ->notify() toasts in Commands

DX

  • new way to build EntityList layout
  • easier way to declare an embedded Entity List (2nd arg, entity key, is now optional, since it's often the same one)
  • add SimpleEloquentReorderHandler default reorder implementation
  • new methods to build LinkToShow and LinkToForm links with a custom breadcrumb #485
  • allow middleware declaration in config
  • allow to define upload (tmp) disk in configuration

UX / UI

  • UI global refinements: lowercase, breadcrumb everywhere, user menu moved to top right
  • delete action moved to Entity List or Show Page instead of Form
  • Entity List: new header with filters, new action ... button, entity state modal replaced by dropdown
  • Show page: entity state modal replaced by dropdown, locale selector move to action bar
  • Form: new tabs UI, locale selector move to action bar, cancel / update button move to sticky bottom bar
  • Dashboard: sections (with title), ability to place filters an commands on sections
  • Update to FontAwesome 6 (no breaking changes, v4 / v5 names are allowed)

BC