Skip to content

v9.2.0

Choose a tag to compare

@aguingand aguingand released this 06 Mar 10:18

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().