Releases: code16/sharp
Releases · code16/sharp
v7.25.0
Features
- Laravel 10 support
Fixes
- If the
view
policy is set to false AND in case the entity defines a Show page, Sharp will now return a 403 forbidden on a form edit (readonly) — it was odd that we could access the URL before ("update" button was not displayed)
v7.24.1
v7.24.0
Features
- Add a way to override the OK button label in a Command (see https://sharp.code16.fr/docs/guide/commands.html#configure-the-command-confirmation-text-description-form-modal-title,
configureFormModalButtonLabel()
) - Allow menu items in the user / profile dropdown (see https://sharp.code16.fr/docs/guide/building-menu.html#add-links-in-the-user-profile-menu)
v7.23.2
v7.23.1
v7.23.0
v7.22.0
Bug fixes
- Prevent adding
rel="noopener noreferrer nofollow"
andtarget="_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.