Skip to content

Releases: spicywebau/craft-neo

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

Neo 4.2.8

10 Jul 09:25
Compare
Choose a tag to compare

Fixed

  • Fixed an error that occurred when trying to create a block on a Solspace calendar event

Neo 4.2.7

03 Jul 11:45
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where pasted copies of a new block would not be saved

Neo 4.2.6

02 Jul 09:31
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where the contents of translatable fields within new Neo blocks were not being propagated to other sites

Neo 5.0.5

01 Jul 12:06
Compare
Choose a tag to compare

Added

  • Added benf\neo\elements\db\BlockQuery::findStructureId()
  • Added benf\neo\elements\db\BlockQuery::$findStructureId

Fixed

  • Fixed an error that occurred when calling benf\neo\Field::getBlockTypeFields()
  • Fixed a bug where nested Matrix entries could not be created in new Neo blocks until after saving the owner element, if Craft's autosaveDrafts general config setting was set to false

Neo 5.0.4

26 Jun 12:34
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where collapsed input block previews were misaligned
  • Fixed a bug where asset thumbnails in collapsed input block previews were not working
  • 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