Releases: code16/sharp
Releases · code16/sharp
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
v6.1.5
v6.1.3
v6.1.2
v6.1.1
v6.1.0
v6.0.1
Sharp 6
New Features
- New design!
- A whole new breadcrumb system (docs)
- Sections in Show pages are collapsible (docs)
- Markdown form field can now embed any file type (docs)
- Ability to redirect to a show page after a store (docs)
- Ability to define an entity command as primary (docs)
Breaking changes
See the 6.0 upgrade guide
Plus a lot of fixes, refactorings
