@atlaskit/renderer 130.2.1 → 130.2.3
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/cjs/ui/ExtensionRenderer.js +1 -1
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/es2019/ui/ExtensionRenderer.js +1 -1
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/esm/ui/ExtensionRenderer.js +1 -1
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/package.json +13 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/renderer
|
|
2
2
|
|
|
3
|
+
## 130.2.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`bd7ade3d67585`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd7ade3d67585) -
|
|
8
|
+
revert changing inline node renderer wrapper element
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 130.2.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`9e45c7ac76c9a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e45c7ac76c9a) -
|
|
16
|
+
Enrol editor core packages into the React Compiler with platform gating via
|
|
17
|
+
isReactCompilerActivePlatform
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 130.2.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -152,7 +152,7 @@ var InlineNodeRendererWrapper = exports.InlineNodeRendererWrapper = function Inl
|
|
|
152
152
|
isPlainTextMacro = _ref.isPlainTextMacro,
|
|
153
153
|
ssrPlaceholder = _ref.ssrPlaceholder,
|
|
154
154
|
ssrPlaceholderReplace = _ref.ssrPlaceholderReplace;
|
|
155
|
-
return (0, _react.jsx)("
|
|
155
|
+
return (0, _react.jsx)("div", {
|
|
156
156
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
157
157
|
className: "inline-extension-renderer ".concat(isPlainTextMacro ? 'plain-text-macro' : ''),
|
|
158
158
|
css: [inlineExtensionStyle, isPlainTextMacro && plainTextMacroStyle],
|
|
@@ -71,7 +71,7 @@ var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
71
71
|
var TABLE_INFO_TIMEOUT = 10000;
|
|
72
72
|
var RENDER_EVENT_SAMPLE_RATE = 0.2;
|
|
73
73
|
var packageName = "@atlaskit/renderer";
|
|
74
|
-
var packageVersion = "
|
|
74
|
+
var packageVersion = "0.0.0-development";
|
|
75
75
|
var setAsQueryContainerStyles = (0, _react2.css)({
|
|
76
76
|
containerName: 'ak-renderer-wrapper',
|
|
77
77
|
containerType: 'inline-size'
|
|
@@ -138,7 +138,7 @@ export const InlineNodeRendererWrapper = ({
|
|
|
138
138
|
ssrPlaceholder,
|
|
139
139
|
ssrPlaceholderReplace
|
|
140
140
|
}) => {
|
|
141
|
-
return jsx("
|
|
141
|
+
return jsx("div", {
|
|
142
142
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
143
143
|
className: `inline-extension-renderer ${isPlainTextMacro ? 'plain-text-macro' : ''}`,
|
|
144
144
|
css: [inlineExtensionStyle, isPlainTextMacro && plainTextMacroStyle],
|
|
@@ -57,7 +57,7 @@ export const DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
57
57
|
const TABLE_INFO_TIMEOUT = 10000;
|
|
58
58
|
const RENDER_EVENT_SAMPLE_RATE = 0.2;
|
|
59
59
|
const packageName = "@atlaskit/renderer";
|
|
60
|
-
const packageVersion = "
|
|
60
|
+
const packageVersion = "0.0.0-development";
|
|
61
61
|
const setAsQueryContainerStyles = css({
|
|
62
62
|
containerName: 'ak-renderer-wrapper',
|
|
63
63
|
containerType: 'inline-size'
|
|
@@ -143,7 +143,7 @@ export var InlineNodeRendererWrapper = function InlineNodeRendererWrapper(_ref)
|
|
|
143
143
|
isPlainTextMacro = _ref.isPlainTextMacro,
|
|
144
144
|
ssrPlaceholder = _ref.ssrPlaceholder,
|
|
145
145
|
ssrPlaceholderReplace = _ref.ssrPlaceholderReplace;
|
|
146
|
-
return jsx("
|
|
146
|
+
return jsx("div", {
|
|
147
147
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
148
148
|
className: "inline-extension-renderer ".concat(isPlainTextMacro ? 'plain-text-macro' : ''),
|
|
149
149
|
css: [inlineExtensionStyle, isPlainTextMacro && plainTextMacroStyle],
|
|
@@ -62,7 +62,7 @@ export var DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
62
62
|
var TABLE_INFO_TIMEOUT = 10000;
|
|
63
63
|
var RENDER_EVENT_SAMPLE_RATE = 0.2;
|
|
64
64
|
var packageName = "@atlaskit/renderer";
|
|
65
|
-
var packageVersion = "
|
|
65
|
+
var packageVersion = "0.0.0-development";
|
|
66
66
|
var setAsQueryContainerStyles = css({
|
|
67
67
|
containerName: 'ak-renderer-wrapper',
|
|
68
68
|
containerType: 'inline-size'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "130.2.
|
|
3
|
+
"version": "130.2.3",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -17,6 +17,13 @@
|
|
|
17
17
|
],
|
|
18
18
|
"atlaskit:src": "src/index.ts",
|
|
19
19
|
"atlassian": {
|
|
20
|
+
"react-compiler": {
|
|
21
|
+
"enabled": true,
|
|
22
|
+
"gating": {
|
|
23
|
+
"source": "@atlassian/react-compiler-gating",
|
|
24
|
+
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
20
27
|
"team": "Editor",
|
|
21
28
|
"website": {
|
|
22
29
|
"name": "Renderer"
|
|
@@ -37,7 +44,7 @@
|
|
|
37
44
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
38
45
|
"@atlaskit/editor-shared-styles": "^3.10.0",
|
|
39
46
|
"@atlaskit/editor-smart-link-draggable": "^0.5.0",
|
|
40
|
-
"@atlaskit/emoji": "^70.
|
|
47
|
+
"@atlaskit/emoji": "^70.1.0",
|
|
41
48
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
42
49
|
"@atlaskit/icon": "^34.2.0",
|
|
43
50
|
"@atlaskit/link": "^3.4.0",
|
|
@@ -54,7 +61,7 @@
|
|
|
54
61
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
55
62
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
56
63
|
"@atlaskit/pragmatic-drag-and-drop": "^1.8.0",
|
|
57
|
-
"@atlaskit/react-ufo": "^5.
|
|
64
|
+
"@atlaskit/react-ufo": "^5.15.0",
|
|
58
65
|
"@atlaskit/smart-card": "^44.1.0",
|
|
59
66
|
"@atlaskit/status": "^4.0.0",
|
|
60
67
|
"@atlaskit/task-decision": "^20.0.0",
|
|
@@ -72,7 +79,7 @@
|
|
|
72
79
|
"uuid": "^3.1.0"
|
|
73
80
|
},
|
|
74
81
|
"peerDependencies": {
|
|
75
|
-
"@atlaskit/editor-common": "^114.
|
|
82
|
+
"@atlaskit/editor-common": "^114.4.0",
|
|
76
83
|
"@atlaskit/link-provider": "^4.3.0",
|
|
77
84
|
"@atlaskit/media-core": "^37.0.0",
|
|
78
85
|
"react": "^18.2.0",
|
|
@@ -85,7 +92,7 @@
|
|
|
85
92
|
"@atlaskit/analytics-gas-types": "^5.1.0",
|
|
86
93
|
"@atlaskit/checkbox": "^17.3.0",
|
|
87
94
|
"@atlaskit/link-provider": "^4.3.0",
|
|
88
|
-
"@atlaskit/link-test-helpers": "^10.
|
|
95
|
+
"@atlaskit/link-test-helpers": "^10.1.0",
|
|
89
96
|
"@atlaskit/media-core": "^37.0.0",
|
|
90
97
|
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
91
98
|
"@atlaskit/media-test-helpers": "^41.0.0",
|
|
@@ -97,6 +104,7 @@
|
|
|
97
104
|
"@atlaskit/util-data-test": "^18.5.0",
|
|
98
105
|
"@atlassian/a11y-jest-testing": "^0.11.0",
|
|
99
106
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
107
|
+
"@atlassian/react-compiler-gating": "workspace:^",
|
|
100
108
|
"@atlassian/testing-library": "^0.5.0",
|
|
101
109
|
"@testing-library/react": "^16.3.0",
|
|
102
110
|
"@testing-library/user-event": "^14.4.3",
|