Skip to content

Releases: spicywebau/craft-neo

v2.1.1

10 Dec 03:33
Compare
Choose a tag to compare

Fixed

  • Fixed issue where Neo was sometimes causing Craft to fail to delete stale template caches

v2.1.0

01 Dec 11:59
Compare
Choose a tag to compare

Added

  • Added the ability to copy multiple selected blocks at the same level
  • Added Schematic support (thanks @boboldehampsink)
  • Restored the Duplicate menu option on blocks -- now named Clone

Fixed

  • Fixed incorrect block levels on drafts of existing entries
  • Fixed issues with blocks using memoized datasets for queries
  • Fixed field eager loading on PostgreSQL (thanks @boboldehampsink)
  • Fixed block previews of unfilled color fields
  • Fixed issue where the handle of an existing block type was changing when editing the name

v2.0.4

23 Nov 11:28
Compare
Choose a tag to compare

Fixed

  • Fixed 500 error accessing block relatives from relational fields in live preview

v2.0.3

22 Nov 06:00
Compare
Choose a tag to compare

Fixed

  • Fixed incorrect block levels being set in drafts
  • Set correct Craft minimum version requirement of 3.0.17

v2.0.2

19 Nov 08:08
Compare
Choose a tag to compare

Fixed

  • Clean up block structures if duplicates exist, which would cause blocks to appear to duplicate

v2.0.1

02 Nov 05:48
Compare
Choose a tag to compare

Fixed

  • Block structure-related fixes
  • Restored ability to translate block type names

v2.0.0

30 Oct 05:55
Compare
Choose a tag to compare
  • Initial release for Craft 3

v1.4.1

14 Feb 01:53
Compare
Choose a tag to compare
  • Added Added configuration options to enable/disable certain optimisations
  • Improved Content summaries now include Matrix and Super Table field values
  • Improved Big performance improvement with block modification detection
  • Improved Added limits to content summaries to improve UI performance
  • Fixed Neo fields can now handle changes in translation settings
  • Fixed Fixed issue with Neo fields not reverting correctly when rolling back an entry's version
  • Fixed Fixed issue with nested Matrix and Super Table block rearrangements not saving
  • Fixed Non-admins are now able to duplicate blocks
  • Fixed Fixed server error when non-admins expand/collapse Neo blocks
  • Fixed Fixed issue with Neo-to-Matrix conversion with localised content
  • Fixed Relations are now converted when converting Neo to Matrix
  • Fixed Search keywords for Neo fields now generate when rebuilding the search index
  • Fixed Removed graphical abnormality on blocks in Safari
  • Fixed Fixed issue with collapsed block children indicator being out of sync

Changes from v1.4.0

  • Added Added "Max Child Blocks" setting to block types
  • Added Neo-to-Matrix conversion (with all it's content) now possible when changing an existing Neo field to Matrix
  • Added Collapsed Neo blocks now show a rich content summary in the title bar, similar to Matrix blocks
  • Added 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 plugin
  • Improved Matrix fields inside Neo blocks are now styled differently, so they stand out more visually (inspired by SuperTable)
  • Improved German translations have been grammatically improved
  • Improved Field-less blocks now have their heights padded to improve visibility
  • Fixed Fixed partially broken support for Reasons
  • Fixed Fixed PHP error when using Neo in widget
  • Fixed Fixed bug where Neo could be created inside Matrix
  • Fixed Fixed bug where default values for lightswitch fields were not used in new Neo blocks
  • Fixed Various minor bug and behavioural fixes to the configurator and input blocks

v1.3.5

10 Sep 06:50
Compare
Choose a tag to compare
  • Improved Added German translations
  • Improved Localised Neo fields can now contain fields that are also localised
  • Fixed Entry draft preview links now work correctly with Neo fields
  • Fixed Neo fields with Redactor (rich text) fields no longer always trigger "Do you like to leave?" prompt
  • Fixed Duplicating a block now duplicates into the correct locale
  • Fixed Fixed ordering of child block checkboxes (hopefully for the last time)

v1.3.4

20 Aug 00:14
Compare
Choose a tag to compare
  • Improved Updated Javascript dependencies
  • Fixed Fixed issues with Neo fields not updating correctly when publishing entry drafts
  • Fixed Neo fields are now able to be used in widgets
  • Fixed Fixed bug where the ordering of child block checkboxes in the configurator would sometimes be inconsistent
  • Fixed Moved where the generating search keywords task is triggered to avoid potential side-effects