Skip to content

Releases: code16/sharp

v9.2.3

11 Mar 11:04
Compare
Choose a tag to compare

Fixes

  • Fix Eloquent's auto updater to properly detect relations without return type

v9.2.2

10 Mar 09:59
Compare
Choose a tag to compare

Improvements

v9.2.1

07 Mar 13:06
Compare
Choose a tag to compare

Features

  • new redirectLogoutToUrl(...) config option to override the logout process
  • improved error page

Bug fixes

  • fix showCount() on EmbeddedEntityLists
  • fix notifications in some EEL cases

v9.2.0

06 Mar 10:18
Compare
Choose a tag to compare

Features

  • autodiscover entities 🥳 with the new discoverEntities() method (doc) + allow to use SharpEntity class instead of entity key from everywhere (LinkTo, Breadcrumb...)
  • new option to allow temporary uploads (doc)

Bug fixes

  • Throw if a localized field is configured without locales
  • Sharp notifications not showing on Show entity lists

Note

This is not usual with Sharp, but we chose to add a deprecation in this minor version: in SharpAppServiceProvider you are encouraged to migrate your ->addEntity('key', MyEntity::class) calls to ->declareEntity(MyEntity::class), since Sharp's new way is to hide entity keys. And even better, you can replace all of these with one simple ->discoverEntities().

v9.1.2

28 Feb 16:31
Compare
Choose a tag to compare

Bug fixes

  • Properly reset remote autocomplete linked field when a callback is provided
  • Only run global filter / global search authorize when authenticated & allowed to view sharp

Other changes

  • SharpEntity::getLabel() can now be override, to handle dynamic labels

v9.1.1

25 Feb 09:53
Compare
Choose a tag to compare

Fixes

  • Re-support Laravel 11 🤦

v9.1.0

25 Feb 07:32
Compare
Choose a tag to compare

Features

  • Add support for Laravel 12
  • Remove support for php 8.2

v9.0.9

24 Feb 15:14
Compare
Choose a tag to compare

Bug fixes

  • Fix scroll to top when opening a filter

v9.0.8

21 Feb 11:03
Compare
Choose a tag to compare

Bug fixes

  • Fix date field monday first

v9.0.7

21 Feb 11:03
Compare
Choose a tag to compare

Bug fixes

  • Entity lists with hidden filters