Skip to content

Latest commit

 

History

History
76 lines (43 loc) · 1.87 KB

File metadata and controls

76 lines (43 loc) · 1.87 KB

[26.242.13] - 2026-05-25

Added

  • Ctrl+Click navigation from a JS controller call to the PHP method marked with @ajaxAction or @restMethod

[26.242.12] - 2026-02-27

Added

  • Synchronization deps.php now removes outdated dependencies that are no longer used

Changed

  • Improved deps.php processing performance

[26.242.11] - 2026-02-25

Added

  • Autocomplete for design tokens with visual previews — color swatches, icon previews, and resolved token values
  • Inline hints showing resolved values next to Color, Icon, and other design token references in the editor

[26.241.10] - 2026-02-03

Added

  • Added support for the new PhpStorm 2026.1 version
  • Icon preview line markers for Icon.* patterns in JavaScript code with real-time visualization
  • Interactive Icon Browser dialog with search functionality - click on icon line marker to view all available icons and insert them directly into your code

[25.241.9] - 2026-01-12

Added

  • Validation that bundle dependencies cannot be imported from other extensions
  • New inspection checker for detecting cross-extension bundle imports

Fixed

  • Bundle dependencies from external extensions are now prevented from being added to deps.php

[25.241.8] - 2025-10-06

Fixed

  • Sorted dependencies in deps.php
  • Fixed the processing and addition of dependencies

[25.241.7] - 2025-10-06

Added

  • Refactor paths when changing define path
  • Quick access to methods by clicking on a line of code (for requireLazy and dispatch)
  • Action to synchronize dependencies in deps.php

Fixed

  • Issues in dependency checks

[25.241.6] - 2025-08-25

Added

  • Support for RequireJS and DefineJS inspections
  • Checks and quick fixes for extension, component, and bundle dependencies

[1.0.5] - 2025-08-05

Added

  • Initial project