Releases: code16/sharp
Releases · code16/sharp
v6.5.0
v6.4.1
Improvements
- Form: prevent saving page in history when clicking on delete
- Form: on delete, redirects to parent show page if different entity
- returning HTML in API responses now blocks default behavior (e.g. no redirect when
dd()
on form update)
Bug fixes
- fix global filters taking place even if not configured
v6.4.0
v6.3.1
v6.3.0
v6.2.0
Features
- Text/Textarea: show front validation error when text is too long (when
setMaxLength()
is used) - Upload: ability to hide edit button with
setCroppable(false)
(see docs) - Autocomplete: new method
setAdditionalTemplateData([])
allows you to use custom data in item/result Vue template. (see docs) - Select: show front validation error when selecting too many items (when
setMaxSelected()
is used) - Allow to set favicon url (see docs)
- Update document title with current page label (defined with
setBreadcrumbCustomLabelAttribute()
) - Breadcrumb first item (link to list) now takes label from corresponding menu item (instead of "List")
- Normalize text on input in all textual fields
Performance improvements
- Remove dashboard chart animation on load
Bugfixes
- List field: allow to insert item at 1st position
- 404 error message wasn't displayed in show and dashboard pages