@atlaskit/editor-core 216.11.2 → 216.11.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 +12 -0
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/docs/0-intro.tsx +19 -19
- package/docs/1-legacy-editor.tsx +19 -19
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "216.11.
|
|
2
|
+
export const version = "216.11.3";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "216.11.
|
|
2
|
+
export var version = "216.11.3";
|
package/docs/0-intro.tsx
CHANGED
|
@@ -388,27 +388,27 @@ function EditorInternal() {
|
|
|
388
388
|
|
|
389
389
|
|
|
390
390
|
${(
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
391
|
+
<Example
|
|
392
|
+
packageName="@atlaskit/editor-core/composable-editor"
|
|
393
|
+
// Ignored via go/ees005
|
|
394
|
+
// eslint-disable-next-line import/no-commonjs
|
|
395
|
+
Component={require('../examples/1-basic-composable-editor').default}
|
|
396
|
+
title="Basic"
|
|
397
|
+
// Ignored via go/ees005
|
|
398
|
+
// eslint-disable-next-line import/no-commonjs
|
|
399
|
+
source={require('!!raw-loader!../examples/1-basic-composable-editor')}
|
|
400
|
+
/>
|
|
401
|
+
)}
|
|
402
402
|
|
|
403
403
|
${(
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
404
|
+
<Props
|
|
405
|
+
shouldCollapseProps
|
|
406
|
+
heading="Props"
|
|
407
|
+
// Ignored via go/ees005
|
|
408
|
+
// eslint-disable-next-line import/no-commonjs
|
|
409
|
+
props={require('!!extract-react-types-loader!../src/composable-editor/composable-editor')}
|
|
410
|
+
/>
|
|
411
|
+
)}
|
|
412
412
|
|
|
413
413
|
`;
|
|
414
414
|
export default _default_1;
|
package/docs/1-legacy-editor.tsx
CHANGED
|
@@ -251,26 +251,26 @@ ${code`
|
|
|
251
251
|
`}
|
|
252
252
|
|
|
253
253
|
${(
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
254
|
+
<Example
|
|
255
|
+
packageName="@atlaskit/editor-core"
|
|
256
|
+
// Ignored via go/ees005
|
|
257
|
+
// eslint-disable-next-line import/no-commonjs
|
|
258
|
+
Component={require('../examples/1-basic-composable-editor').default}
|
|
259
|
+
title="Basic"
|
|
260
|
+
// Ignored via go/ees005
|
|
261
|
+
// eslint-disable-next-line import/no-commonjs
|
|
262
|
+
source={require('!!raw-loader!../examples/1-basic-composable-editor')}
|
|
263
|
+
/>
|
|
264
|
+
)}
|
|
265
265
|
|
|
266
266
|
${(
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
267
|
+
<Props
|
|
268
|
+
shouldCollapseProps
|
|
269
|
+
heading="Props"
|
|
270
|
+
// Ignored via go/ees005
|
|
271
|
+
// eslint-disable-next-line import/no-commonjs
|
|
272
|
+
props={require('!!extract-react-types-loader!../src/editor')}
|
|
273
|
+
/>
|
|
274
|
+
)}
|
|
275
275
|
`;
|
|
276
276
|
export default _default_1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "216.11.
|
|
3
|
+
"version": "216.11.4",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
67
67
|
"@atlaskit/react-ufo": "^5.2.0",
|
|
68
68
|
"@atlaskit/task-decision": "^19.2.0",
|
|
69
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
69
|
+
"@atlaskit/tmp-editor-statsig": "^29.0.0",
|
|
70
70
|
"@atlaskit/tokens": "^11.0.0",
|
|
71
71
|
"@atlaskit/tooltip": "^20.14.0",
|
|
72
72
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
108
108
|
"@atlaskit/media-test-helpers": "^40.0.0",
|
|
109
109
|
"@atlaskit/modal-dialog": "^14.10.0",
|
|
110
|
-
"@atlaskit/renderer": "^126.
|
|
110
|
+
"@atlaskit/renderer": "^126.10.0",
|
|
111
111
|
"@atlaskit/section-message": "^8.12.0",
|
|
112
112
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
113
113
|
"@atlaskit/toggle": "^15.2.0",
|