@wordpress/edit-widgets 6.1.0 → 6.2.0

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 CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 6.2.0 (2024-06-26)
6
+
5
7
  ## 6.1.0 (2024-06-15)
6
8
 
7
9
  ## 6.0.0 (2024-05-31)
@@ -131,11 +133,11 @@
131
133
 
132
134
  ## 4.0.0 (2022-02-10)
133
135
 
134
- ### Breaking Change
136
+ ### Breaking Changes
135
137
 
136
138
  - The `GUTENBERG_PHASE` environment variable has been renamed to `IS_GUTENBERG_PLUGIN` and is now a boolean ([#38202](https://github.com/WordPress/gutenberg/pull/38202)).
137
139
 
138
- ### Bug Fix
140
+ ### Bug Fixes
139
141
 
140
142
  - Removed unused `@wordpress/a11y`, `@wordpress/server-side-render`, `rememo` and `uuid` dependencies ([#38388](https://github.com/WordPress/gutenberg/pull/38388)).
141
143
 
@@ -143,13 +145,13 @@
143
145
 
144
146
  ## 3.1.0 (2021-11-07)
145
147
 
146
- ### Enhancement
148
+ ### Enhancements
147
149
 
148
150
  - Enable persistent List View in the widget editor [#35706](https://github.com/WordPress/gutenberg/pull/35706).
149
151
 
150
152
  ## 3.0.0 (2021-07-29)
151
153
 
152
- ### Breaking Change
154
+ ### Breaking Changes
153
155
 
154
156
  - Upgraded React components to work with v17.0 ([#29118](https://github.com/WordPress/gutenberg/pull/29118)). There are no new features in React v17.0 as explained in the [blog post](https://reactjs.org/blog/2020/10/20/react-v17.html).
155
157
 
@@ -12,7 +12,7 @@ var _privateApis = require("@wordpress/private-apis");
12
12
  const {
13
13
  lock,
14
14
  unlock
15
- } = (0, _privateApis.__dangerousOptInToUnstableAPIsOnlyForCoreModules)('I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.', '@wordpress/edit-widgets');
15
+ } = (0, _privateApis.__dangerousOptInToUnstableAPIsOnlyForCoreModules)('I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.', '@wordpress/edit-widgets');
16
16
  exports.unlock = unlock;
17
17
  exports.lock = lock;
18
18
  //# sourceMappingURL=lock-unlock.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_privateApis","require","lock","unlock","__dangerousOptInToUnstableAPIsOnlyForCoreModules","exports"],"sources":["@wordpress/edit-widgets/src/lock-unlock.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/private-apis';\n\nexport const { lock, unlock } =\n\t__dangerousOptInToUnstableAPIsOnlyForCoreModules(\n\t\t'I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.',\n\t\t'@wordpress/edit-widgets'\n\t);\n"],"mappings":";;;;;;AAGA,IAAAA,YAAA,GAAAC,OAAA;AAHA;AACA;AACA;;AAGO,MAAM;EAAEC,IAAI;EAAEC;AAAO,CAAC,GAC5B,IAAAC,6DAAgD,EAC/C,iHAAiH,EACjH,yBACD,CAAC;AAACC,OAAA,CAAAF,MAAA,GAAAA,MAAA;AAAAE,OAAA,CAAAH,IAAA,GAAAA,IAAA","ignoreList":[]}
1
+ {"version":3,"names":["_privateApis","require","lock","unlock","__dangerousOptInToUnstableAPIsOnlyForCoreModules","exports"],"sources":["@wordpress/edit-widgets/src/lock-unlock.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/private-apis';\n\nexport const { lock, unlock } =\n\t__dangerousOptInToUnstableAPIsOnlyForCoreModules(\n\t\t'I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.',\n\t\t'@wordpress/edit-widgets'\n\t);\n"],"mappings":";;;;;;AAGA,IAAAA,YAAA,GAAAC,OAAA;AAHA;AACA;AACA;;AAGO,MAAM;EAAEC,IAAI;EAAEC;AAAO,CAAC,GAC5B,IAAAC,6DAAgD,EAC/C,+HAA+H,EAC/H,yBACD,CAAC;AAACC,OAAA,CAAAF,MAAA,GAAAA,MAAA;AAAAE,OAAA,CAAAH,IAAA,GAAAA,IAAA","ignoreList":[]}
@@ -5,5 +5,5 @@ import { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/pri
5
5
  export const {
6
6
  lock,
7
7
  unlock
8
- } = __dangerousOptInToUnstableAPIsOnlyForCoreModules('I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.', '@wordpress/edit-widgets');
8
+ } = __dangerousOptInToUnstableAPIsOnlyForCoreModules('I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.', '@wordpress/edit-widgets');
9
9
  //# sourceMappingURL=lock-unlock.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["__dangerousOptInToUnstableAPIsOnlyForCoreModules","lock","unlock"],"sources":["@wordpress/edit-widgets/src/lock-unlock.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/private-apis';\n\nexport const { lock, unlock } =\n\t__dangerousOptInToUnstableAPIsOnlyForCoreModules(\n\t\t'I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.',\n\t\t'@wordpress/edit-widgets'\n\t);\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,gDAAgD,QAAQ,yBAAyB;AAE1F,OAAO,MAAM;EAAEC,IAAI;EAAEC;AAAO,CAAC,GAC5BF,gDAAgD,CAC/C,iHAAiH,EACjH,yBACD,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__dangerousOptInToUnstableAPIsOnlyForCoreModules","lock","unlock"],"sources":["@wordpress/edit-widgets/src/lock-unlock.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/private-apis';\n\nexport const { lock, unlock } =\n\t__dangerousOptInToUnstableAPIsOnlyForCoreModules(\n\t\t'I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.',\n\t\t'@wordpress/edit-widgets'\n\t);\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,gDAAgD,QAAQ,yBAAyB;AAE1F,OAAO,MAAM;EAAEC,IAAI;EAAEC;AAAO,CAAC,GAC5BF,gDAAgD,CAC/C,+HAA+H,EAC/H,yBACD,CAAC","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/edit-widgets",
3
- "version": "6.1.0",
3
+ "version": "6.2.0",
4
4
  "description": "Widgets Page module for WordPress..",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -28,32 +28,32 @@
28
28
  "react-native": "src/index",
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.16.0",
31
- "@wordpress/api-fetch": "^7.1.0",
32
- "@wordpress/block-editor": "^13.1.0",
33
- "@wordpress/block-library": "^9.1.0",
34
- "@wordpress/blocks": "^13.1.0",
35
- "@wordpress/components": "^28.1.0",
36
- "@wordpress/compose": "^7.1.0",
37
- "@wordpress/core-data": "^7.1.0",
38
- "@wordpress/data": "^10.1.0",
39
- "@wordpress/deprecated": "^4.1.0",
40
- "@wordpress/dom": "^4.1.0",
41
- "@wordpress/element": "^6.1.0",
42
- "@wordpress/hooks": "^4.1.0",
43
- "@wordpress/i18n": "^5.1.0",
44
- "@wordpress/icons": "^10.1.0",
45
- "@wordpress/interface": "^6.1.0",
46
- "@wordpress/keyboard-shortcuts": "^5.1.0",
47
- "@wordpress/keycodes": "^4.1.0",
48
- "@wordpress/media-utils": "^5.1.0",
49
- "@wordpress/notices": "^5.1.0",
50
- "@wordpress/patterns": "^2.1.0",
51
- "@wordpress/plugins": "^7.1.0",
52
- "@wordpress/preferences": "^4.1.0",
53
- "@wordpress/private-apis": "^1.1.0",
54
- "@wordpress/reusable-blocks": "^5.1.0",
55
- "@wordpress/url": "^4.1.0",
56
- "@wordpress/widgets": "^4.1.0",
31
+ "@wordpress/api-fetch": "^7.2.0",
32
+ "@wordpress/block-editor": "^13.2.0",
33
+ "@wordpress/block-library": "^9.2.0",
34
+ "@wordpress/blocks": "^13.2.0",
35
+ "@wordpress/components": "^28.2.0",
36
+ "@wordpress/compose": "^7.2.0",
37
+ "@wordpress/core-data": "^7.2.0",
38
+ "@wordpress/data": "^10.2.0",
39
+ "@wordpress/deprecated": "^4.2.0",
40
+ "@wordpress/dom": "^4.2.0",
41
+ "@wordpress/element": "^6.2.0",
42
+ "@wordpress/hooks": "^4.2.0",
43
+ "@wordpress/i18n": "^5.2.0",
44
+ "@wordpress/icons": "^10.2.0",
45
+ "@wordpress/interface": "^6.2.0",
46
+ "@wordpress/keyboard-shortcuts": "^5.2.0",
47
+ "@wordpress/keycodes": "^4.2.0",
48
+ "@wordpress/media-utils": "^5.2.0",
49
+ "@wordpress/notices": "^5.2.0",
50
+ "@wordpress/patterns": "^2.2.0",
51
+ "@wordpress/plugins": "^7.2.0",
52
+ "@wordpress/preferences": "^4.2.0",
53
+ "@wordpress/private-apis": "^1.2.0",
54
+ "@wordpress/reusable-blocks": "^5.2.0",
55
+ "@wordpress/url": "^4.2.0",
56
+ "@wordpress/widgets": "^4.2.0",
57
57
  "clsx": "^2.1.1"
58
58
  },
59
59
  "peerDependencies": {
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "66d3bf12e67d16deddc4b4a9ec42e1d0bed3479a"
66
+ "gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
67
67
  }
@@ -5,6 +5,6 @@ import { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/pri
5
5
 
6
6
  export const { lock, unlock } =
7
7
  __dangerousOptInToUnstableAPIsOnlyForCoreModules(
8
- 'I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.',
8
+ 'I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.',
9
9
  '@wordpress/edit-widgets'
10
10
  );