@atlaskit/renderer 118.5.0 → 118.5.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.
- package/CHANGELOG.md +9 -0
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/cjs/ui/annotations/selection/mounter.js +0 -6
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/es2019/ui/annotations/selection/mounter.js +0 -6
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/dist/esm/ui/annotations/selection/mounter.js +0 -6
- package/dist/types/ui/Renderer/breakout-ssr.d.ts +1 -1
- package/dist/types-ts4.5/ui/Renderer/breakout-ssr.d.ts +1 -1
- package/package.json +2 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/renderer
|
|
2
2
|
|
|
3
|
+
## 118.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#161072](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/161072)
|
|
8
|
+
[`a0c4a3b5661b9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a0c4a3b5661b9) -
|
|
9
|
+
EDITOR-775 - Could not create new comment on extension Excerpt in renderer
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 118.5.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -63,7 +63,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
63
63
|
var NORMAL_SEVERITY_THRESHOLD = exports.NORMAL_SEVERITY_THRESHOLD = 2000;
|
|
64
64
|
var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
65
65
|
var packageName = "@atlaskit/renderer";
|
|
66
|
-
var packageVersion = "118.5.
|
|
66
|
+
var packageVersion = "118.5.1";
|
|
67
67
|
var setAsQueryContainerStyles = (0, _react2.css)({
|
|
68
68
|
containerName: 'ak-renderer-wrapper',
|
|
69
69
|
containerType: 'inline-size'
|
|
@@ -226,12 +226,6 @@ var SelectionInlineCommentMounter = exports.SelectionInlineCommentMounter = /*#_
|
|
|
226
226
|
reason: 'draft-in-progress'
|
|
227
227
|
};
|
|
228
228
|
}
|
|
229
|
-
if (!actions.isValidAnnotationRange(range)) {
|
|
230
|
-
return {
|
|
231
|
-
success: false,
|
|
232
|
-
reason: 'invalid-range'
|
|
233
|
-
};
|
|
234
|
-
}
|
|
235
229
|
var id = (0, _v.default)();
|
|
236
230
|
var result = applyDraftModeCallback({
|
|
237
231
|
annotationId: id,
|
|
@@ -48,7 +48,7 @@ import { PortalContext } from './PortalContext';
|
|
|
48
48
|
export const NORMAL_SEVERITY_THRESHOLD = 2000;
|
|
49
49
|
export const DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
50
50
|
const packageName = "@atlaskit/renderer";
|
|
51
|
-
const packageVersion = "118.5.
|
|
51
|
+
const packageVersion = "118.5.1";
|
|
52
52
|
const setAsQueryContainerStyles = css({
|
|
53
53
|
containerName: 'ak-renderer-wrapper',
|
|
54
54
|
containerType: 'inline-size'
|
|
@@ -222,12 +222,6 @@ export const SelectionInlineCommentMounter = /*#__PURE__*/React.memo(props => {
|
|
|
222
222
|
reason: 'draft-in-progress'
|
|
223
223
|
};
|
|
224
224
|
}
|
|
225
|
-
if (!actions.isValidAnnotationRange(range)) {
|
|
226
|
-
return {
|
|
227
|
-
success: false,
|
|
228
|
-
reason: 'invalid-range'
|
|
229
|
-
};
|
|
230
|
-
}
|
|
231
225
|
const id = uuid();
|
|
232
226
|
const result = applyDraftModeCallback({
|
|
233
227
|
annotationId: id,
|
|
@@ -53,7 +53,7 @@ import { PortalContext } from './PortalContext';
|
|
|
53
53
|
export var NORMAL_SEVERITY_THRESHOLD = 2000;
|
|
54
54
|
export var DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
55
55
|
var packageName = "@atlaskit/renderer";
|
|
56
|
-
var packageVersion = "118.5.
|
|
56
|
+
var packageVersion = "118.5.1";
|
|
57
57
|
var setAsQueryContainerStyles = css({
|
|
58
58
|
containerName: 'ak-renderer-wrapper',
|
|
59
59
|
containerType: 'inline-size'
|
|
@@ -216,12 +216,6 @@ export var SelectionInlineCommentMounter = /*#__PURE__*/React.memo(function (pro
|
|
|
216
216
|
reason: 'draft-in-progress'
|
|
217
217
|
};
|
|
218
218
|
}
|
|
219
|
-
if (!actions.isValidAnnotationRange(range)) {
|
|
220
|
-
return {
|
|
221
|
-
success: false,
|
|
222
|
-
reason: 'invalid-range'
|
|
223
|
-
};
|
|
224
|
-
}
|
|
225
219
|
var id = uuid();
|
|
226
220
|
var result = applyDraftModeCallback({
|
|
227
221
|
annotationId: id,
|
|
@@ -14,4 +14,4 @@ export declare function BreakoutSSRInlineScript({ noOpSSRInlineScript }: {
|
|
|
14
14
|
}): React.JSX.Element | null;
|
|
15
15
|
export declare function createBreakoutInlineScript(id: number, optionalFlagArg?: boolean): string;
|
|
16
16
|
export declare const breakoutInlineScriptContext: string;
|
|
17
|
-
export declare const calcLineLength:
|
|
17
|
+
export declare const calcLineLength: () => number;
|
|
@@ -14,4 +14,4 @@ export declare function BreakoutSSRInlineScript({ noOpSSRInlineScript }: {
|
|
|
14
14
|
}): React.JSX.Element | null;
|
|
15
15
|
export declare function createBreakoutInlineScript(id: number, optionalFlagArg?: boolean): string;
|
|
16
16
|
export declare const breakoutInlineScriptContext: string;
|
|
17
|
-
export declare const calcLineLength:
|
|
17
|
+
export declare const calcLineLength: () => number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "118.5.
|
|
3
|
+
"version": "118.5.1",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@atlaskit/analytics-next": "^11.0.0",
|
|
32
32
|
"@atlaskit/button": "^23.2.0",
|
|
33
33
|
"@atlaskit/code": "^17.2.0",
|
|
34
|
-
"@atlaskit/editor-common": "^106.
|
|
34
|
+
"@atlaskit/editor-common": "^106.1.0",
|
|
35
35
|
"@atlaskit/editor-json-transformer": "^8.24.0",
|
|
36
36
|
"@atlaskit/editor-palette": "^2.1.0",
|
|
37
37
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
@@ -172,14 +172,6 @@
|
|
|
172
172
|
"confluence-frontend-comments-panel": {
|
|
173
173
|
"type": "boolean"
|
|
174
174
|
},
|
|
175
|
-
"platform_editor_table_row_span_fix": {
|
|
176
|
-
"type": "boolean",
|
|
177
|
-
"referenceOnly": true
|
|
178
|
-
},
|
|
179
|
-
"platform_editor_table_row_span_fix_all": {
|
|
180
|
-
"type": "boolean",
|
|
181
|
-
"referenceOnly": true
|
|
182
|
-
},
|
|
183
175
|
"platform_editor_fix_vc90_bug_with_files": {
|
|
184
176
|
"type": "boolean"
|
|
185
177
|
},
|