Releases: spicywebau/craft-neo
Releases · spicywebau/craft-neo
v1.3.4
Improved
Updated Javascript dependenciesFixed
Fixed issues with Neo fields not updating correctly when publishing entry draftsFixed
Neo fields are now able to be used in widgetsFixed
Fixed bug where the ordering of child block checkboxes in the configurator would sometimes be inconsistentFixed
Moved where the generating search keywords task is triggered to avoid potential side-effects
v1.3.3
Fixed
Removed block caching as it was breaking entry drafts, and potentially other areas of the control panel
v1.3.2
Fixed
Fixed bug with live preview mode breaking for Neo fields in Craft 2.6.2793Fixed
Fixed bug with entry drafts not updating their Neo block field values after savingFixed
Fixed bug where Neo blocks would share caches across differing host names
v1.3.1
Fixed
Fixed incompatibility with PHP 5.5 and below introduced in1.3.0
Fixed
Fixed bug where leaving editing an element would always show the confirm dialog, regardless if anything changedFixed
Minor UI fix with field-less tabs on child blocks having incorrect background color
v1.3.0
Added
Added ability to duplicate blocksAdded
Added ability to have blank tabs in block type field layoutsImproved
Generating search keywords for Neo fields are now offloaded to a task, dramatically reducing saving timeImproved
Blocks now only save if their content has been modified, reducing saving timeImproved
Block field templates are now cached for improved rendering performanceImproved
Javascript (Babel) polyfills now only load if necessaryFixed
Can now use comparison querying (eg.'>=3'
) on level property in live previewFixed
Filtering Neo blocks bytypeId
now works correctly
v1.2.1
Improved
When editing Neo fields, block types and groups are now inserted after the currently selected itemFixed
Added support for Reasons v1.0.4Fixed
Implemented a way of using Twig variables in Asset (and potentially other) field settings for Neo blocks
v1.2.0
This version fixes the issues with version 1.1.1
Improved
Block type buttons will now not be grouped if there is only one inside a groupImproved
Checkboxes on blocks are now only checked when clicking on them, or the block type labelFixed
Neo fields now work properly in live preview modeFixed
Fixed bug with Neo field block structures when localisedFixed
Blocks now show when previewing older versions of entries (thanks @christianruhstaller)Fixed
Fixed bug where elements could not be saved after reporting an error with a Neo fieldFixed
Fixed bug where you couldn't select text inside input fields in the configurator using keyboard shortcuts
v1.1.0
Added
Blocks now support structure property querying (children, descendants, etc)Improved
Clicking on block tabs no longer toggles the checkboxImproved
Now checks for compatible PHP version on installFixed
Fixed issue where child blocks weren't being added to the correct blockFixed
Block tab dropdown (when in mobile view) now works on new blocksFixed
The "+" icon on block buttons is now correctly added to the first button
v1.0.2
Added
Added ability to get child blocks in the template. This implementation will be deprecated soon in a later release but will remain supported throughout all 1.x versions.
v1.0.1
Added
Added ability to query against block level in templates, like with categories and structure sections