@atlaskit/editor-core 193.2.0 → 193.2.6

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.
Files changed (52) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/nodeviews/index.js +1 -5
  3. package/dist/cjs/types/browser.js +1 -5
  4. package/dist/cjs/types/dom-at-pos.js +1 -5
  5. package/dist/cjs/types/editor-appearance.js +1 -5
  6. package/dist/cjs/types/editor-plugin.js +1 -5
  7. package/dist/cjs/types/editor-react-context.js +1 -5
  8. package/dist/cjs/types/empty-state-handler.js +1 -5
  9. package/dist/cjs/types/extension-config.js +1 -5
  10. package/dist/cjs/types/feature-flags.js +1 -5
  11. package/dist/cjs/types/i18n.js +1 -5
  12. package/dist/cjs/types/index.js +1 -5
  13. package/dist/cjs/types/performance-tracking.js +1 -5
  14. package/dist/cjs/types/pm-config.js +1 -5
  15. package/dist/cjs/types/pm-plugin.js +1 -5
  16. package/dist/cjs/types/ui-components.js +1 -5
  17. package/dist/cjs/version-wrapper.js +1 -1
  18. package/dist/es2019/nodeviews/index.js +0 -1
  19. package/dist/es2019/types/browser.js +0 -1
  20. package/dist/es2019/types/dom-at-pos.js +0 -1
  21. package/dist/es2019/types/editor-appearance.js +0 -1
  22. package/dist/es2019/types/editor-plugin.js +0 -1
  23. package/dist/es2019/types/editor-react-context.js +0 -1
  24. package/dist/es2019/types/empty-state-handler.js +0 -1
  25. package/dist/es2019/types/extension-config.js +0 -1
  26. package/dist/es2019/types/feature-flags.js +0 -1
  27. package/dist/es2019/types/i18n.js +0 -1
  28. package/dist/es2019/types/index.js +0 -1
  29. package/dist/es2019/types/performance-tracking.js +0 -1
  30. package/dist/es2019/types/pm-config.js +0 -1
  31. package/dist/es2019/types/pm-plugin.js +0 -1
  32. package/dist/es2019/types/ui-components.js +0 -1
  33. package/dist/es2019/version-wrapper.js +1 -1
  34. package/dist/esm/nodeviews/index.js +0 -1
  35. package/dist/esm/types/browser.js +0 -1
  36. package/dist/esm/types/dom-at-pos.js +0 -1
  37. package/dist/esm/types/editor-appearance.js +0 -1
  38. package/dist/esm/types/editor-plugin.js +0 -1
  39. package/dist/esm/types/editor-react-context.js +0 -1
  40. package/dist/esm/types/empty-state-handler.js +0 -1
  41. package/dist/esm/types/extension-config.js +0 -1
  42. package/dist/esm/types/feature-flags.js +0 -1
  43. package/dist/esm/types/i18n.js +0 -1
  44. package/dist/esm/types/index.js +0 -1
  45. package/dist/esm/types/performance-tracking.js +0 -1
  46. package/dist/esm/types/pm-config.js +0 -1
  47. package/dist/esm/types/pm-plugin.js +0 -1
  48. package/dist/esm/types/ui-components.js +0 -1
  49. package/dist/esm/version-wrapper.js +1 -1
  50. package/dist/types/nodeviews/context-adapter.d.ts +1 -1
  51. package/dist/types-ts4.5/nodeviews/context-adapter.d.ts +1 -1
  52. package/package.json +10 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 193.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#80679](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80679) [`104eb9443b7e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/104eb9443b7e) - ED-22553 Updating adf-schema version to 35.6.0
8
+
9
+ ## 193.2.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085) [`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) - Update usage of `React.FC` to explicity include `children`
14
+
3
15
  ## 193.2.0
4
16
 
5
17
  ### Minor Changes
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "193.2.0";
8
+ var version = exports.version = "193.2.6";
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "193.2.0";
2
+ export const version = "193.2.6";
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "193.2.0";
2
+ export var version = "193.2.6";
@@ -1,2 +1,2 @@
1
1
  import React from 'react';
2
- export declare const ContextAdapter: React.FunctionComponent;
2
+ export declare const ContextAdapter: ({ children }: React.PropsWithChildren<{}>) => JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import React from 'react';
2
- export declare const ContextAdapter: React.FunctionComponent;
2
+ export declare const ContextAdapter: ({ children }: React.PropsWithChildren<{}>) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "193.2.0",
3
+ "version": "193.2.6",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@atlaskit/activity-provider": "^2.4.0",
43
- "@atlaskit/adf-schema": "^35.5.2",
43
+ "@atlaskit/adf-schema": "^35.6.0",
44
44
  "@atlaskit/analytics-namespaced-context": "^6.9.0",
45
45
  "@atlaskit/analytics-next": "^9.2.0",
46
46
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
@@ -87,9 +87,9 @@
87
87
  "@atlaskit/adf-utils": "^19.0.0",
88
88
  "@atlaskit/analytics-listeners": "^8.9.1",
89
89
  "@atlaskit/checkbox": "^13.1.0",
90
- "@atlaskit/collab-provider": "9.25.9",
90
+ "@atlaskit/collab-provider": "9.25.10",
91
91
  "@atlaskit/dropdown-menu": "^12.8.0",
92
- "@atlaskit/editor-plugin-annotation": "1.2.2",
92
+ "@atlaskit/editor-plugin-annotation": "1.3.1",
93
93
  "@atlaskit/editor-plugin-card": "^1.1.0",
94
94
  "@atlaskit/editor-plugin-editor-viewmode": "^1.0.0",
95
95
  "@atlaskit/editor-plugin-list": "^3.1.5",
@@ -104,7 +104,7 @@
104
104
  "@atlaskit/media-test-helpers": "^33.0.27",
105
105
  "@atlaskit/modal-dialog": "^12.10.0",
106
106
  "@atlaskit/primitives": "^4.1.0",
107
- "@atlaskit/renderer": "^109.7.0",
107
+ "@atlaskit/renderer": "^109.8.0",
108
108
  "@atlaskit/select": "^17.3.0",
109
109
  "@atlaskit/smart-card": "^26.49.0",
110
110
  "@atlaskit/synchrony-test-helpers": "^2.3.0",
@@ -114,7 +114,7 @@
114
114
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
115
115
  "@atlassian/feature-flags-test-utils": "^0.2.0",
116
116
  "@atlassian/link-picker-plugins": "^24.0.0",
117
- "@atlassian/search-provider": "2.4.32",
117
+ "@atlassian/search-provider": "2.4.33",
118
118
  "@atlassian/ufo": "^0.2.0",
119
119
  "@emotion/jest": "^11.8.0",
120
120
  "@storybook/addon-knobs": "^5.3.18",
@@ -247,6 +247,10 @@
247
247
  "platform.editor.text-alignment-keyboard-shortcuts": {
248
248
  "type": "boolean",
249
249
  "referenceOnly": "true"
250
+ },
251
+ "platform.editor.table.cmd-a-select-table": {
252
+ "type": "boolean",
253
+ "referenceOnly": true
250
254
  }
251
255
  },
252
256
  "stricter": {