@atlaskit/editor-plugin-expand 13.2.3 → 14.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +12 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/editor-plugin-expand
2
2
 
3
+ ## 14.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`72f7cec91a1d4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/72f7cec91a1d4) -
8
+ Remove stale `platform-feature-flags` registrations for shipped block menu and blocks feature
9
+ gates. No behaviour change.
10
+ - Updated dependencies
11
+
12
+ ## 14.0.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 13.2.3
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-expand",
3
- "version": "13.2.3",
3
+ "version": "14.0.1",
4
4
  "description": "Expand plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -23,15 +23,15 @@
23
23
  "dependencies": {
24
24
  "@atlaskit/adf-schema": "^56.5.0",
25
25
  "@atlaskit/button": "^25.0.0",
26
- "@atlaskit/editor-plugin-analytics": "^12.1.0",
27
- "@atlaskit/editor-plugin-block-controls": "^13.4.0",
28
- "@atlaskit/editor-plugin-block-menu": "^11.2.0",
29
- "@atlaskit/editor-plugin-decorations": "^12.1.0",
30
- "@atlaskit/editor-plugin-editor-disabled": "^12.1.0",
31
- "@atlaskit/editor-plugin-editor-viewmode": "^14.1.0",
32
- "@atlaskit/editor-plugin-local-id": "^10.2.0",
33
- "@atlaskit/editor-plugin-selection": "^12.1.0",
34
- "@atlaskit/editor-plugin-selection-marker": "^12.1.0",
26
+ "@atlaskit/editor-plugin-analytics": "^13.0.0",
27
+ "@atlaskit/editor-plugin-block-controls": "^14.0.0",
28
+ "@atlaskit/editor-plugin-block-menu": "^12.0.0",
29
+ "@atlaskit/editor-plugin-decorations": "^13.0.0",
30
+ "@atlaskit/editor-plugin-editor-disabled": "^13.0.0",
31
+ "@atlaskit/editor-plugin-editor-viewmode": "^15.0.0",
32
+ "@atlaskit/editor-plugin-local-id": "^11.0.0",
33
+ "@atlaskit/editor-plugin-selection": "^13.0.0",
34
+ "@atlaskit/editor-plugin-selection-marker": "^13.0.0",
35
35
  "@atlaskit/editor-prosemirror": "^8.0.0",
36
36
  "@atlaskit/editor-shared-styles": "^4.0.0",
37
37
  "@atlaskit/editor-tables": "^3.0.0",
@@ -40,7 +40,7 @@
40
40
  "@atlaskit/icon-lab": "^7.4.0",
41
41
  "@atlaskit/platform-feature-flags": "^2.1.0",
42
42
  "@atlaskit/prosemirror-history": "^1.1.0",
43
- "@atlaskit/tmp-editor-statsig": "^137.0.0",
43
+ "@atlaskit/tmp-editor-statsig": "^139.0.0",
44
44
  "@atlaskit/tokens": "^16.3.0",
45
45
  "@atlaskit/tooltip": "^24.0.0",
46
46
  "@babel/runtime": "^7.0.0",
@@ -49,7 +49,7 @@
49
49
  "w3c-keyname": "^2.1.8"
50
50
  },
51
51
  "peerDependencies": {
52
- "@atlaskit/editor-common": "^116.51.0",
52
+ "@atlaskit/editor-common": "^117.0.0",
53
53
  "react": "^18.2.0 || ^19.2.0",
54
54
  "react-dom": "^18.2.0 || ^19.2.0",
55
55
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
@@ -100,9 +100,6 @@
100
100
  },
101
101
  "platform_editor_adf_with_localid": {
102
102
  "type": "boolean"
103
- },
104
- "platform_editor_block_menu_v2_patch_3": {
105
- "type": "boolean"
106
103
  }
107
104
  }
108
105
  }