Skip to content

2026.3.0.3-alpha

Pre-release
Pre-release

Choose a tag to compare

@VitaliyBoyko VitaliyBoyko released this 20 Jun 13:13
· 49 commits to 5.4.0-develop since this release
f2794cf

Added

  • JavaScript mixin navigation between requirejs-config.js mixin declarations, target JavaScript modules, and mixin JavaScript modules.
  • JavaScript component navigation from Magento templates in text/x-magento-init scripts and data-mage-init attributes.
  • Knockout component navigation between JavaScript template declarations and matching HTML template files.
  • Knockout parent-child component navigation between getRegion() template calls and matching JavaScript displayArea declarations.
  • Regular template navigation between .phtml files and layout-declared PHP block classes.
  • PHP-free Magento module root indexing from etc/module.xml for non-PHP IDEs.
  • XML-based Magento theme indexing from theme.xml for non-PHP IDEs.
  • Magento settings are available under Tools > Magento in IDEs without PHP support while remaining under PHP > Frameworks > Magento 2 in PHP IDEs.
  • PHP-independent MCP tools are available in non-PHP IDEs: get_magento_root_path and describe_magento_cli_environment are registered separately from PHP-backed scaffold and inspection tools.

Fixed

  • Class cast exception when resolving observer name references outside a valid event tag in events.xml.