Skip to content

Releases: code16/sharp

v6.5.0

05 Oct 10:14
Compare
Choose a tag to compare

Features

  • Allow translation in command forms (thanks #339)
  • Url menu items now opens in a new tab by default (#338)

Bug fixes

  • Fix localized form editors empty value (#337)
  • Fix form list with different item id attribute (#348)

v6.4.1

09 Jul 14:31
Compare
Choose a tag to compare

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

01 Jul 16:18
Compare
Choose a tag to compare

Improvements

  • Improve global loading overlay and reduce content flickering (#329)

Bugfixes

  • Upload: handle 419 errors (when session outdated)
  • Entity list: prevent forcing alignment inside cell (#328)

v6.3.1

14 Jun 09:26
Compare
Choose a tag to compare

Bugfixes

  • List: Fix bulk upload display only if add is allowed
  • Date: Fix toggle on button click

v6.3.0

11 Jun 13:43
Compare
Choose a tag to compare

Features

   List: allow bulk upload: drag'n'drop files into multiple items containing an upload field (see docs)
  • Date: add calendar icon button
  • Entity list: Add top bar « results for "query" » on user search

Bugfixes

  • Date: Fix freeze when typing into input

v6.2.0

03 Jun 15:49
Compare
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
Compare
Choose a tag to compare

Bugfixes

  • Fix upload inserting in wrong markdown field

v6.1.3

12 May 09:21
Compare
Choose a tag to compare

Bug fixes

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

v6.1.2

23 Apr 15:48
Compare
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
Compare
Choose a tag to compare

Features

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