@atlaskit/editor-plugin-tasks-and-decisions 2.4.2 → 2.4.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
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-tasks-and-decisions
|
|
2
2
|
|
|
3
|
+
## 2.4.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
|
+
## 2.4.3
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#137344](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137344)
|
|
17
|
+
[`ec4ac3d413b9a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ec4ac3d413b9a) -
|
|
18
|
+
ED-24829 Fixed lazy node attributes to match parseDOM
|
|
19
|
+
|
|
3
20
|
## 2.4.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -22,8 +22,8 @@ var decisionItemSpecWithFixedToDOM = exports.decisionItemSpecWithFixedToDOM = fu
|
|
|
22
22
|
localId = _node$attrs.localId,
|
|
23
23
|
state = _node$attrs.state;
|
|
24
24
|
var attrs = {
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
'data-decision-local-id': localId || 'local-decision',
|
|
26
|
+
'data-decision-state': state,
|
|
27
27
|
class: 'decisionItemView-content-wrap',
|
|
28
28
|
// Styles to match `packages/elements/task-decision/src/components/styles.ts`
|
|
29
29
|
style: (0, _lazyNodeView.convertToInlineCss)({
|
|
@@ -14,8 +14,8 @@ export const decisionItemSpecWithFixedToDOM = () => {
|
|
|
14
14
|
state
|
|
15
15
|
} = node.attrs;
|
|
16
16
|
const attrs = {
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
'data-decision-local-id': localId || 'local-decision',
|
|
18
|
+
'data-decision-state': state,
|
|
19
19
|
class: 'decisionItemView-content-wrap',
|
|
20
20
|
// Styles to match `packages/elements/task-decision/src/components/styles.ts`
|
|
21
21
|
style: convertToInlineCss({
|
|
@@ -15,8 +15,8 @@ export var decisionItemSpecWithFixedToDOM = function decisionItemSpecWithFixedTo
|
|
|
15
15
|
localId = _node$attrs.localId,
|
|
16
16
|
state = _node$attrs.state;
|
|
17
17
|
var attrs = {
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
'data-decision-local-id': localId || 'local-decision',
|
|
19
|
+
'data-decision-state': state,
|
|
20
20
|
class: 'decisionItemView-content-wrap',
|
|
21
21
|
// Styles to match `packages/elements/task-decision/src/components/styles.ts`
|
|
22
22
|
style: convertToInlineCss({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-tasks-and-decisions",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.4",
|
|
4
4
|
"description": "Tasks and decisions plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -10,9 +10,7 @@
|
|
|
10
10
|
"atlassian": {
|
|
11
11
|
"team": "Editor: AI",
|
|
12
12
|
"singleton": true,
|
|
13
|
-
"
|
|
14
|
-
"releaseModel": "continuous",
|
|
15
|
-
"runReact18": false
|
|
13
|
+
"runReact18": true
|
|
16
14
|
},
|
|
17
15
|
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
|
|
18
16
|
"main": "dist/cjs/index.js",
|
|
@@ -34,14 +32,14 @@
|
|
|
34
32
|
},
|
|
35
33
|
"dependencies": {
|
|
36
34
|
"@atlaskit/adf-schema": "^40.9.0",
|
|
37
|
-
"@atlaskit/analytics-namespaced-context": "^6.
|
|
35
|
+
"@atlaskit/analytics-namespaced-context": "^6.12.0",
|
|
38
36
|
"@atlaskit/analytics-next": "^10.1.0",
|
|
39
|
-
"@atlaskit/editor-common": "^88.
|
|
37
|
+
"@atlaskit/editor-common": "^88.12.0",
|
|
40
38
|
"@atlaskit/editor-plugin-analytics": "^1.8.0",
|
|
41
39
|
"@atlaskit/editor-plugin-context-identifier": "^1.3.0",
|
|
42
40
|
"@atlaskit/editor-plugin-type-ahead": "^1.8.0",
|
|
43
41
|
"@atlaskit/editor-prosemirror": "5.0.1",
|
|
44
|
-
"@atlaskit/icon": "^22.
|
|
42
|
+
"@atlaskit/icon": "^22.16.0",
|
|
45
43
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
46
44
|
"@atlaskit/prosemirror-input-rules": "^3.2.0",
|
|
47
45
|
"@atlaskit/task-decision": "^17.10.0",
|
|
@@ -50,7 +48,7 @@
|
|
|
50
48
|
"@emotion/react": "^11.7.1"
|
|
51
49
|
},
|
|
52
50
|
"peerDependencies": {
|
|
53
|
-
"react": "^16.8.0",
|
|
51
|
+
"react": "^16.8.0 || ^17.0.0 || ~18.2.0",
|
|
54
52
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
55
53
|
},
|
|
56
54
|
"devDependencies": {
|