@atlaskit/editor-core 188.2.5 → 188.2.7

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,19 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 188.2.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#41217](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41217) [`288b7a988c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/288b7a988c7) - Caption Plugin Scaffolding
8
+ - [#41209](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41209) [`1e9d1d550ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e9d1d550ec) - Decouple Caption Plugin from editor-core
9
+ - Updated dependencies
10
+
11
+ ## 188.2.6
12
+
13
+ ### Patch Changes
14
+
15
+ - [#41212](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41212) [`db0107e09d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db0107e09d7) - Updates failing datasources playwright test
16
+
3
17
  ## 188.2.5
4
18
 
5
19
  ### Patch Changes
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.nextMajorVersion = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "188.2.5";
8
+ var version = exports.version = "188.2.7";
9
9
  var nextMajorVersion = exports.nextMajorVersion = function nextMajorVersion() {
10
10
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
11
11
  };
@@ -1,5 +1,5 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "188.2.5";
2
+ export const version = "188.2.7";
3
3
  export const nextMajorVersion = () => {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -1,5 +1,5 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "188.2.5";
2
+ export var version = "188.2.7";
3
3
  export var nextMajorVersion = function nextMajorVersion() {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -1,6 +1,3 @@
1
- import type { NextEditorPlugin } from '@atlaskit/editor-common/types';
2
- import type { analyticsPlugin } from '@atlaskit/editor-plugin-analytics';
3
- declare const captionPlugin: NextEditorPlugin<'caption', {
4
- dependencies: [typeof analyticsPlugin];
5
- }>;
1
+ import type { CaptionPlugin } from '@atlaskit/editor-plugin-caption';
2
+ declare const captionPlugin: CaptionPlugin;
6
3
  export default captionPlugin;
@@ -1,11 +1,11 @@
1
1
  /// <reference types="react" />
2
2
  import type { EditorView } from '@atlaskit/editor-prosemirror/view';
3
3
  import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
4
- import type { getPosHandler, ForwardRef } from '../../../nodeviews/';
4
+ import type { ExtractInjectionAPI, getPosHandler } from '@atlaskit/editor-common/types';
5
+ import type { ForwardRef } from '@atlaskit/editor-common/react-node-view';
5
6
  import { SelectionBasedNodeView } from '@atlaskit/editor-common/selection-based-node-view';
6
7
  import type { PortalProviderAPI } from '@atlaskit/editor-common/portal-provider';
7
8
  import type { EventDispatcher } from '@atlaskit/editor-common/event-dispatcher';
8
- import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
9
9
  import type captionPlugin from '../index';
10
10
  export declare class CaptionNodeView extends SelectionBasedNodeView {
11
11
  private selected;
@@ -1,8 +1,3 @@
1
- import type { NextEditorPlugin } from '@atlaskit/editor-common/types';
2
- import type { analyticsPlugin } from '@atlaskit/editor-plugin-analytics';
3
- declare const captionPlugin: NextEditorPlugin<'caption', {
4
- dependencies: [
5
- typeof analyticsPlugin
6
- ];
7
- }>;
1
+ import type { CaptionPlugin } from '@atlaskit/editor-plugin-caption';
2
+ declare const captionPlugin: CaptionPlugin;
8
3
  export default captionPlugin;
@@ -1,11 +1,11 @@
1
1
  /// <reference types="react" />
2
2
  import type { EditorView } from '@atlaskit/editor-prosemirror/view';
3
3
  import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
4
- import type { getPosHandler, ForwardRef } from '../../../nodeviews/';
4
+ import type { ExtractInjectionAPI, getPosHandler } from '@atlaskit/editor-common/types';
5
+ import type { ForwardRef } from '@atlaskit/editor-common/react-node-view';
5
6
  import { SelectionBasedNodeView } from '@atlaskit/editor-common/selection-based-node-view';
6
7
  import type { PortalProviderAPI } from '@atlaskit/editor-common/portal-provider';
7
8
  import type { EventDispatcher } from '@atlaskit/editor-common/event-dispatcher';
8
- import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
9
9
  import type captionPlugin from '../index';
10
10
  export declare class CaptionNodeView extends SelectionBasedNodeView {
11
11
  private selected;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "188.2.5",
3
+ "version": "188.2.7",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -55,13 +55,14 @@
55
55
  "@atlaskit/code": "^14.6.0",
56
56
  "@atlaskit/date": "^0.10.0",
57
57
  "@atlaskit/datetime-picker": "^12.10.0",
58
- "@atlaskit/editor-common": "^76.4.0",
58
+ "@atlaskit/editor-common": "^76.5.0",
59
59
  "@atlaskit/editor-json-transformer": "^8.10.0",
60
60
  "@atlaskit/editor-markdown-transformer": "^5.2.5",
61
61
  "@atlaskit/editor-palette": "1.5.1",
62
62
  "@atlaskit/editor-plugin-analytics": "^0.2.0",
63
63
  "@atlaskit/editor-plugin-base": "^0.2.0",
64
64
  "@atlaskit/editor-plugin-block-type": "^2.0.0",
65
+ "@atlaskit/editor-plugin-caption": "^0.1.0",
65
66
  "@atlaskit/editor-plugin-card": "^0.9.0",
66
67
  "@atlaskit/editor-plugin-composition": "^0.1.0",
67
68
  "@atlaskit/editor-plugin-content-insertion": "^0.1.4",