Skip to content

Releases: spicywebau/craft-neo

Neo 4.2.5

24 Jun 11:30
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where content migrations that set Neo field values could fail to set more than one block in some cases

Neo 4.2.4

18 Jun 11:57
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where setting Craft's autosaveDrafts general config setting to false would cause Neo blocks created on new entries to lose their content when saved

Neo 4.2.3

18 Jun 06:31
Compare
Choose a tag to compare

Fixed

  • Fixed an error that occurred when pasting a Neo block on a different site from where it was copied
  • Fixed a bug where unedited Neo blocks would be deleted from an entry, after editing the entry and saving as a new entry

Neo 5.0.3

15 Jun 03:56
Compare
Choose a tag to compare

Fixed

  • Fixed an error that could occur during Neo-to-Matrix conversion

Neo 5.0.2

06 Jun 10:47
Compare
Choose a tag to compare

Fixed

  • Fixed an error that occurred when trying to create more than one Neo block on a new entry

Neo 4.2.2

06 Jun 10:21
Compare
Choose a tag to compare

Fixed

  • Fixed an error that occurred when trying to create more than one Neo block on a new entry

Neo 5.0.1

04 Jun 02:30
Compare
Choose a tag to compare

Fixed

  • Fixed an error that occurred when trying to create a Neo block when editing a global set

Neo 4.2.1

04 Jun 02:19
Compare
Choose a tag to compare

Fixed

  • Fixed an error that occurred when trying to create a Neo block when editing a global set

Neo 5.0.0

03 Jun 10:05
Compare
Choose a tag to compare

Added

  • Added Craft 5 compatibility
  • Added benf\neo\models\BlockType::$color and the neoblocktypes.color column
  • Added benf\neo\services\Conversion::convertBlockToEntry()
  • Added benf\neo\services\Conversion::convertBlockTypeToEntryType()
  • Added benf\neo\services\Conversion::convertBlockTypesToEntryTypes()
  • Added benf\neo\web\assets\configurator\ConfiguratorAsset
  • Added benf\neo\web\assets\converter\ConverterAsset
  • Added benf\neo\web\assets\input\InputAsset
  • 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
  • Removed benf\neo\models\Settings::$enableLazyLoadingNewBlocks
  • Removed benf\neo\services\Blocks::renderTabs()
  • Removed benf\neo\services\Conversion::convertBlockToToMatrix()
  • Removed benf\neo\services\Conversion::convertBlockTypeToMatrix()
  • Removed benf\neo\services\Conversion::convertBlockTypesToMatrix()
  • Removed benf\neo\TwigExtension (benf\neo\web\twig\Extension now provides the neoblock test)
  • Removed benf\neo\Variable (benf\neo\web\twig\Variable now provides the craft.neo Twig variable)
  • Removed the neoblocks_owners table; the Craft 5 elements_owners table is used instead
  • Removed the neoblocks.deletedWithOwner column; the Craft 5 elements.deletedWithOwner column is used instead

Neo 5.0.0-RC.2

31 May 05:15
Compare
Choose a tag to compare
Neo 5.0.0-RC.2 Pre-release
Pre-release

Added

  • 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)

Removed

  • Removed benf\neo\TwigExtension (benf\neo\web\twig\Extension now provides the neoblock test)
  • Removed benf\neo\Variable (benf\neo\web\twig\Variable now provides the craft.neo Twig variable)