@atlaskit/editor-plugin-list 3.8.2 → 3.8.4
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/package.json +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-list
|
|
2
2
|
|
|
3
|
+
## 3.8.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#138118](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/138118)
|
|
8
|
+
[`5e4d9eb1aefe4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5e4d9eb1aefe4) -
|
|
9
|
+
NOISSUE: Upgrades editor React peer dependencies to v18
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 3.8.3
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#134213](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/134213)
|
|
17
|
+
[`93bd7032842ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93bd7032842ec) -
|
|
18
|
+
[ux] [ED-24636] Bump ADF Schema package
|
|
19
|
+
|
|
3
20
|
## 3.8.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-list",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.4",
|
|
4
4
|
"description": "List plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -9,9 +9,8 @@
|
|
|
9
9
|
},
|
|
10
10
|
"atlassian": {
|
|
11
11
|
"team": "Editor: AI",
|
|
12
|
-
"releaseModel": "continuous",
|
|
13
12
|
"singleton": true,
|
|
14
|
-
"runReact18":
|
|
13
|
+
"runReact18": true
|
|
15
14
|
},
|
|
16
15
|
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
|
|
17
16
|
"main": "dist/cjs/index.js",
|
|
@@ -32,8 +31,8 @@
|
|
|
32
31
|
".": "./src/index.ts"
|
|
33
32
|
},
|
|
34
33
|
"dependencies": {
|
|
35
|
-
"@atlaskit/adf-schema": "^40.
|
|
36
|
-
"@atlaskit/editor-common": "^88.
|
|
34
|
+
"@atlaskit/adf-schema": "^40.9.0",
|
|
35
|
+
"@atlaskit/editor-common": "^88.12.0",
|
|
37
36
|
"@atlaskit/editor-plugin-analytics": "^1.8.0",
|
|
38
37
|
"@atlaskit/editor-plugin-feature-flags": "^1.2.0",
|
|
39
38
|
"@atlaskit/editor-prosemirror": "5.0.1",
|
|
@@ -42,7 +41,7 @@
|
|
|
42
41
|
"@babel/runtime": "^7.0.0"
|
|
43
42
|
},
|
|
44
43
|
"peerDependencies": {
|
|
45
|
-
"react": "^16.8.0",
|
|
44
|
+
"react": "^16.8.0 || ^17.0.0 || ~18.2.0",
|
|
46
45
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
47
46
|
},
|
|
48
47
|
"devDependencies": {
|