@atlaskit/editor-core 178.0.0 → 178.0.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 178.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 178.0.0
4
10
 
5
11
  ### Major Changes
@@ -30,12 +30,7 @@ Object.defineProperty(exports, "getChangedNodes", {
30
30
  return _document.getChangedNodes;
31
31
  }
32
32
  });
33
- Object.defineProperty(exports, "tablePluginKey", {
34
- enumerable: true,
35
- get: function get() {
36
- return _pluginKey.pluginKey;
37
- }
38
- });
33
+ exports.tablePluginKey = void 0;
39
34
  Object.defineProperty(exports, "toJSON", {
40
35
  enumerable: true,
41
36
  get: function get() {
@@ -63,6 +58,12 @@ var _extension = require("./plugins/extension/nodeviews/extension");
63
58
 
64
59
  var _pluginKey = require("@atlaskit/editor-plugin-table/plugin-key");
65
60
 
61
+ /**
62
+ * @deprecated [ED-14688] - used during the table viz project and not used anymore
63
+ * will be removed in a future version of `@atlaskit/editor-core`
64
+ */
65
+ var tablePluginKey = _pluginKey.pluginKey;
66
+ exports.tablePluginKey = tablePluginKey;
66
67
  var EmitterEvents = {
67
68
  TABLE_DELETED: 'TABLE_DELETED'
68
69
  };
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.version = exports.nextMajorVersion = exports.name = void 0;
7
7
  var name = "@atlaskit/editor-core";
8
8
  exports.name = name;
9
- var version = "178.0.0";
9
+ var version = "178.0.1";
10
10
  exports.version = version;
11
11
 
12
12
  var nextMajorVersion = function nextMajorVersion() {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "178.0.0",
3
+ "version": "178.0.1",
4
4
  "sideEffects": false
5
5
  }
@@ -4,7 +4,14 @@ export { toJSON } from './utils';
4
4
  export { default as Extension } from './plugins/extension/ui/Extension';
5
5
  export { default as ExtensionNodeWrapper } from './plugins/extension/ui/Extension/ExtensionNodeWrapper';
6
6
  export { ExtensionNode } from './plugins/extension/nodeviews/extension';
7
- export { pluginKey as tablePluginKey } from '@atlaskit/editor-plugin-table/plugin-key';
7
+ import { pluginKey as tablePluginKeyInner } from '@atlaskit/editor-plugin-table/plugin-key';
8
+ /**
9
+ * @deprecated [ED-14688] - used during the table viz project and not used anymore
10
+ * will be removed in a future version of `@atlaskit/editor-core`
11
+ */
12
+
13
+ const tablePluginKey = tablePluginKeyInner;
14
+ export { tablePluginKey };
8
15
  export const EmitterEvents = {
9
16
  TABLE_DELETED: 'TABLE_DELETED'
10
17
  };
@@ -1,5 +1,5 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "178.0.0";
2
+ export const version = "178.0.1";
3
3
  export const nextMajorVersion = () => {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "178.0.0",
3
+ "version": "178.0.1",
4
4
  "sideEffects": false
5
5
  }
@@ -4,7 +4,14 @@ export { toJSON } from './utils';
4
4
  export { default as Extension } from './plugins/extension/ui/Extension';
5
5
  export { default as ExtensionNodeWrapper } from './plugins/extension/ui/Extension/ExtensionNodeWrapper';
6
6
  export { ExtensionNode } from './plugins/extension/nodeviews/extension';
7
- export { pluginKey as tablePluginKey } from '@atlaskit/editor-plugin-table/plugin-key';
7
+ import { pluginKey as tablePluginKeyInner } from '@atlaskit/editor-plugin-table/plugin-key';
8
+ /**
9
+ * @deprecated [ED-14688] - used during the table viz project and not used anymore
10
+ * will be removed in a future version of `@atlaskit/editor-core`
11
+ */
12
+
13
+ var tablePluginKey = tablePluginKeyInner;
14
+ export { tablePluginKey };
8
15
  export var EmitterEvents = {
9
16
  TABLE_DELETED: 'TABLE_DELETED'
10
17
  };
@@ -1,5 +1,5 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "178.0.0";
2
+ export var version = "178.0.1";
3
3
  export var nextMajorVersion = function nextMajorVersion() {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "178.0.0",
3
+ "version": "178.0.1",
4
4
  "sideEffects": false
5
5
  }
@@ -4,7 +4,12 @@ export { toJSON } from './utils';
4
4
  export { default as Extension } from './plugins/extension/ui/Extension';
5
5
  export { default as ExtensionNodeWrapper } from './plugins/extension/ui/Extension/ExtensionNodeWrapper';
6
6
  export { ExtensionNode } from './plugins/extension/nodeviews/extension';
7
- export { pluginKey as tablePluginKey } from '@atlaskit/editor-plugin-table/plugin-key';
7
+ /**
8
+ * @deprecated [ED-14688] - used during the table viz project and not used anymore
9
+ * will be removed in a future version of `@atlaskit/editor-core`
10
+ */
11
+ declare const tablePluginKey: import("prosemirror-state").PluginKey<import("@atlaskit/editor-plugin-table/types").TablePluginState, any>;
12
+ export { tablePluginKey };
8
13
  export declare const EmitterEvents: {
9
14
  TABLE_DELETED: string;
10
15
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "178.0.0",
3
+ "version": "178.0.1",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -36,7 +36,7 @@
36
36
  "@atlaskit/avatar": "^21.1.0",
37
37
  "@atlaskit/avatar-group": "^9.2.0",
38
38
  "@atlaskit/button": "^16.5.0",
39
- "@atlaskit/calendar": "^12.4.0",
39
+ "@atlaskit/calendar": "^13.0.0",
40
40
  "@atlaskit/checkbox": "^12.4.0",
41
41
  "@atlaskit/code": "^14.4.0",
42
42
  "@atlaskit/date": "^0.9.0",
@@ -155,7 +155,7 @@
155
155
  "@atlaskit/media-test-helpers": "^30.1.0",
156
156
  "@atlaskit/menu": "^1.4.0",
157
157
  "@atlaskit/page-layout": "^1.3.0",
158
- "@atlaskit/profilecard": "^18.1.0",
158
+ "@atlaskit/profilecard": "^18.2.0",
159
159
  "@atlaskit/pubsub": "^6.2.0",
160
160
  "@atlaskit/renderer": "^105.0.0",
161
161
  "@atlaskit/section-message": "^6.3.0",