@atlaskit/editor-plugin-layout 1.14.0 → 1.15.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,25 @@
1
1
  # @atlaskit/editor-plugin-layout
2
2
 
3
+ ## 1.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#112186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112186)
8
+ [`9462d8ca2405a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9462d8ca2405a) -
9
+ Bump adf-schema to 47.2.1
10
+
11
+ ## 1.15.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#105322](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105322)
16
+ [`8876083532adc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8876083532adc) -
17
+ Bumped editor-prosemirror version to 7.0.0
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+
3
23
  ## 1.14.0
4
24
 
5
25
  ### Minor Changes
@@ -38,7 +38,7 @@ export declare class LayoutSectionView extends ReactNodeView<LayoutSectionViewPr
38
38
  render(props: LayoutSectionViewProps, forwardRef: ForwardRef): React.JSX.Element;
39
39
  ignoreMutation(mutation: MutationRecord | {
40
40
  type: 'selection';
41
- target: Element;
41
+ target: Node;
42
42
  }): boolean;
43
43
  }
44
44
  export {};
@@ -38,7 +38,7 @@ export declare class LayoutSectionView extends ReactNodeView<LayoutSectionViewPr
38
38
  render(props: LayoutSectionViewProps, forwardRef: ForwardRef): React.JSX.Element;
39
39
  ignoreMutation(mutation: MutationRecord | {
40
40
  type: 'selection';
41
- target: Element;
41
+ target: Node;
42
42
  }): boolean;
43
43
  }
44
44
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-layout",
3
- "version": "1.14.0",
3
+ "version": "1.15.1",
4
4
  "description": "Layout plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,17 +31,17 @@
31
31
  ".": "./src/index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/adf-schema": "^46.1.0",
35
- "@atlaskit/editor-common": "^99.9.0",
36
- "@atlaskit/editor-plugin-analytics": "^1.11.0",
37
- "@atlaskit/editor-plugin-decorations": "^1.4.0",
38
- "@atlaskit/editor-plugin-editor-disabled": "^1.4.0",
39
- "@atlaskit/editor-plugin-selection": "^1.6.0",
40
- "@atlaskit/editor-plugin-width": "^2.0.0",
41
- "@atlaskit/editor-prosemirror": "6.2.1",
42
- "@atlaskit/icon": "^23.7.0",
34
+ "@atlaskit/adf-schema": "^47.2.1",
35
+ "@atlaskit/editor-common": "^99.14.0",
36
+ "@atlaskit/editor-plugin-analytics": "^1.12.0",
37
+ "@atlaskit/editor-plugin-decorations": "^1.5.0",
38
+ "@atlaskit/editor-plugin-editor-disabled": "^1.5.0",
39
+ "@atlaskit/editor-plugin-selection": "^1.8.0",
40
+ "@atlaskit/editor-plugin-width": "^2.1.0",
41
+ "@atlaskit/editor-prosemirror": "7.0.0",
42
+ "@atlaskit/icon": "^23.9.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.0.0",
44
- "@atlaskit/tmp-editor-statsig": "^2.43.0",
44
+ "@atlaskit/tmp-editor-statsig": "^2.46.0",
45
45
  "@atlaskit/tokens": "^3.3.0",
46
46
  "@babel/runtime": "^7.0.0",
47
47
  "@emotion/react": "^11.7.1"