Skip to content

Releases: spicywebau/craft-neo

Neo 5.0.0-beta.8

29 Apr 03:05
Compare
Choose a tag to compare
Neo 5.0.0-beta.8 Pre-release
Pre-release

Fixed

  • Fixed an invalid owner ID error that occurred when saving Neo revision blocks with nested inline Matrix entries
  • Fixed a bug where Neo fields converted to Matrix fields would not retain nested Matrix entries

Neo 5.0.0-beta.7

26 Apr 02:13
Compare
Choose a tag to compare
Neo 5.0.0-beta.7 Pre-release
Pre-release

Fixed

  • Fixed a bug where blocks' conditionally-loaded subfield values were not being saved

Neo 5.0.0-beta.6

12 Apr 10:45
Compare
Choose a tag to compare
Neo 5.0.0-beta.6 Pre-release
Pre-release

Changed

  • Block type action menus are now implemented as disclosure menus

Fixed

  • Fixed a bug where action menus on existing block types' field layout designers would not open
  • Fixed a bug where pasting a block copied from one entry onto a different entry, then saving the first entry, could cause the pasted block to be saved for the first entry

Neo 4.1.2

09 Apr 05:08
Compare
Choose a tag to compare

Fixed

  • Fixed an error that occurred during Neo-to-Matrix conversion

Neo 5.0.0-beta.5

08 Apr 10:53
Compare
Choose a tag to compare
Neo 5.0.0-beta.5 Pre-release
Pre-release

Added

  • Added benf\neo\services\Conversion::convertBlockToEntry()
  • Added benf\neo\services\Conversion::convertBlockTypeToEntryType()
  • Added benf\neo\services\Conversion::convertBlockTypesToEntryTypes()

Removed

  • Removed benf\neo\services\Conversion::convertBlockToToMatrix()
  • Removed benf\neo\services\Conversion::convertBlockTypeToMatrix()
  • Removed benf\neo\services\Conversion::convertBlockTypesToMatrix()

Neo 4.1.1

08 Apr 06:32
Compare
Choose a tag to compare

Fixed

  • Fixed a bug when validation errors occurred on new block types when trying to save a Neo field, where the new block types' settings and field layout designer would not load when selected

Neo 5.0.0-beta.4

03 Apr 08:26
Compare
Choose a tag to compare
Neo 5.0.0-beta.4 Pre-release
Pre-release

Fixed

  • Fixed a bug where action menus would not open on new blocks that contained at least one dropdown field

Neo 5.0.0-beta.3

03 Apr 06:34
Compare
Choose a tag to compare
Neo 5.0.0-beta.3 Pre-release
Pre-release

{note} See also the release notes for 4.0.8 and 4.1.0.

Fixed

  • Fixed a bug where content would be lost when upgrading from Craft 4

Neo 4.1.0

03 Apr 02:36
Compare
Choose a tag to compare

Added

  • Added benf\neo\console\controllers\BlockTypesController::actionFixFieldLayouts() (php craft neo/block-types/fix-field-layouts console command)
  • Added benf\neo\console\controllers\FieldsController::actionFixBlockStructureSiteIds() (php craft neo/fields/fix-block-structure-site-ids console command)

Fixed

  • Fixed an error that could occur when changing a Neo field's propagation method, if a Neo block structure for that field exists for an owner element that no longer has the field on its field layout
  • Fixed a bug where deleting an entry for a site wasn't propagating to Neo blocks for that entry/site

Neo 4.0.8

22 Mar 05:18
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where soft-deleted Neo blocks that were not deleted with their owner element were not being cleaned up by Craft garbage collection
  • Fixed a bug where Neo blocks that were initially created for a newly-added site within a draft could be lost when applying the draft