Releases: spicywebau/craft-neo
Releases · spicywebau/craft-neo
v2.0.1
Fixed
- Block structure-related fixes
- Restored ability to translate block type names
v2.0.0
- Initial release for Craft 3
v1.4.1
Added
Added configuration options to enable/disable certain optimisationsImproved
Content summaries now include Matrix and Super Table field valuesImproved
Big performance improvement with block modification detectionImproved
Added limits to content summaries to improve UI performanceFixed
Neo fields can now handle changes in translation settingsFixed
Fixed issue with Neo fields not reverting correctly when rolling back an entry's versionFixed
Fixed issue with nested Matrix and Super Table block rearrangements not savingFixed
Non-admins are now able to duplicate blocksFixed
Fixed server error when non-admins expand/collapse Neo blocksFixed
Fixed issue with Neo-to-Matrix conversion with localised contentFixed
Relations are now converted when converting Neo to MatrixFixed
Search keywords for Neo fields now generate when rebuilding the search indexFixed
Removed graphical abnormality on blocks in SafariFixed
Fixed issue with collapsed block children indicator being out of sync
Changes from v1.4.0
Added
Added "Max Child Blocks" setting to block typesAdded
Neo-to-Matrix conversion (with all it's content) now possible when changing an existing Neo field to MatrixAdded
Collapsed Neo blocks now show a rich content summary in the title bar, similar to Matrix blocksAdded
Eager-loading is now supported (refer to documentation on how to eager-load Neo fields)Improved
Neo fields and their content now automatically convert to Matrix when uninstalling the pluginImproved
Matrix fields inside Neo blocks are now styled differently, so they stand out more visually (inspired by SuperTable)Improved
German translations have been grammatically improvedImproved
Field-less blocks now have their heights padded to improve visibilityFixed
Fixed partially broken support for ReasonsFixed
Fixed PHP error when using Neo in widgetFixed
Fixed bug where Neo could be created inside MatrixFixed
Fixed bug where default values for lightswitch fields were not used in new Neo blocksFixed
Various minor bug and behavioural fixes to the configurator and input blocks
v1.3.5
Improved
Added German translationsImproved
Localised Neo fields can now contain fields that are also localisedFixed
Entry draft preview links now work correctly with Neo fieldsFixed
Neo fields with Redactor (rich text) fields no longer always trigger "Do you like to leave?" promptFixed
Duplicating a block now duplicates into the correct localeFixed
Fixed ordering of child block checkboxes (hopefully for the last time)
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