Skip to content

Releases: cvette/intellij-neos

v1.10.0

01 Nov 20:30
Compare
Choose a tag to compare

Added

  • Support NodeTypes in subfolders
  • Suppress PHP unused declaration inspection for Flow magic methods

v1.9.0

29 Sep 07:14
Compare
Choose a tag to compare

Added

Fixed

  • NullPointerException when opening files with embedded YAML

v1.8.1

30 Jul 11:50
8139f8c
Compare
Choose a tag to compare

Added

v1.8.0

11 Jun 06:29
Compare
Choose a tag to compare

Added

  • AFX tag name synchronization
  • Symbol contributors for node types and Fusion prototypes

v1.7.1

01 Jun 19:12
Compare
Choose a tag to compare

Fixed

  • Empty EEL in AFX tag content no longer throws an exception
  • NullPointerException when using node type references

Security

v1.7.0

26 May 09:00
69cf349
Compare
Choose a tag to compare

Added

  • AFX is now a custom language. If you changed the injection settings, make sure "Neos Afx" is used
  • Handle EEL in AFX
  • Provide JSON schema for Node Types (https://github.com/Sebobo/Shel.Neos.Schema)
  • Errors can now be submitted
  • Node type references in childNodes and editorOptions.nodeTypes
  • Suppress unknown attribute inspection for AFX meta attributes and prototypes
  • Suppress unknown namespace inspection for AFX
  • Suppress unknown target inspection for AFX

v1.6.1

24 Mar 16:10
Compare
Choose a tag to compare

Fixed

  • Exception when using completion for prototypes

v1.6.0

22 Mar 08:59
Compare
Choose a tag to compare

Added

  • Rename refactoring for Fusion prototypes
  • Find usages of Fusion prototypes

Fixed

  • Index split settings files (Settings.*.yaml)
  • Weird behavior when trying to navigate to prototype definitions (sometimes only the namespace was clickable)

v1.5.0

14 Feb 16:54
Compare
Choose a tag to compare

Added

  • Completion for inline editor options in node type definitions
  • Live template context for Fusion file type

Version 1.4.0

08 Mar 20:53
55d107e
Compare
Choose a tag to compare
Merge pull request #43 from PRGfx/task/inaccessible-eelhelper-methods

TASK: EEL-helper completion should exclude inaccessible methods