Skip to content

Releases: code16/sharp

v7.12.0

03 Aug 09:28
Compare
Choose a tag to compare

Enhancements

  • Editor field: normalize text to NFC form (like text & textarea fields)

v7.11.0

05 Jul 07:25
Compare
Choose a tag to compare

Bug fixes

  • In some cases when <x-sharp-content> have a <div> children, the content isn't parsed and components not rendered. This releases remove the ability to wrap the content around a <div> (which was an undocumented behavior)
  • Ensure <p> not pasted when editor field has withoutParagraphs() option

v7.10.0

29 Apr 10:29
Compare
Choose a tag to compare

Features

  • Editor: Allow embed special "slot" field to put HTML directly as tag content.

Improvements

  • Editor: do not add null embed attributes

v7.9.0

27 Apr 07:49
Compare
Choose a tag to compare

Features

  • Editor: support for superscript text (<sup>)

Improvements

  • Escape inputted html in markdown editor

v7.8.0

08 Apr 07:57
Compare
Choose a tag to compare

Features

  • new sharp.auth.suggest_remember_me config key, to add a "remember me" checkbox in the login form (see doc)

v7.7.0

25 Mar 14:46
Compare
Choose a tag to compare

New features

  • πŸ”₯ Editor embeds! This huge feature, planned since 7.0.0, allows to embed any custom data in an Editor. See detailed doc

editor-embeds

  • Added a ->setWithoutParagraphs() to SharpFormEditorField, to allow a "no <p> mode". See doc

v7.6.0

23 Mar 17:30
Compare
Choose a tag to compare

Features

  • added a configureDeleteConfirmation() method on forms to allow a custom confirmation message before delete (see doc)

Fixes

  • fixed bad example in filter doc (#417) thanks @BramEsposito
  • improved UI: the logout link is now a dropdown (for clarity)

v7.5.1

17 Mar 12:28
Compare
Choose a tag to compare

Fixes

  • legacy defined validators (Sharp 6 style, in sharp.php config) of sub-entities (multiform feature) where ignored

v7.5.0

16 Mar 07:25
Compare
Choose a tag to compare

New features

  • CODE_BLOCK was added to the Editor form field (multiline code)
  • Form tabs are now updating the querystring (to restore state on reload)

Fixes

  • Ensure we do not check view, update and delete policies in create case as this could lead to unexpected errors in the functional code (c6cf8d3)

7.4.0

11 Mar 13:40
Compare
Choose a tag to compare

New features

  • πŸ§™ Wizard commands! (see doc)
  • ⚠️ Page Alerts are now available in Dashboards (see doc)
  • 🎏 Show pages can display a locale selector (similar to Forms), and have localized text fields (see doc)
  • πŸ”’ SharpShowEntityListField::showCount() method added, to display total count of an embedded Entity List (see doc)

Fixes

  • Entity list rows are now aligned vertically (again)
  • DateRange filters are smaller when empty
  • Change state modal select was sometimes nonreactive