1.7.1
Fix for filtering fields of Type Hint
The SearchParameter annotation was added to Hint fields in the DTO, enabling proper filtering functionality.
Added quick-fix for action builder api
You can choose to migrate actions either selectively or for the entire project to the new API.
Selectively:
For the entire project:

Added inspection for widget references
- Reference and inspection for
option.create.widgetandoption.edit.widget
1.1 Added references in.widget.jsonforoption.create.widgetandoption.edit.widgetto thenamefield, enabling autocomplete, navigation to usages, definition, and rename refactoring.
1.2 Error and warning inspections added for invalid widget types and missing references.

- Reference and inspection for
confirmWithCustomWidget
2.1 Implemented references forconfirmWithCustomWidgetmethod arguments to widgets in.widget.json, with the same autocomplete, navigation, and refactoring functionality.
2.2 Error and warning inspections added for invalid widget types and missing references.
- Introduced the
@WidgetNameannotation in the core, which checks the widget type via thetypePostfixparameter to ensure the correct type is used. - Expanded coverage of inspections and autocompletion for methods where arguments are annotated with
@WidgetName.
