Releases: code16/sharp
Releases · code16/sharp
v8.1.0
v8.0.7
Fixes
- Fix custom transformers in case of a sub-attribute with an array
Lang
- add missing key in German (tanks @LucasTuzina)
v8.0.6
v8.0.5
v8.0.4
What's Changed
- Fix spelling error by @demiurge-ash in #491
- Fix list cell not wrapping on overflow
Full Changelog: v8.0.3...v8.0.4
v8.0.3
v8.0.2
v8.0.1
v8.0.0
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
andLinkToForm
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
- see migration guide: https://sharp.code16.fr/docs/guide/upgrading/8.0.html