|
| 1 | +Changelog |
| 2 | +========= |
| 3 | + |
| 4 | +## 2025.2.0 |
| 5 | +- Updated compatibility with PHPStorm 2025.2 |
| 6 | +- Started reworking gradle build configuration |
| 7 | + |
| 8 | +## 1.1.3 |
| 9 | +- Upgrade compatibility with 2025.1 version of PHPStorm. |
| 10 | + |
| 11 | +## 1.1.2 |
| 12 | +- Upgrade compatibility with 2024.3 version of PHPStorm. |
| 13 | +- Fix lack of support for "replace" keyword in action_groups node in actions.yml schema. |
| 14 | + |
| 15 | +## 1.1.1 |
| 16 | +- Upgrade compatibility with 2024.2 version of PHPStorm. |
| 17 | + |
| 18 | +## 1.1.0 |
| 19 | +- Fix problems with fetching RequireJS reference |
| 20 | +- Restore ability to navigate to RequireJS references |
| 21 | + |
| 22 | +## 2024.1 |
| 23 | +- Fixed reference provider errors. |
| 24 | +- Updated dependencies. |
| 25 | + |
| 26 | +## 2023.2 |
| 27 | +- Updated compatibility with PHPStorm 2023.2.3 |
| 28 | + |
| 29 | +## 2023.1 |
| 30 | +- Updated compatibility with PHPStorm 2023.1 |
| 31 | + |
| 32 | +## 2022.3 |
| 33 | +- Fixed compatibility with PHPStorm 2022.3 |
| 34 | + |
| 35 | +## 1.0.19 |
| 36 | +- [#17] Fixed IllegalArgumentException in Twig templates used by layouts in PHPStorm 2020.3 |
| 37 | + |
| 38 | +## 1.0.18 |
| 39 | +- [#15] extended_entity_name and table options for datagrids provide incorrect suggestions |
| 40 | + |
| 41 | +## 1.0.17 |
| 42 | +- [#14] Fixed compatibility with the upcoming PhpStorm 2020.1 |
| 43 | + |
| 44 | +## 1.0.16 |
| 45 | +- [#12] Fix navigation to layout updates from layout themes (twig templates) |
| 46 | + |
| 47 | +## 1.0.15 |
| 48 | +- Fix possible NullPointerException in requirejs support |
| 49 | + |
| 50 | +## 1.0.14 |
| 51 | +- [#13] Fix possible deadlock and crash |
| 52 | + |
| 53 | +## 1.0.13 |
| 54 | +- Better autocomplete for conditions in workflows.yml |
| 55 | +- Support for translations autocomplete and navigation in more places |
| 56 | +- Support for imported files in datagrids.yml |
| 57 | + |
| 58 | +## 1.0.12 |
| 59 | +- Better autocomplete for actions / conditions in workflows.yml |
| 60 | +- Fixed navigation to actions / conditions in workflows.yml |
| 61 | + |
| 62 | +## 1.0.11 |
| 63 | +- Fixed support for scopes in workflows.yml |
| 64 | +- Fixed two possible NullPointerExceptions |
| 65 | + |
| 66 | +## 1.0.10 |
| 67 | +- Navigation and improved support for form types, api form types, actions, conditions and mass action providers |
| 68 | + |
| 69 | +## 1.0.9 |
| 70 | +- Improved autocomplete for actions.yml |
| 71 | + |
| 72 | +## 1.0.8 |
| 73 | +- Fix support for form_type in api.yml |
| 74 | +- Fix support for autocomplete asset filepaths (eg. in assets.yml) starting with quote char |
| 75 | +- Navigation to translations sources |
| 76 | + |
| 77 | +## 1.0.7 |
| 78 | +- Autocomplete for scopes in workflows.yml |
| 79 | + |
| 80 | +## 1.0.6 |
| 81 | +- Improved autocomplete for layout update yml files |
| 82 | +- Navigation from twig templates to layout updates |
| 83 | + |
| 84 | +## 1.0.5 |
| 85 | +- Fix completion for yaml files created from scratch |
| 86 | + |
| 87 | +## 1.0.4 |
| 88 | +- A lot of improvements for autocomplete in various files, especially in: workflows.yml, system_configuration.yml, api.yml, actions.yml and navigation.yml |
| 89 | + |
| 90 | +## 1.0.3 |
| 91 | +- Improved autocomplete for requirejs.yml files |
| 92 | + |
| 93 | +## 1.0.2 |
| 94 | +- Improved autocomplete for layout update files |
| 95 | +- Fix NullPointerException for autocomplete at the end of file |
| 96 | + |
| 97 | +## 1.0.1 |
| 98 | +- Improved autocomplete for entity.yml |
| 99 | +- Improved autocomplete for api.yml |
| 100 | + |
| 101 | +## 1.0.0 |
| 102 | +- The same as 1.0.0-beta6 - only change versioning |
| 103 | + |
| 104 | +## 1.0.0-beta6 |
| 105 | +- Improve performance by reducing number of reindexing. |
| 106 | + |
| 107 | +## 1.0.0-beta5 |
| 108 | +- Full support for requirejs modules |
| 109 | + |
| 110 | +## 1.0.0-beta4 |
| 111 | +- update autocomplete for dashboards.yml |
| 112 | + |
| 113 | +## 1.0.0-beta3 |
| 114 | +- inspection for lack of value |
| 115 | +- autocomplete for "label" properties in datagrids.yml |
| 116 | +- improve autocomplete for "data_type" property in api.yml |
| 117 | + |
| 118 | +## 1.0.0-beta2 |
| 119 | +- inspection for duplicate properties |
| 120 | +- improve "data_transformer" suggestions in api.yml |
| 121 | + |
| 122 | +## 1.0.0-beta1 |
| 123 | +- improve workflows.yml support |
| 124 | +- inspections for value types |
| 125 | + |
| 126 | +## 1.0.0-alpha23 |
| 127 | +- Small fixes for system_configuration.yml and api.yml |
| 128 | + |
| 129 | +## 1.0.0-alpha22 |
| 130 | +- Support for PhpStorm 2016.3+ |
| 131 | + |
| 132 | +## 1.0.0-alpha21 |
| 133 | +- Autocomplete for more layouts yaml files: **theme.yml**, **assets.yml**, **requirejs.yml**, **images.yml** |
| 134 | + |
| 135 | +## 1.0.0-alpha20 |
| 136 | +- Support for Oro Platform 2.+ |
| 137 | +- Autocomplete for layouts yaml files |
| 138 | + |
| 139 | +## 1.0.0-alpha19 |
| 140 | +- Autocomplete for entity methods added dynamically during application execution |
| 141 | + |
| 142 | +## 1.0.0-alpha18 |
| 143 | +- Autocomplete for the **search.yml** |
| 144 | + |
| 145 | +## 1.0.0-alpha17 |
| 146 | +- Autocomplete for the **navigation.yml** |
| 147 | + |
| 148 | +## 1.0.0-alpha16 |
| 149 | +- Autocomplete for the **dashboard.yml** |
| 150 | + |
| 151 | +## 1.0.0-alpha15 |
| 152 | +- Autocomplete for the **actions.yml** |
| 153 | + |
| 154 | +## 1.0.0-alpha14 |
| 155 | +- [#5] bug fix for reindex during php field rename refactoring |
| 156 | +- Fixes for **api.yml** inspections |
| 157 | + |
| 158 | +## 1.0.0-alpha13 |
| 159 | +- Autocomplete for the **api.yml** |
| 160 | + |
| 161 | +## 1.0.0-alpha12 |
| 162 | +- Autocomplete for the **system_configuration.yml** |
| 163 | +- Autocomplete for mixins in the **datagrid.yml** |
| 164 | + |
| 165 | +## 1.0.0-alpha11 |
| 166 | +- Improvements for the plugin enabling / disabling feature |
| 167 | +- Improvements for doctrine entity references support |
| 168 | +- Improvements for Oro Platform detection logic |
| 169 | + |
| 170 | +## 1.0.0-alpha10 |
| 171 | +- Autocomplete for the **acl.yml** |
| 172 | +- Autocomplete for the **entity.yml** |
| 173 | +- Autocomplete for the **datagrid.yml** |
| 174 | +- Autocomplete for the **workflow.yml** |
| 175 | +- Possibility to navigate via RequireJS modules |
0 commit comments