@atlaskit/editor-plugin-list 14.1.26 → 14.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 +17 -0
- package/dist/types/pm-plugins/commands/index.d.ts +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-list
|
|
2
2
|
|
|
3
|
+
## 14.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`51c33ef5349b6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51c33ef5349b6) -
|
|
8
|
+
Enable compatibility with React 19.2.0
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 14.1.27
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 14.1.26
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -7,6 +7,6 @@ export declare const enterKeyCommand: (editorAnalyticsAPI: EditorAnalyticsAPI |
|
|
|
7
7
|
export declare const backspaceKeyCommand: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => () => Command;
|
|
8
8
|
export declare const deleteKeyCommand: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => Command;
|
|
9
9
|
export declare const rootListDepth: (pos: ResolvedPos, nodes: Record<string, NodeType>) => number | undefined;
|
|
10
|
-
export declare const toggleList: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => (inputMethod: InputMethod, listType:
|
|
10
|
+
export declare const toggleList: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => (inputMethod: InputMethod, listType: 'bulletList' | 'orderedList') => EditorCommand;
|
|
11
11
|
export declare const toggleBulletList: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => (inputMethod?: InputMethod) => EditorCommand;
|
|
12
12
|
export declare const toggleOrderedList: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => (inputMethod?: InputMethod) => EditorCommand;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-list",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.2.0",
|
|
4
4
|
"description": "List plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -19,23 +19,23 @@
|
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"atlaskit:src": "src/index.ts",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@atlaskit/adf-schema": "^56.
|
|
23
|
-
"@atlaskit/editor-plugin-analytics": "^12.
|
|
24
|
-
"@atlaskit/editor-plugin-block-menu": "^11.
|
|
22
|
+
"@atlaskit/adf-schema": "^56.2.0",
|
|
23
|
+
"@atlaskit/editor-plugin-analytics": "^12.1.0",
|
|
24
|
+
"@atlaskit/editor-plugin-block-menu": "^11.2.0",
|
|
25
25
|
"@atlaskit/editor-plugin-feature-flags": "^11.0.0",
|
|
26
|
-
"@atlaskit/editor-plugin-toolbar": "^9.
|
|
26
|
+
"@atlaskit/editor-plugin-toolbar": "^9.1.0",
|
|
27
27
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
28
|
-
"@atlaskit/editor-toolbar": "^2.
|
|
28
|
+
"@atlaskit/editor-toolbar": "^2.4.0",
|
|
29
29
|
"@atlaskit/icon": "^37.2.0",
|
|
30
30
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
31
|
-
"@atlaskit/prosemirror-history": "^1.
|
|
31
|
+
"@atlaskit/prosemirror-history": "^1.1.0",
|
|
32
32
|
"@atlaskit/prosemirror-input-rules": "^4.0.0",
|
|
33
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
33
|
+
"@atlaskit/tmp-editor-statsig": "^135.7.0",
|
|
34
34
|
"@babel/runtime": "^7.0.0"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@atlaskit/editor-common": "^116.
|
|
38
|
-
"react": "^18.2.0",
|
|
37
|
+
"@atlaskit/editor-common": "^116.45.0",
|
|
38
|
+
"react": "^18.2.0 || ^19.2.0",
|
|
39
39
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
40
40
|
},
|
|
41
41
|
"techstack": {
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"react": "^
|
|
93
|
+
"react": "^19.2.0",
|
|
94
94
|
"react-intl": "^7.0.0"
|
|
95
95
|
}
|
|
96
96
|
}
|