@atlaskit/editor-plugin-list 14.2.2 → 15.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 +7 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/editor-plugin-list
2
2
 
3
+ ## 15.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
+ ## 15.0.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 14.2.2
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-list",
3
- "version": "14.2.2",
3
+ "version": "15.0.1",
4
4
  "description": "List plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -20,21 +20,21 @@
20
20
  "atlaskit:src": "src/index.ts",
21
21
  "dependencies": {
22
22
  "@atlaskit/adf-schema": "^56.5.0",
23
- "@atlaskit/editor-plugin-analytics": "^12.1.0",
24
- "@atlaskit/editor-plugin-block-menu": "^11.2.0",
25
- "@atlaskit/editor-plugin-feature-flags": "^11.0.0",
26
- "@atlaskit/editor-plugin-toolbar": "^9.1.0",
23
+ "@atlaskit/editor-plugin-analytics": "^13.0.0",
24
+ "@atlaskit/editor-plugin-block-menu": "^12.0.0",
25
+ "@atlaskit/editor-plugin-feature-flags": "^12.0.0",
26
+ "@atlaskit/editor-plugin-toolbar": "^10.0.0",
27
27
  "@atlaskit/editor-prosemirror": "^8.0.0",
28
28
  "@atlaskit/editor-toolbar": "^2.4.0",
29
29
  "@atlaskit/icon": "^37.2.0",
30
30
  "@atlaskit/platform-feature-flags": "^2.1.0",
31
31
  "@atlaskit/prosemirror-history": "^1.1.0",
32
32
  "@atlaskit/prosemirror-input-rules": "^4.0.0",
33
- "@atlaskit/tmp-editor-statsig": "^137.0.0",
33
+ "@atlaskit/tmp-editor-statsig": "^139.0.0",
34
34
  "@babel/runtime": "^7.0.0"
35
35
  },
36
36
  "peerDependencies": {
37
- "@atlaskit/editor-common": "^116.51.0",
37
+ "@atlaskit/editor-common": "^117.0.0",
38
38
  "react": "^18.2.0 || ^19.2.0",
39
39
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
40
40
  },
@@ -77,9 +77,6 @@
77
77
  "platform_editor_adf_with_localid": {
78
78
  "type": "boolean"
79
79
  },
80
- "platform_editor_block_menu_v2_patch_3": {
81
- "type": "boolean"
82
- },
83
80
  "platform_editor_flexible_list_normalization_fix": {
84
81
  "type": "boolean"
85
82
  }