Skip to content

Commit

Permalink
MU WPCOM: Port the wpcom block editor nux feature from the ETK (#38446)
Browse files Browse the repository at this point in the history
* Add wpcom-block-editor-nux from wp-calypso's ETK

* Add feature entrypoints

* Move loader to load_etk_features

* Js != jsx

* Package updates

* changelog

* Update namespace

* Use wpcomTrackEvent to track events

* Port @automattic/tour-kit package and fix build

* Fix blogging prompts api path

* Fix lint

* Fix getPrimarySiteDomain is undefined

* Fix inline script is not printed

* Remove @automattic/calypso-analytics deps

* Fix lint

* Fix Optimization seems to have broken the following translation strings

---------

Co-authored-by: arthur <arthur.chu@automattic.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10193879305

Upstream-Ref: Automattic/jetpack@1723da1
  • Loading branch information
arthur791004 authored and matticbot committed Aug 1, 2024
1 parent c1e47a9 commit 1d6edf0
Show file tree
Hide file tree
Showing 163 changed files with 7,442 additions and 136 deletions.
58 changes: 29 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This is an alpha version! The changes listed here are not final.

### Added
- Added wpcom-block-editor-nux feature from calypso's ETK package.
- MU WPCOM: Port the newspack blocks from the ETK
- MU WPCOM: Port the starter-page-templates feature from ETK

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '1005cc08bbe43a1f7cad');
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '0d98a62aec52c1bac7ee');

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '1459f16ef88627facd11');
<?php return array('dependencies' => array('lodash', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => 'f00d445d7e2166998c3f');
Loading

0 comments on commit 1d6edf0

Please sign in to comment.