@automattic/newspack-blocks 4.31.0-alpha.1 → 4.31.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -9
- package/dist/editor.asset.php +1 -1
- package/dist/editor.js +1 -1
- package/includes/class-modal-checkout.php +37 -2
- package/includes/tracking/class-data-events.php +64 -10
- package/languages/newspack-blocks-de_DE.po +34 -34
- package/languages/newspack-blocks-es_ES.po +34 -34
- package/languages/newspack-blocks-fr_BE.po +34 -34
- package/languages/newspack-blocks-nb_NO.po +34 -34
- package/languages/newspack-blocks-pt_PT.po +34 -34
- package/languages/newspack-blocks.pot +35 -35
- package/newspack-blocks.php +2 -2
- package/package.json +2 -2
- package/vendor/composer/installed.php +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
# @automattic/newspack-blocks [4.31.0-alpha.
|
|
1
|
+
# @automattic/newspack-blocks [4.31.0-alpha.3](https://github.com/Automattic/newspack-workspace/compare/newspack-blocks@4.31.0-alpha.2...newspack-blocks@4.31.0-alpha.3) (2026-08-25)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **blocks:**
|
|
7
|
-
* **blocks:** escape checkout-button container class attribute ([#616](https://github.com/Automattic/newspack-workspace/issues/616)) ([f727cc2](https://github.com/Automattic/newspack-workspace/commit/f727cc209f2e50ae49f4397350d65721cb2c4b9b))
|
|
6
|
+
* **blocks:** track modal purchases made via the Store API ([#881](https://github.com/Automattic/newspack-workspace/issues/881)) ([06cd0a9](https://github.com/Automattic/newspack-workspace/commit/06cd0a95946703497a8f2bba0ecfd06c69a09718))
|
|
8
7
|
|
|
8
|
+
## @automattic/newspack-blocks [4.30.4](https://github.com/Automattic/newspack-workspace/compare/newspack-blocks@4.30.3...newspack-blocks@4.30.4) (2026-08-25)
|
|
9
9
|
|
|
10
|
-
### Features
|
|
11
10
|
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **blocks:** track modal purchases made via the Store API ([#881](https://github.com/Automattic/newspack-workspace/issues/881)) ([06cd0a9](https://github.com/Automattic/newspack-workspace/commit/06cd0a95946703497a8f2bba0ecfd06c69a09718))
|
|
14
|
+
|
|
15
|
+
## @automattic/newspack-blocks [4.30.3](https://github.com/Automattic/newspack-workspace/compare/newspack-blocks@4.30.2...newspack-blocks@4.30.3) (2026-08-20)
|
|
14
16
|
|
|
15
17
|
|
|
16
18
|
### Dependencies
|
|
17
19
|
|
|
18
|
-
* **newspack-
|
|
19
|
-
* **newspack-icons:** upgraded to 1.1.2-alpha.1
|
|
20
|
-
* **newspack-components:** upgraded to 4.7.0-alpha.1
|
|
20
|
+
* **newspack-components:** upgraded to 4.6.3
|
|
21
21
|
|
|
22
22
|
## @automattic/newspack-blocks [4.30.2](https://github.com/Automattic/newspack-workspace/compare/newspack-blocks@4.30.1...newspack-blocks@4.30.2) (2026-08-18)
|
|
23
23
|
|
package/dist/editor.asset.php
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-autop', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-url'), 'version' => '
|
|
1
|
+
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-autop', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-url'), 'version' => '6ef3492b9917ddde475f');
|