|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | | -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). |
| 6 | + |
| 7 | +## 3.2.0 |
| 8 | + |
| 9 | +## 3.1.0 |
| 10 | + |
| 11 | +### Added |
| 12 | + |
| 13 | +- Extended `.phpstorm.meta.php` for more convenient autocomplete [#467](https://github.com/magento/magento2-phpstorm-plugin/pull/467) |
| 14 | +- Code generation for message queue in [#411](https://github.com/magento/magento2-phpstorm-plugin/pull/411) |
| 15 | +- Code generation for declarative schema [#453](https://github.com/magento/magento2-phpstorm-plugin/pull/453) |
| 16 | +- Inspection warning for disabled observer [#432](https://github.com/magento/magento2-phpstorm-plugin/pull/432) |
| 17 | +- The action item to the context menu to copy file path in the Magento format [#451](https://github.com/magento/magento2-phpstorm-plugin/pull/451) |
| 18 | + |
| 19 | +### Fixed |
| 20 | + |
| 21 | +- The null pointer exception on the Create Module Dialog |
| 22 | + |
| 23 | +## 3.0.4 |
| 24 | + |
| 25 | +### Fixed |
| 26 | + |
| 27 | +- Overriding the interface that generates invalid php code |
| 28 | +- Overriding a template from the base area |
| 29 | +- Disabled the ability to create a plugin for a class that implements `\Magento\Framework\ObjectManager\NoninterceptableInterface` |
| 30 | + |
| 31 | +### Added |
| 32 | + |
| 33 | +- `NoninterceptableInterface` case warning to the plugin inspection |
| 34 | + |
| 35 | +## 3.0.3 |
| 36 | + |
| 37 | +### Fixed |
| 38 | + |
| 39 | +- Fixed model generation with same names |
| 40 | +- Fixed NPTR exception in theme directory view model action |
| 41 | +- Fixed observer name validator |
| 42 | +- Fixed plugin name validator |
| 43 | + |
| 44 | +## 3.0.2 |
| 45 | + |
| 46 | +### Fixed |
| 47 | + |
| 48 | +- Fixed the Inject a View Model dialog |
| 49 | + |
| 50 | +## 3.0.1 |
| 51 | + |
| 52 | +### Fixed |
| 53 | + |
| 54 | +- Skipped IDEA include tag causing error |
| 55 | +- Fixed StringIndexOutOfBoundsException on PluginInspection |
| 56 | + |
| 57 | +## 3.0.0 |
| 58 | + |
| 59 | +### Added |
| 60 | + |
| 61 | +- Description for "Magento Routes XML" code template in [#349](https://github.com/magento/magento2-phpstorm-plugin/pull/349) |
| 62 | +- Code completion and reference navigation for table names and column names in `db_schema.xml` file in [#351](https://github.com/magento/magento2-phpstorm-plugin/pull/351) |
| 63 | +- Code completion and reference navigation for UI Component names in layout XMLs in [#354](https://github.com/magento/magento2-phpstorm-plugin/pull/354) |
| 64 | +- Description for "Magento Layout XML" code template in [#365](https://github.com/magento/magento2-phpstorm-plugin/pull/365) |
| 65 | +- Reference navigation for disabled plugins in `di.xml` in [#373](https://github.com/magento/magento2-phpstorm-plugin/pull/373) |
| 66 | +- Code completion and reference navigation for Magento module names in `config.php` in [#374](https://github.com/magento/magento2-phpstorm-plugin/pull/374) |
| 67 | +- Inspection warning when disabling a nonexistent plugin in `di.xml` in [#382](https://github.com/magento/magento2-phpstorm-plugin/pull/382) |
| 68 | +- Description for "Magento Form Button Block Class" code template in [#383](https://github.com/magento/magento2-phpstorm-plugin/pull/383) |
| 69 | +- Code generation for database models (model, resource model, and collection) in [#392](https://github.com/magento/magento2-phpstorm-plugin/pull/392) |
| 70 | +- Code generation for data models (data interface and its implementation) in [#399](https://github.com/magento/magento2-phpstorm-plugin/pull/399) |
| 71 | +- QuickFix for a missing GraphQL resolver defined in the the `schema.graphqls` file in [#399](https://github.com/magento/magento2-phpstorm-plugin/pull/399) |
| 72 | + |
| 73 | +### Fixed |
| 74 | + |
| 75 | +- Inability to save PhpStorm plugin settings after disabling the plugin with invalid field content in [#317](https://github.com/magento/magento2-phpstorm-plugin/pull/317) |
| 76 | +- Field statuses in PhpStorm plugin settings not disabling if plugin is disabled in [#320](https://github.com/magento/magento2-phpstorm-plugin/pull/320) |
| 77 | +- Missing linemarker for plugins to interface methods in [#328](https://github.com/magento/magento2-phpstorm-plugin/pull/328) |
| 78 | +- Incorrect code completion for MFTF tags (stories, title, and description) in [#364](https://github.com/magento/magento2-phpstorm-plugin/pull/364) |
| 79 | +- Argument name for types in `di.xml` not allowing underscores in [#370](https://github.com/magento/magento2-phpstorm-plugin/pull/370) |
| 80 | +- Incorrect sort order validation in 'Create a New Plugin' code generation dialog in [#389](https://github.com/magento/magento2-phpstorm-plugin/pull/389) |
| 81 | + |
| 82 | +### Changed |
| 83 | + |
| 84 | +- Code generation dialog titles in [#363](https://github.com/magento/magento2-phpstorm-plugin/pull/363) |
| 85 | + |
| 86 | +## 2.0.2 |
| 87 | + |
| 88 | +### Added |
| 89 | + |
| 90 | +- PWA pure function Live Template |
| 91 | + |
| 92 | +### Fixed |
| 93 | + |
| 94 | +- Library root for object manager autocomplete |
| 95 | +- Line marker for interface plugin target |
| 96 | +- Allowed theme override of non-magento composer themes |
| 97 | +- Issue with `Magento Module Ui Grid Collection Data Provider Php` |
6 | 98 |
|
7 | 99 | ## 2.0.1 |
8 | 100 |
|
|
0 commit comments