@atlaskit/editor-plugin-table 12.3.3 → 12.3.5
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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-table
|
|
2
2
|
|
|
3
|
+
## 12.3.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6e72157c89221`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e72157c89221) -
|
|
8
|
+
Improve streaming queue reliability
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 12.3.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 12.3.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -577,7 +577,7 @@ var addBoldInEmptyHeaderCells = exports.addBoldInEmptyHeaderCells = function add
|
|
|
577
577
|
// this logic is applied only for empty paragraph
|
|
578
578
|
tableCellHeader.node.nodeSize === 4 && (0, _utils.isParagraph)(tableCellHeader.node.firstChild, state.schema)) {
|
|
579
579
|
var strong = state.schema.marks.strong;
|
|
580
|
-
tr.setStoredMarks([strong.create()]).setMeta('addToHistory', false);
|
|
580
|
+
tr.setStoredMarks([strong === null || strong === void 0 ? void 0 : strong.create()]).setMeta('addToHistory', false);
|
|
581
581
|
if (dispatch) {
|
|
582
582
|
dispatch(tr);
|
|
583
583
|
}
|
|
@@ -540,7 +540,7 @@ export const addBoldInEmptyHeaderCells = tableCellHeader => (state, dispatch) =>
|
|
|
540
540
|
const {
|
|
541
541
|
strong
|
|
542
542
|
} = state.schema.marks;
|
|
543
|
-
tr.setStoredMarks([strong.create()]).setMeta('addToHistory', false);
|
|
543
|
+
tr.setStoredMarks([strong === null || strong === void 0 ? void 0 : strong.create()]).setMeta('addToHistory', false);
|
|
544
544
|
if (dispatch) {
|
|
545
545
|
dispatch(tr);
|
|
546
546
|
}
|
|
@@ -570,7 +570,7 @@ export var addBoldInEmptyHeaderCells = function addBoldInEmptyHeaderCells(tableC
|
|
|
570
570
|
// this logic is applied only for empty paragraph
|
|
571
571
|
tableCellHeader.node.nodeSize === 4 && isParagraph(tableCellHeader.node.firstChild, state.schema)) {
|
|
572
572
|
var strong = state.schema.marks.strong;
|
|
573
|
-
tr.setStoredMarks([strong.create()]).setMeta('addToHistory', false);
|
|
573
|
+
tr.setStoredMarks([strong === null || strong === void 0 ? void 0 : strong.create()]).setMeta('addToHistory', false);
|
|
574
574
|
if (dispatch) {
|
|
575
575
|
dispatch(tr);
|
|
576
576
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-table",
|
|
3
|
-
"version": "12.3.
|
|
3
|
+
"version": "12.3.5",
|
|
4
4
|
"description": "Table plugin for the @atlaskit/editor",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@atlaskit/editor-plugin-batch-attribute-updates": "^3.0.0",
|
|
38
38
|
"@atlaskit/editor-plugin-content-insertion": "^3.1.0",
|
|
39
39
|
"@atlaskit/editor-plugin-editor-viewmode": "^5.0.0",
|
|
40
|
-
"@atlaskit/editor-plugin-extension": "6.2.
|
|
40
|
+
"@atlaskit/editor-plugin-extension": "6.2.1",
|
|
41
41
|
"@atlaskit/editor-plugin-guideline": "^3.0.0",
|
|
42
42
|
"@atlaskit/editor-plugin-interaction": "^5.0.0",
|
|
43
43
|
"@atlaskit/editor-plugin-limited-mode": "^0.0.3",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
57
57
|
"@atlaskit/primitives": "^14.12.0",
|
|
58
58
|
"@atlaskit/react-ufo": "^4.5.0",
|
|
59
|
-
"@atlaskit/theme": "^
|
|
59
|
+
"@atlaskit/theme": "^20.0.0",
|
|
60
60
|
"@atlaskit/tmp-editor-statsig": "^11.8.0",
|
|
61
61
|
"@atlaskit/toggle": "^15.1.0",
|
|
62
62
|
"@atlaskit/tokens": "^6.1.0",
|
|
@@ -70,16 +70,11 @@
|
|
|
70
70
|
"uuid": "^3.1.0"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
|
-
"@atlaskit/editor-common": "^107.
|
|
73
|
+
"@atlaskit/editor-common": "^107.32.0",
|
|
74
74
|
"react": "^18.2.0",
|
|
75
75
|
"react-dom": "^18.2.0",
|
|
76
76
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
77
77
|
},
|
|
78
|
-
"af:exports": {
|
|
79
|
-
"./types": "./src/types/index.ts",
|
|
80
|
-
".": "./src/index.ts",
|
|
81
|
-
"./ui/common-styles": "./src/ui/common-styles.ts"
|
|
82
|
-
},
|
|
83
78
|
"techstack": {
|
|
84
79
|
"@atlassian/frontend": {
|
|
85
80
|
"code-structure": [
|