@atlaskit/editor-plugin-breakout 1.4.4 → 1.5.0

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,23 @@
1
1
  # @atlaskit/editor-plugin-breakout
2
2
 
3
+ ## 1.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#122895](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/122895)
8
+ [`49b8c7658f3b5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/49b8c7658f3b5) -
9
+ [ED-24173] bump @atlaskit/adf-schema to 40.3.0 and @atlassian/adf-schema-json to 1.18.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 1.4.5
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 1.4.4
4
22
 
5
23
  ### Patch Changes
@@ -24,7 +24,10 @@ var _pluginKey = require("../plugin-key");
24
24
  var _getBreakoutMode = require("../utils/get-breakout-mode");
25
25
  var _isBreakoutMarkAllowed = require("../utils/is-breakout-mark-allowed");
26
26
  var _isSupportedNode = require("../utils/is-supported-node");
27
- /** @jsx jsx */
27
+ /**
28
+ * @jsxRuntime classic
29
+ * @jsx jsx
30
+ */
28
31
 
29
32
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
30
33
 
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import { useCallback } from 'react';
3
6
 
4
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import { useCallback } from 'react';
3
6
 
4
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-breakout",
3
- "version": "1.4.4",
3
+ "version": "1.5.0",
4
4
  "description": "Breakout plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,16 +31,16 @@
31
31
  ".": "./src/index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/adf-schema": "^39.0.3",
35
- "@atlaskit/editor-common": "^85.0.0",
34
+ "@atlaskit/adf-schema": "^40.3.0",
35
+ "@atlaskit/editor-common": "^86.7.0",
36
36
  "@atlaskit/editor-plugin-editor-viewmode": "^2.0.0",
37
37
  "@atlaskit/editor-plugin-width": "^1.1.0",
38
38
  "@atlaskit/editor-prosemirror": "4.0.1",
39
39
  "@atlaskit/editor-shared-styles": "^2.13.0",
40
- "@atlaskit/icon": "^22.6.0",
40
+ "@atlaskit/icon": "^22.7.0",
41
41
  "@atlaskit/platform-feature-flags": "^0.3.0",
42
42
  "@atlaskit/theme": "^12.11.0",
43
- "@atlaskit/tokens": "^1.54.0",
43
+ "@atlaskit/tokens": "^1.56.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "@emotion/react": "^11.7.1"
46
46
  },
@@ -51,7 +51,7 @@
51
51
  "devDependencies": {
52
52
  "@af/integration-testing": "*",
53
53
  "@af/visual-regression": "*",
54
- "@atlaskit/editor-plugin-code-block": "^3.0.0",
54
+ "@atlaskit/editor-plugin-code-block": "^3.1.0",
55
55
  "@atlaskit/editor-plugin-composition": "^1.1.0",
56
56
  "@atlaskit/editor-plugin-decorations": "^1.1.0",
57
57
  "@atlaskit/ssr": "*",