Skip to content

Releases: code16/sharp

v6.2.0

03 Jun 15:49

Choose a tag to compare

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

18 May 15:02

Choose a tag to compare

Bugfixes

  • Fix upload inserting in wrong markdown field

v6.1.3

12 May 09:21

Choose a tag to compare

Bug fixes

  • Show page: Primary command wasn't visible in Entity list

v6.1.2

23 Apr 15:48

Choose a tag to compare

Fixes

  • Markdown too big upload causes error
  • Upload error message not displayed when file too big

v6.1.1

21 Apr 12:55

Choose a tag to compare

Features

  • a small new feature: allow custom URLs for logos (docs)

v6.1.0

20 Apr 15:29

Choose a tag to compare

Fixes

  • Fix validation not working in show page command form (#301)

Features

  • Handle menu separators (docs)

v6.0.1

20 Apr 09:09

Choose a tag to compare

Fixes

  • The menu was not displayed in some cases (when first item was filtered out)

Sharp 6

13 Apr 07:46

Choose a tag to compare

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

v5.4.5

18 Mar 14:29

Choose a tag to compare

Fixes

  • Revert bad commit which broke fix brought by #257: Use Storage Disk to write thumbnail
  • Make SharpFormUploadField::shouldOptimizeImage() work with cloud filesystem

v5.4.4

22 Feb 09:41

Choose a tag to compare

Features

  • Allow to download in view command iframe (#296)