Skip to content

2.0.11

Compare
Choose a tag to compare
@engram-design engram-design released this 20 Feb 21:14
· 312 commits to craft-4 since this release

Added

  • Add support for Preparse plugin.
  • Add content service to handle updating Vizy field content (mostly for Hyper.
  • Add $_type and $_field to Block. (thanks @leevigraham).
  • Add the ability to set the initial number of rows for a field, to control its initial height.

Changed

  • Change Vizy field data to be stored in vizyData to prevent collisions with inner fields (which are not needed but can override Vizy serialized content).
  • Only admins are now allowed to access plugin settings.
  • text for nodes is now automatically run through the raw Twig filter to decode HTML special characters.

Fixed

  • Fix a GraphQL type error for VizyBlocks.
  • Fix node types not appearing in the Explorer or Introspection for GraphQL.