Skip to content

Releases: spicywebau/craft-neo

v2.5.1

23 Sep 23:25
Compare
Choose a tag to compare

Fixed

  • Fix #263 - correctly get the children blocks (GraphQL)
  • Add in a check to make sure we're getting the next level blocks only. (GraphQL)

v2.5.0

23 Sep 04:52
Compare
Choose a tag to compare

Added

  • GraphQL implementation
  • Add GraphQL how to doc

v2.4.8

18 Sep 01:00
Compare
Choose a tag to compare

Fixed

  • Fix #232 - make sure to clear the uid when cloning the field so the original doesn't get overwritten when converting.

Changed

  • Update tar
  • Update js-yaml

v2.4.7

10 Sep 07:46
Compare
Choose a tag to compare

Fixed

  • Fix #249
  • Fix #255, removed 0 index with Field Labels Integration as it causes Undefined offset: 0

v2.4.6

09 Sep 23:31
Compare
Choose a tag to compare

Fixed

  • Field Labels compatibility update
  • Fix #243. Revert handleDeletedBlockType changes as it causes some issues when deleting the block types in the neo field.

v2.4.5

30 Aug 02:25
Compare
Choose a tag to compare

Fixed

  • fix multi-site issue where on draft creation the contents of the draft is copied over to the other site drafts. #246
  • Fixed issue with saving a new entry and the alert that appears (the "Do you want to leave" msg on save).
  • Fixed issue with field deletion when there's multi level nested blocks #249

v2.4.4

21 Aug 06:15
Compare
Choose a tag to compare

Fixed

  • require the siteId for neo structures for eager loading
  • fix getSupportedSiteIdsForField language comparison

Changed

  • Removed the queue job after changing the propagation method for the neo field as it was causing Attempting to save an element in an unsupported site.. Propagation changes will be applied once the entry containing the field is saved.

v2.4.3

16 Aug 03:56
Compare
Choose a tag to compare

Fixed

  • added beforeSave function to properly update the neo field propagation method by setting and checking the oldPropagationMethod variable.

  • if PROPAGATION_METHOD_NONE is NOT set for the neo field, make sure to duplicate the block and structures for the other sites using the primary content.

  • Fix indentation of code

v2.4.2

08 Aug 12:20
Compare
Choose a tag to compare

Fixed

  • Fix - Need to set the new key for neo structures since the ownerSiteId is now set

v2.4.1

08 Aug 00:08
Compare
Choose a tag to compare

Fixed

  • Fixed issue #239
  • Fixed indentation, swapped to tabs.

Changed

  • Cleaned up the Field Service