Changes between Initial Version and Version 65 of Ticket #60647
- Timestamp:
- 12/04/2025 06:49:58 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60647
-
Property
Status
changed from
assignedtoclosed -
Property
Summary
changed from
Script Modules: Allow modules to depend on existing WordPress scriptstoScript Modules: Add data passing interface and a11y module -
Property
Version
changed from
totrunk -
Property
Milestone
changed from
Awaiting Reviewto6.8 - Property Keywords has-patch has-unit-tests added
-
Property
Resolution
changed from
tofixed
-
Property
Status
changed from
-
Ticket #60647 – Description
initial v65 1 Script modules lack a lot of basic functionality available to scripts. 2 3 - There's no way of associating data with modules to pass to the frontend. 4 - Modules cannot access functionality available to scripts. 5 6 ----- 7 8 I've updated the title and description to better reflect [https://make.wordpress.org/core/2024/10/14/updates-to-script-modules-in-6-7/ what actually shipped as a result of the work on this ticket]. Original below. 9 10 ----- 11 12 Original title: **Script Modules: Allow modules to depend on existing WordPress scripts** 13 14 Original description: 15 1 16 Script modules cannot depend on existing scripts such as `wp-url`, `wp-i18n`, or `wp-api-fetch`. 2 17