Releases: spicywebau/craft-neo
Releases · spicywebau/craft-neo
Neo 5.2.0-beta.1
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
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
Fixed
- Fixed a JavaScript error that could occur in some cases when creating a new block with no tabs
Neo 4.2.9
Fixed
- Fixed a bug where edited descendants of unedited blocks weren't being returned in GraphQL draft queries
Neo 5.1.0
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 theneoblocktypes.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
Fixed
- Fixed an error that occurred when trying to create a block on a Solspace calendar event
Neo 4.2.7
Fixed
- Fixed a bug where pasted copies of a new block would not be saved
Neo 4.2.6
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
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 tofalse
Neo 5.0.4
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 tofalse
would cause Neo blocks created on new entries to lose their content when saved