Skip to content

Releases: spicywebau/craft-neo

Neo 5.2.3

28 Aug 10:19
Compare
Choose a tag to compare

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

20 Aug 04:13
Compare
Choose a tag to compare

Fixed

  • Fixed an error that occurred when upgrading from Craft 4

Neo 5.2.1

20 Aug 02:58
Compare
Choose a tag to compare

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

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