Skip to content

Releases: spicywebau/craft-neo

Neo 4.2.11

20 Aug 02:49
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where newly-created blocks were collapsed when the collapseAllBlocks plugin setting was enabled

Neo 5.2.0

12 Aug 11:52
Compare
Choose a tag to compare

Added

  • Added benf\neo\console\controllers\BlockTypesController::actionConvertToEntryType() (php craft neo/block-types/convert-to-entry-type console command)

Changed

  • Neo now requires Craft 5.3.0 or later
  • benf\neo\services\Conversion::convertBlockTypeToEntryType() now has a $save argument
  • Blocks now begin life as unpublished drafts

Fixed

  • Fixed a bug where newly-created blocks could lose their disabled status if the owner element had validation errors and autosaveDrafts was disabled
  • Fixed an undefined array key error that could occur if parent block condition rules were set on block type field layout elements on Craft 4

Neo 5.1.4

08 Aug 01:57
Compare
Choose a tag to compare

Fixed

  • Fixed a server error that occurred when switching an entry's type from one with a Neo field to one without a Neo field

Neo 4.2.10

08 Aug 01:46
Compare
Choose a tag to compare

Fixed

  • Fixed a server error that occurred when switching an entry's type from one with a Neo field to one without a Neo field
  • Fixed a JavaScript error that could occur in some cases when creating a new block with no tabs

Neo 5.1.3

03 Aug 04:07
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where associating an entry type with a block type would cause existing blocks of that type to lose content

Neo 5.2.0-beta.1

01 Aug 09:07
Compare
Choose a tag to compare
Neo 5.2.0-beta.1 Pre-release
Pre-release

Added

  • Added benf\neo\console\controllers\BlockTypesController::actionConvertToEntryType() (php craft neo/block-types/convert-to-entry-type console command)

Changed

  • Neo now requires Craft 5.3.0-beta.1 or later
  • benf\neo\services\Conversion::convertBlockTypeToEntryType() now has a $save argument
  • Blocks now begin life as unpublished drafts

Fixed

  • Fixed a bug where newly-created blocks could lose their disabled status if the owner element had validation errors and autosaveDrafts was disabled

Neo 5.1.2

31 Jul 02:08
Compare
Choose a tag to compare

Fixed

  • Fixed an error that could occur when accessing a Neo field settings page after uninstalling Craft Commerce
  • Fixed a bug on Neo field settings pages, where block types that were not allowed at the top level would not be indented until the block type was selected

Neo 5.1.1

28 Jul 14:20
Compare
Choose a tag to compare

Fixed

  • Fixed a JavaScript error that could occur in some cases when creating a new block with no tabs

Neo 4.2.9

25 Jul 06:59
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where edited descendants of unedited blocks weren't being returned in GraphQL draft queries

Neo 5.1.0

24 Jul 11:39
Compare
Choose a tag to compare

Added

  • Added benf\neo\controllers\Configurator::actionGetCommonEntryTypeSettings()
  • Added benf\neo\models\BlockType::getEntryType()
  • Added benf\neo\models\BlockType::setEntryType()
  • Added benf\neo\models\BlockType::$entryTypeId and the neoblocktypes.entryTypeId column
  • Added benf\neo\services\BlockTypes::getByCriteria()
  • Added benf\neo\services\Conversion::convertEntryTypeToBlockType()

Changed

  • Block types now have an entry type setting, allowing for choosing an entry type that the block type will take its name, handle, color, and field layout from

Fixed

  • Fixed a bug where the 'save as new entry' option would not save any Neo blocks for the new entry