Releases: code16/sharp
Releases Β· code16/sharp
v7.12.0
v7.11.0
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 haswithoutParagraphs()
option
v7.10.0
v7.9.0
v7.8.0
v7.7.0
v7.6.0
v7.5.1
v7.5.0
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
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