Releases: code16/sharp
Releases · code16/sharp
v9.6.4
v9.6.3
v9.6.2
v9.6.1
v9.6.0
New features
- Entity maps (in replacement of multiforms): https://sharp.code16.fr/docs/guide/building-entity-list#entity-map
- Handle svg thumbnail
- Allow custom preset for DateRangeFilter: https://sharp.code16.fr/docs/guide/filters#configuration
Full Changelog: v9.5.2...v9.6.0
v9.5.2
v9.5.1
Bug fixes
- Allow SVG images with Laravel 12 (https://laravel.com/docs/12.x/upgrade#image-validation)
v9.5.0
v9.4.1
Bug fixes
- Don't allow duplicate tags in SharpFormTagsField
- Fix
sharp()->breadcrumb()->isCreation()
for quick creation form - Show exception on 413 (file too large)
- Fix upload {id} replacement for single form
Full Changelog: v9.4.0...v9.4.1
v9.4.0
Bug fixes
- Form : Prevent crash with null uploads (f11d2dc)
- SharpTagsTransformer : fix empty tags (c962622)
- SharpTagsTransformer : in show page (0ad20ec)
- Fix install command (117b6c5)
- Fix Octane (52b547f)
Features
- User Profile Picture support 🎉 by @PatrickePatate in #564
- Add new
BreadcrumbItem::entityIs()
method by @aguingand in #598 - Add $item in autocomplete template data + allow closure by @aguingand in #596 (see doc)
- Add Laravel idea code generations (ide.json)
Chores
- Update to tailwind 4 / shadcn (6759b64)