@atlaskit/editor-plugin-expand 7.1.1 → 7.2.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 -3
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-plugin-expand
2
2
 
3
+ ## 7.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
8
+ [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 7.1.2
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 7.1.1
4
21
 
5
22
  ### Patch Changes
@@ -319,7 +336,6 @@
319
336
  shared context or singletons.
320
337
 
321
338
  **HOW TO ADJUST:**
322
-
323
339
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
324
340
  any of these editor plugins.
325
341
  - Ensure the version you install matches the version required by the plugins.
@@ -431,7 +447,6 @@
431
447
 
432
448
  This experiment was only enabled for Confluence and should not have been enabled in other places.
433
449
  If for some reason any of the following props/state/methdos were used please remove them:
434
-
435
450
  - isConsumption
436
451
  - contentMode
437
452
  - initialContentMode
@@ -1747,7 +1762,6 @@
1747
1762
  - [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646)
1748
1763
  [`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make
1749
1764
  feature flags plugin optional in all plugins including:
1750
-
1751
1765
  - analytics
1752
1766
  - base
1753
1767
  - card
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-expand",
3
- "version": "7.1.1",
3
+ "version": "7.2.0",
4
4
  "description": "Expand plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,25 +29,25 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^51.2.0",
32
+ "@atlaskit/adf-schema": "^51.3.0",
33
33
  "@atlaskit/button": "^23.5.0",
34
- "@atlaskit/editor-plugin-analytics": "^6.1.0",
34
+ "@atlaskit/editor-plugin-analytics": "^6.2.0",
35
35
  "@atlaskit/editor-plugin-block-menu": "^4.0.0",
36
36
  "@atlaskit/editor-plugin-decorations": "^6.1.0",
37
37
  "@atlaskit/editor-plugin-editor-disabled": "^6.1.0",
38
38
  "@atlaskit/editor-plugin-editor-viewmode": "^8.0.0",
39
- "@atlaskit/editor-plugin-local-id": "^4.1.0",
39
+ "@atlaskit/editor-plugin-local-id": "^4.2.0",
40
40
  "@atlaskit/editor-plugin-selection": "^6.1.0",
41
41
  "@atlaskit/editor-plugin-selection-marker": "^6.2.0",
42
42
  "@atlaskit/editor-prosemirror": "7.0.0",
43
- "@atlaskit/editor-shared-styles": "^3.6.0",
43
+ "@atlaskit/editor-shared-styles": "^3.7.0",
44
44
  "@atlaskit/editor-tables": "^2.9.0",
45
45
  "@atlaskit/editor-toolbar": "^0.15.0",
46
46
  "@atlaskit/icon": "^28.5.0",
47
47
  "@atlaskit/icon-lab": "^5.10.0",
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
- "@atlaskit/tmp-editor-statsig": "^13.8.0",
50
- "@atlaskit/tokens": "^6.4.0",
49
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
50
+ "@atlaskit/tokens": "^7.0.0",
51
51
  "@atlaskit/tooltip": "^20.5.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "@emotion/react": "^11.7.1",
@@ -55,7 +55,7 @@
55
55
  "w3c-keyname": "^2.1.8"
56
56
  },
57
57
  "peerDependencies": {
58
- "@atlaskit/editor-common": "^110.10.0",
58
+ "@atlaskit/editor-common": "^110.14.0",
59
59
  "react": "^18.2.0",
60
60
  "react-dom": "^18.2.0",
61
61
  "react-intl-next": "npm:react-intl@^5.18.1"
@@ -65,8 +65,8 @@
65
65
  "@atlaskit/editor-plugin-content-insertion": "^6.0.0",
66
66
  "@atlaskit/editor-plugin-guideline": "^6.0.0",
67
67
  "@atlaskit/editor-plugin-quick-insert": "^6.0.0",
68
- "@atlaskit/editor-plugin-table": "^15.0.0",
69
- "@atlaskit/editor-plugin-type-ahead": "^6.4.0",
68
+ "@atlaskit/editor-plugin-table": "^15.2.0",
69
+ "@atlaskit/editor-plugin-type-ahead": "^6.5.0",
70
70
  "@atlaskit/editor-plugin-width": "^7.0.0",
71
71
  "@atlaskit/prosemirror-history": "^0.2.0",
72
72
  "@testing-library/react": "^13.4.0",