Skip to content

Releases: magento/magento2-phpstorm-plugin

2.0.0

22 Oct 06:44
5af67b8
Compare
Choose a tag to compare

2.0.0

Added

  • Inject a view model to a block and a reference block from the context menu action
  • Override in Theme action
  • Generate Listing UI component (including all required files)
  • Generate Form UI component (including all required files)
  • Code Inspection: ACL resource title
  • Reference navigation and completion for crontab.xml
  • Reference navigation and completion for menu.xml

Changed

  • Adjusted module version to module.xml (considering the Magento version)
  • Adjusted support of variadic arguments to plugin declaration inspection

Fixed

  • Fixed missing first letter name in composer.json
  • Fixed the CLI command namespace
  • Fixed endless loop of notifications on launch
  • Fix composer.json generation with module dependency that doesn't have composer.json

1.0.1

01 Jun 18:28
b1adf1f
Compare
Choose a tag to compare
  • Features:
    • Create a CLI command action
    • Create a CRON group action
    • Create a CRON job action
    • Create a Controller action
    • Code Inspection: Module declaration inspections in the scope of module.xml and registration.php
    • Code Inspection: GraphQL resolver in the scope of a schema file
  • Improvements:
    • Fixed the positioning of all dialog popups
    • Adjusted Magento root validation for considering magento/framework as a requirement
    • Adjusted Magento version validation RegExp to support patch versions
  • Fixed bugs:
    • The create a plugin action is accessible from the wrong context
    • Null pointer exception on the new module group

1.0.0

24 Apr 06:10
dea4b99
Compare
Choose a tag to compare

Release notes

* RequireJS mapping support (reference navigation, completion)
* MFTF support MVP (reference navigation, completion)
* Line markers for navigation from a plugin class to a target class
* Line markers for navigation from a GraphQl resolver to schema and vice versa
* Create a plugin for a class public method
* Create a New Magento 2 Module action
* Create a Block action
* Create a View Model action
* Create a new Magento 2 module as a separate project
* Create an observer for an event action
* Create a GraphQL resolver action
* Override class by reference action
* Plugin class methods generation
* Code Inspection: Duplicated plugin Usage in di.xml
* Code Inspection: Plugin declaration in the scope of a Plugin Class
* Code Inspection: Warning regarding Cacheable false attribute in default XML
* Code Inspection: GraphQL resolver in the scope of a PHP Class
* Code Inspection: Duplicated Observer Usage in events XML
* Moved plugin configuration from `Settings > Preferences > Languages & Frameworks > PHP > Magento` to
    `Settings > Preferences > Languages & Frameworks > PHP > Frameworks > Magento`
* Fixed support of 2020.* versions of IDE's