Skip to content

Releases: spicywebau/craft-neo

Neo 5.3.0

20 Feb 05:32
Compare
Choose a tag to compare

Added

  • Added benf\neo\Field::$newBlockButtonLabel (previously added in 4.3.0; field setting for defining the block creation button text, on menu styles where it is shown)
  • Added benf\neo\Field::newBlockButtonLabelWithFallback() (previously added in 4.3.0)

Neo 4.3.0

20 Feb 05:31
Compare
Choose a tag to compare

Added

  • Added benf\neo\Field::$newBlockButtonLabel (field setting for defining the block creation button text, on menu styles where it is shown)
  • Added benf\neo\Field::newBlockButtonLabelWithFallback()

Neo 5.2.24

18 Feb 08:31
Compare
Choose a tag to compare

Fixed

  • Fixed a GraphQL bug where parameters on entries fields on child blocks weren't being applied

Neo 4.2.26

18 Feb 08:30
Compare
Choose a tag to compare

Fixed

  • Fixed a GraphQL bug where parameters on entries fields on child blocks weren't being applied

Neo 5.2.23

31 Jan 00:42
Compare
Choose a tag to compare

Added

  • Added the resaveFieldBlockStructuresInIndividualJobs plugin setting (previously added in 4.2.24, defaults to false)

Fixed

  • Fixed a bug where queries for elements with empty or nonempty Neo fields weren't working
  • Fixed a bug where Neo field sort order data in the project config would set block type groups in the incorrect place when rebuilding the project config

Neo 4.2.25

30 Jan 01:16
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where Neo field sort order data in the project config would set block type groups in the incorrect place when rebuilding the project config
  • Fixed a bug where Craft garbage collection would delete all neoblocks_owners rows relating to a block, if any of that block's owner elements no longer existed in the elements table

Neo 5.2.22

16 Jan 00:19
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where a Neo block's sort order could be lost when creating a nested CKEditor field entry
  • Fixed an error that occurred when two new child blocks of a new parent block were created, if autosaveDrafts was disabled

Neo 4.2.24

15 Jan 22:41
Compare
Choose a tag to compare

Added

  • Added the resaveFieldBlockStructuresInIndividualJobs plugin setting (defaults to false)

Neo 5.2.21

18 Dec 11:38
Compare
Choose a tag to compare

Fixed

  • Fixed an 'Undefined array key' error that occurred during Neo-to-Matrix conversion, if any of the Neo field's block types had fields with overridden handles

Neo 5.2.20

13 Dec 03:47
Compare
Choose a tag to compare

Changed

  • When running a console command that deletes Craft elements that own Neo blocks, the Neo blocks will now be deleted during the running of the command, rather than using queue jobs
  • New block buttons are now disabled while a new block is being created