Releases: spicywebau/craft-neo
Releases · spicywebau/craft-neo
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
Neo 4.2.5
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
Fixed
- 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