Skip to content

Releases: oroinc/oro-phpstorm-plugin

1.0.9

07 Mar 16:42
Compare
Choose a tag to compare
  • added ability to suggest importers and exporters in actions.yml files
  • added possibility to navigate to elements that are reference to an element in the same file (eg. attributes in entity_restrictions in workflows.yml)
  • other small improvements and bug fixes

1.0.8

07 Mar 16:41
Compare
Choose a tag to compare
  • bug fixes and small improvements

1.0.7

07 Mar 16:40
Compare
Choose a tag to compare
  • added support for workflow scopes

1.0.6

07 Mar 16:39
Compare
Choose a tag to compare
  • added ability to suggest layout updates for all files in Resources/view/layouts
  • added support for @setFormTheme in layout updates
  • added ability to suggest relative templates for @setBlockTheme in layout updates
  • added possibility to navigate from twig templates to layout updates
  • support of idea 2016.3.3

1.0.5

07 Mar 16:37
Compare
Choose a tag to compare
  • fixed completion for .yml files created from scratch

1.0.4

07 Mar 16:36
Compare
Choose a tag to compare
  • added translations autocomplete for "label" and "description" properties in yml files
  • fixed autocomplete for navigation.yml for Oro Platform 2.0
  • bug fixes

1.0.3

07 Mar 16:35
Compare
Choose a tag to compare
  • added ability to suggest RequireJS modules in requirejs.yml layout files
  • added support for all requirejs.yml files, not only those from layouts

1.0.2

07 Mar 16:33
Compare
Choose a tag to compare
  • bug fixes

1.0.1

07 Mar 16:32
Compare
Choose a tag to compare
  • added entity_aliases section support to api.yml files
  • added ability to suggest documentation_resource for api.yml
  • improved support for fields section in api.yml files
  • improved suggestions for nested fields and other bug fixes for api.yml

1.0.0

30 Dec 18:59
Compare
Choose a tag to compare

Features

  • Autocompletion and high level validation for the following YAML configs:
    • acls.yml
    • actions.yml
    • api.yml
    • assets.yml
    • dashboards.yml
    • datagrids.yml
    • entity.yml
    • images.yml
    • layout.yml
    • navigation.yml
    • requirejs.yml
    • search.yml
    • system_configuration.yml
    • theme.yml
    • workflows.yml
  • Autocompletion for entity methods added dynamically during the application execution.
  • Possibility to navigate via the RequireJS modules.