Releases: spicywebau/craft-neo
Releases · spicywebau/craft-neo
Neo 4.2.13
Fixed
- Fixed an error that occurred when creating Neo blocks in a slideout editor on a non-primary site
Neo 5.2.5
Fixed
- Fixed content loss with Craft garbage collection on multi-site Craft installs
Neo 5.2.4
Changed
- Craft garbage collection now removes any
elements_owners
rows for Neo blocks where there is no structure data instructureelements
associated with the row's block and owner
Neo 4.2.12
Fixed
- Fixed an error that could occur while resaving Neo block structures
- Fixed an error that could occur on multi-site Craft installs when saving revision blocks
Neo 5.2.3
Fixed
- Fixed a bug where moving an entry between sections would cause nested Neo content to lose structure data
- Fixed an error that occurred when converting a block type to an entry type (including during Neo-to-Matrix conversion) if any block type field layout tabs or elements had condition rules applied
- Fixed an error that occurred when setting parent block condition rules on block type field layout elements
- Fixed a style bug that occurred when input blocks had UI elements
Neo 5.2.2
Fixed
- Fixed an error that occurred when upgrading from Craft 4
Neo 5.2.1
Fixed
- Fixed a bug when viewing a revision, where Neo content would disappear after initially loading
- Fixed a bug where newly-created blocks were collapsed when the
collapseAllBlocks
plugin setting was enabled
Neo 4.2.11
Fixed
- Fixed a bug where newly-created blocks were collapsed when the
collapseAllBlocks
plugin setting was enabled
Neo 5.2.0
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
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