Skip to content

Releases: code16/sharp

v9.3.1

16 Apr 15:52
Compare
Choose a tag to compare

Fixes

  • Fix form title + breadcrumb handling

v9.3.0

31 Mar 07:29
Compare
Choose a tag to compare

Features

  • Allow to reload alongside displaying info alert after a command (#590)

v9.2.8

27 Mar 17:42
Compare
Choose a tag to compare

Bug fixes

  • Allow to redirect to external login url

v9.2.7

19 Mar 11:25
Compare
Choose a tag to compare

Bug fixes

  • Don't catch AuthenticationException in errors middleware

v9.2.6

19 Mar 11:23
Compare
Choose a tag to compare

Bug fixes

  • Display exception when not logged in

v9.2.5

17 Mar 07:50
Compare
Choose a tag to compare

Fixes

  • Fix SharpAppServiceProvider maker stub

v9.2.4

16 Mar 16:51
Compare
Choose a tag to compare

Fixes

  • Fix EloquentModelUpdater bug for relation defined with relationResolver

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