You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added benf\neo\web\twig\Extension (new provider of the neoblock test)
Added benf\neo\web\twig\Variable (new provider of the craft.neo Twig variable)
Changed
Block type action menus are now implemented as disclosure menus
Neo input blocks will now show their icon on the top bar, if their block type has an icon set
benf\neo\models\BlockType now implements craft\base\Colorable
Neo block validation on save no longer clears out errors added previously in the request, allowing other plugins or modules to set their own validation errors (thanks @JasonStainton)
Removed
Removed Craft 4 compatibility
Removed benf\neo\assets\InputAsset (benf\neo\web\assets\input\InputAsset is used instead)
Removed benf\neo\assets\SettingsAsset (benf\neo\web\assets\configurator\ConfiguratorAsset and benf\neo\web\assets\converter\ConverterAsset are used instead)
Removed benf\neo\Field::PROPAGATION_METHOD_ALL; use craft\enums\PropagationMethod::All instead
Removed benf\neo\Field::PROPAGATION_METHOD_CUSTOM; use craft\enums\PropagationMethod::Custom instead
Removed benf\neo\Field::PROPAGATION_METHOD_LANGUAGE; use craft\enums\PropagationMethod::Language instead
Removed benf\neo\Field::PROPAGATION_METHOD_NONE; use craft\enums\PropagationMethod::None instead
Removed benf\neo\Field::PROPAGATION_METHOD_SITE_GROUP; use craft\enums\PropagationMethod::SiteGroup instead