Skip to content

Releases: code16/sharp

v6.1.0

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

Features

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

v5.4.3

01 Feb 14:26
Compare
Choose a tag to compare

Improvements

  • Markdown: Ability to paste a table (#284)
  • Form: Errors in a different locale is highlighted + has a new message (#294)

v5.4.2

27 Jan 13:00
Compare
Choose a tag to compare

Bug fixes

  • Localized fields only inside a list are not detected (#291)
  • Localized textarea is not reactive

v5.4.1

08 Dec 15:20
Compare
Choose a tag to compare

Features

  • add a Thumbnail::setAfterClosure setter method to declare a Closure to be called after the thumbnail creation (useful to act on the generated thumbnail)

v5.4.0

04 Dec 14:33
Compare
Choose a tag to compare

Features

New Charts

Dashboard charts has been revamped to look more modern and with new features.

Screenshot

image

New attributes (docs)

  • setHeight()
  • setMinimal()
  • setDisplayHorizontalAxisAsTimeline()
  • setCurvedLines()
  • setHorizontal()

v5.3.5

13 Nov 08:24
Compare
Choose a tag to compare

Fixes