@atlaskit/editor-plugin-block-controls 13.3.4 → 13.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-plugin-block-controls
2
2
 
3
+ ## 13.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`51c33ef5349b6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51c33ef5349b6) -
8
+ Enable compatibility with React 19.2.0
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 13.3.5
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 13.3.4
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-controls",
3
- "version": "13.3.4",
3
+ "version": "13.4.0",
4
4
  "description": "Block controls plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -22,35 +22,35 @@
22
22
  "dependencies": {
23
23
  "@atlaskit/browser-apis": "^1.2.0",
24
24
  "@atlaskit/button": "^24.3.0",
25
- "@atlaskit/editor-plugin-accessibility-utils": "^12.0.0",
26
- "@atlaskit/editor-plugin-analytics": "^12.0.0",
27
- "@atlaskit/editor-plugin-editor-disabled": "^12.0.0",
28
- "@atlaskit/editor-plugin-editor-viewmode": "^14.0.0",
25
+ "@atlaskit/editor-plugin-accessibility-utils": "^12.1.0",
26
+ "@atlaskit/editor-plugin-analytics": "^12.1.0",
27
+ "@atlaskit/editor-plugin-editor-disabled": "^12.1.0",
28
+ "@atlaskit/editor-plugin-editor-viewmode": "^14.1.0",
29
29
  "@atlaskit/editor-plugin-feature-flags": "^11.0.0",
30
- "@atlaskit/editor-plugin-interaction": "^23.0.0",
31
- "@atlaskit/editor-plugin-limited-mode": "^9.0.0",
32
- "@atlaskit/editor-plugin-metrics": "^13.0.0",
33
- "@atlaskit/editor-plugin-quick-insert": "^12.0.0",
34
- "@atlaskit/editor-plugin-selection": "^12.0.0",
35
- "@atlaskit/editor-plugin-toolbar": "^9.0.0",
36
- "@atlaskit/editor-plugin-type-ahead": "^13.1.0",
37
- "@atlaskit/editor-plugin-user-intent": "^10.1.0",
38
- "@atlaskit/editor-plugin-width": "^13.0.0",
30
+ "@atlaskit/editor-plugin-interaction": "^23.1.0",
31
+ "@atlaskit/editor-plugin-limited-mode": "^9.1.0",
32
+ "@atlaskit/editor-plugin-metrics": "^13.1.0",
33
+ "@atlaskit/editor-plugin-quick-insert": "^12.1.0",
34
+ "@atlaskit/editor-plugin-selection": "^12.1.0",
35
+ "@atlaskit/editor-plugin-toolbar": "^9.1.0",
36
+ "@atlaskit/editor-plugin-type-ahead": "^13.2.0",
37
+ "@atlaskit/editor-plugin-user-intent": "^10.2.0",
38
+ "@atlaskit/editor-plugin-width": "^13.1.0",
39
39
  "@atlaskit/editor-prosemirror": "^8.0.0",
40
40
  "@atlaskit/editor-shared-styles": "^4.0.0",
41
41
  "@atlaskit/editor-tables": "^3.0.0",
42
42
  "@atlaskit/icon": "^37.2.0",
43
43
  "@atlaskit/icon-lab": "^7.4.0",
44
- "@atlaskit/link": "^4.3.0",
44
+ "@atlaskit/link": "^5.0.0",
45
45
  "@atlaskit/platform-feature-flags": "^2.1.0",
46
46
  "@atlaskit/pragmatic-drag-and-drop": "^2.0.0",
47
47
  "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^3.0.0",
48
48
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^4.1.0",
49
49
  "@atlaskit/primitives": "^22.2.0",
50
50
  "@atlaskit/theme": "^26.1.0",
51
- "@atlaskit/tmp-editor-statsig": "^135.4.0",
51
+ "@atlaskit/tmp-editor-statsig": "^135.7.0",
52
52
  "@atlaskit/tokens": "^16.3.0",
53
- "@atlaskit/tooltip": "^23.2.0",
53
+ "@atlaskit/tooltip": "^24.0.0",
54
54
  "@babel/runtime": "^7.0.0",
55
55
  "@emotion/react": "^11.7.1",
56
56
  "bind-event-listener": "^3.0.0",
@@ -59,9 +59,9 @@
59
59
  "uuid": "^3.1.0"
60
60
  },
61
61
  "peerDependencies": {
62
- "@atlaskit/editor-common": "^116.44.0",
63
- "react": "^18.2.0",
64
- "react-dom": "^18.2.0",
62
+ "@atlaskit/editor-common": "^116.45.0",
63
+ "react": "^18.2.0 || ^19.2.0",
64
+ "react-dom": "^18.2.0 || ^19.2.0",
65
65
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
66
66
  },
67
67
  "techstack": {
@@ -141,8 +141,8 @@
141
141
  },
142
142
  "devDependencies": {
143
143
  "@atlassian/structured-docs-types": "workspace:^",
144
- "react": "^18.2.0",
145
- "react-dom": "^18.2.0",
144
+ "react": "^19.2.0",
145
+ "react-dom": "^19.2.0",
146
146
  "react-intl": "^7.0.0"
147
147
  }
148
148
  }