Releases: code16/sharp
Releases · code16/sharp
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.
v7.21.0
v7.20.0
v7.19.1
v7.19.0
New feature
- Allow dynamic Entities declaration with
SharpEntityResolver
, see documentation
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