Skip to content

Commit 6cc8fee

Browse files
manzoorwanijkmatticbot
authored andcommitted
Social | Move the editor components from Social/Jetpack to publicize-components (#41836)
* Move useUpgradeFlow hook to shared extension utils package * Move components from Jetpack and organize them a bit * Prepare the entry points for Jetpack and Social plugins * Fix the TS errors * Prepare the webpack entrypoints in publicize package * Enqueue the new assets from publicize package * Remove the unused blocks from Jetpack plugin * Fix specificity for broken connection link * Remove the unused code from Social plugin * Nuke all things JS in Social * Remove assets registration from Social * Fix siteFragment error in the stale initial state * Add changelogs * Restore publicize block PHP logic for WPCOM sites * We need to load the editor assets even if publicize is OFF * Do not render the panels if publicize is OFF * Fix the script data path * Restore "concurrently" dependency * Enqueue block assets only if the user has the capability * Fix compatibility with old plugin versions * Update the version following the Jetpack release * The trunk version is still 14.4 * Wire up jetpackSidebarIsOpen for social sidebar Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13691203645 Upstream-Ref: Automattic/jetpack@f804196
1 parent cc52efd commit 6cc8fee

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dist/blocks/editor.asset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '611378df1d3b9f782c5e');
1+
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '9a88d1a617c6735ad6eb');

dist/blocks/editor.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '25ea4109962243be0f77');
1+
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '2984c0036d74fc5ec9a1');

dist/dashboard/jetpack-forms-dashboard.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)