Skip to content

Releases: spicywebau/craft-neo

v2.5.6

17 Oct 21:28
Compare
Choose a tag to compare

Fixed

  • Fix #274 - removal of the data-confirm-unload attr is not needed anymore since a better solution for the "Leave Site" issue was implemented in a previous commit.

v2.5.5

16 Oct 04:26
Compare
Choose a tag to compare

Fixed

  • Fixed issue with field labels integration where removing re-labeled fields doesn't actually remove them.
  • Removed ignoring revision and draft blocks by default in beforePrepare() as it was causing issues with GraphQL live preview and previewing drafts.

v2.5.4

11 Oct 04:56
Compare
Choose a tag to compare

Changed

Fixed

v2.5.3

30 Sep 22:39
Compare
Choose a tag to compare

Changed

  • Stop the blocktype always recreating a fieldlayout.uid - thanks @samuelbirch

v2.5.2

30 Sep 05:57
Compare
Choose a tag to compare

Fixed

  • Fix #250. When rebuilding the project.yaml file, the fieldLayouts will now correctly be included

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.