Releases: spicywebau/craft-neo
Releases · spicywebau/craft-neo
v2.5.6
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
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.3
Changed
- Stop the blocktype always recreating a fieldlayout.uid - thanks @samuelbirch
v2.5.2
Fixed
- Fix #250. When rebuilding the project.yaml file, the fieldLayouts will now correctly be included
v2.5.1
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
Added
- GraphQL implementation
- Add GraphQL how to doc
v2.4.8
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
Fixed
- Fix #249
- Fix #255, removed 0 index with Field Labels Integration as it causes
Undefined offset: 0
v2.4.6
Fixed
- Field Labels compatibility update
- Fix #243. Revert handleDeletedBlockType changes as it causes some issues when deleting the block types in the neo field.