Skybrud.Umbraco.Elements v1.0.0-alpha017
Pre-releaseInstallation
Changelog
-
Fixed wrong area alias in
en-US.xml
language file (see 74c3e16)
The wrong alias resulted in labels not being correctly translated in English. -
Changed runtime level for
ElementsComposer
to avoid errors during upgrades (see 470f91d)
TheElementsValueConverter
class has a dependency forElementsConverterCollection
, but while the value converter is loaded by Umbraco during upgrades, theElementsConverterCollection
dependency wasn't registered with the DI container as the composer wasn't run during upgrades, resulting in a big YSOD. -
Replaced
<a>
with<button>
for improved accessibility (see b40f2df)
In cases where the it doesn't need to be an<a>
, the<a>
elements has now been replaced by<button>
elements instead. -
Properties overlay can now be closed by pressing ESC key (bd03031)
While the overlay has a close button, it can now also be closed by the ESC key. -
Introduced .skybrud-elements-preview-content-type class for element preview (d6b4816)
This change moves the item icon and name to a new<div>
with with the.skybrud-elements-preview-content-type
. This helps better isolating the icon and name, making it easier to style without affecting too much else. -
Updated how the package is using collapsible panels (see 6f7b1d0)
Umbraco has introduced some changes that made the UI look a bit broken, so this release takes care of those changes.