@atlaskit/editor-plugin-expand 1.1.0 → 1.2.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,22 @@
1
1
  # @atlaskit/editor-plugin-expand
2
2
 
3
+ ## 1.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#78224](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78224) [`6b4c9dd4ad34`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b4c9dd4ad34) - ED-22219: adf-schema updated to 35.5.2
8
+ - Updated dependencies
9
+
10
+ ## 1.2.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [#76115](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/76115) [`3e3eb7cf04e1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3e3eb7cf04e1) - ED-21718 Transform slice to remove nestedExpand from slice before pasting
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 1.1.0
4
21
 
5
22
  ### Minor Changes
package/dist/cjs/utils.js CHANGED
@@ -21,4 +21,10 @@ Object.defineProperty(exports, "transformSliceToRemoveOpenExpand", {
21
21
  return _transforms.transformSliceToRemoveOpenExpand;
22
22
  }
23
23
  });
24
+ Object.defineProperty(exports, "transformSliceToRemoveOpenNestedExpand", {
25
+ enumerable: true,
26
+ get: function get() {
27
+ return _transforms.transformSliceToRemoveOpenNestedExpand;
28
+ }
29
+ });
24
30
  var _transforms = require("@atlaskit/editor-common/transforms");
@@ -1 +1 @@
1
- export { findExpand, transformSliceToRemoveOpenExpand, transformSliceNestedExpandToExpand } from '@atlaskit/editor-common/transforms';
1
+ export { findExpand, transformSliceToRemoveOpenExpand, transformSliceToRemoveOpenNestedExpand, transformSliceNestedExpandToExpand } from '@atlaskit/editor-common/transforms';
package/dist/esm/utils.js CHANGED
@@ -1 +1 @@
1
- export { findExpand, transformSliceToRemoveOpenExpand, transformSliceNestedExpandToExpand } from '@atlaskit/editor-common/transforms';
1
+ export { findExpand, transformSliceToRemoveOpenExpand, transformSliceToRemoveOpenNestedExpand, transformSliceNestedExpandToExpand } from '@atlaskit/editor-common/transforms';
@@ -1 +1 @@
1
- export { findExpand, transformSliceToRemoveOpenExpand, transformSliceNestedExpandToExpand, } from '@atlaskit/editor-common/transforms';
1
+ export { findExpand, transformSliceToRemoveOpenExpand, transformSliceToRemoveOpenNestedExpand, transformSliceNestedExpandToExpand, } from '@atlaskit/editor-common/transforms';
@@ -1 +1 @@
1
- export { findExpand, transformSliceToRemoveOpenExpand, transformSliceNestedExpandToExpand, } from '@atlaskit/editor-common/transforms';
1
+ export { findExpand, transformSliceToRemoveOpenExpand, transformSliceToRemoveOpenNestedExpand, transformSliceNestedExpandToExpand, } from '@atlaskit/editor-common/transforms';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-expand",
3
- "version": "1.1.0",
3
+ "version": "1.2.1",
4
4
  "description": "Expand plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,9 +33,9 @@
33
33
  ".": "./src/index.ts"
34
34
  },
35
35
  "dependencies": {
36
- "@atlaskit/adf-schema": "^35.5.1",
37
- "@atlaskit/button": "^17.4.0",
38
- "@atlaskit/editor-common": "^78.4.0",
36
+ "@atlaskit/adf-schema": "^35.5.2",
37
+ "@atlaskit/button": "^17.6.0",
38
+ "@atlaskit/editor-common": "^78.10.0",
39
39
  "@atlaskit/editor-plugin-analytics": "^1.0.0",
40
40
  "@atlaskit/editor-plugin-decorations": "^1.0.0",
41
41
  "@atlaskit/editor-plugin-selection": "^1.1.0",
@@ -59,7 +59,7 @@
59
59
  "@atlaskit/editor-plugin-content-insertion": "^1.0.0",
60
60
  "@atlaskit/editor-plugin-guideline": "^1.0.0",
61
61
  "@atlaskit/editor-plugin-quick-insert": "^1.0.0",
62
- "@atlaskit/editor-plugin-table": "^7.3.0",
62
+ "@atlaskit/editor-plugin-table": "^7.4.0",
63
63
  "@atlaskit/editor-plugin-type-ahead": "^1.0.0",
64
64
  "@atlaskit/editor-plugin-width": "^1.0.0",
65
65
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
@@ -111,4 +111,4 @@
111
111
  "type": "boolean"
112
112
  }
113
113
  }
114
- }
114
+ }