3.0.0
·
13 commits
to 3.0.0-develop
since this release
Added
- Description for "Magento Routes XML" code template in #349
- Code completion and reference navigation for table names and column names in
db_schema.xml
file in #351 - Code completion and reference navigation for UI Component names in layout XMLs in #354
- Description for "Magento Layout XML" code template in #365
- Reference navigation for disabled plugins in
di.xml
in #373 - Code completion and reference navigation for Magento module names in
config.php
in #374 - Inspection warning when disabling a nonexistent plugin in
di.xml
in #382 - Description for "Magento Form Button Block Class" code template in #383
- Code generation for database models (model, resource model, and collection) in #392
- Code generation for data models (data interface and its implementation) in #399
- QuickFix for a missing GraphQL resolver defined in the the
schema.graphqls
file in #399
Fixed
- Inability to save PhpStorm plugin settings after disabling the plugin with invalid field content in #317
- Field statuses in PhpStorm plugin settings not disabling if plugin is disabled in #320
- Missing linemarker for plugins to interface methods in #328
- Incorrect code completion for MFTF tags (stories, title, and description) in #364
- Argument name for types in
di.xml
not allowing underscores in #370 - Incorrect sort order validation in 'Create a New Plugin' code generation dialog in #389
Changed
- Code generation dialog titles in #363