Skip to content

Releases: code16/sharp

v7.24.1

01 Feb 11:34
Compare
Choose a tag to compare

Improvements

  • Add noindex meta to prevents search engines crawling

v7.24.0

31 Jan 10:49
Compare
Choose a tag to compare

Features

215732407-23415a28-1126-4548-bed6-3be7d4a38299

v7.23.2

02 Jan 11:07
Compare
Choose a tag to compare

Bug fixes

  • Fix eloquent relation detection on EloquentModelUpdater

v7.23.1

01 Dec 13:38
Compare
Choose a tag to compare

Bug fixes

  • Fix dropdown regression

v7.23.0

29 Nov 13:15
Compare
Choose a tag to compare

Features

  • Allow non collapsible menu sections (docs)

Improvements

  • Improve command form modal UI (larger + sticky list labels)

v7.22.0

23 Nov 09:35
Compare
Choose a tag to compare

Bug fixes

  • Prevent adding rel="noopener noreferrer nofollow" and target="_blank" to links inserted in editor (HTML mode). If you were relying on theses attributes, you should add those either before saving in DB or in front side.

Improvements

  • Prevent refreshing the Dashboard or Entity list on each key press in Date filter.

v7.21.0

14 Nov 14:21
Compare
Choose a tag to compare

Bug fixes

  • Editor content: When <x-sharp-image> or <x-sharp-file> doesn't have a path, prevent throwing an exception in blade.

v7.20.0

31 Oct 13:54
Compare
Choose a tag to compare

Features

  • Improve Show Page UI: sticky entity list menu, display page title in header on scroll. (#444)

Bug fixes

  • Hide list sort handle if not needed

v7.19.1

27 Oct 06:09
Compare
Choose a tag to compare

Fix

  • Fix performance issue with SharpEntityResolver

v7.19.0

21 Oct 12:09
28e67f5
Compare
Choose a tag to compare

New feature

Improvements

  • Demo: prefill login form to admin@example.org
  • Show: Improve UI when there is a global message + a title
  • Generators: add options (forms in commands), enhance stubs, fix doc