@atlaskit/editor-plugin-expand 7.1.1 → 7.1.2

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 +6 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-expand
2
2
 
3
+ ## 7.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 7.1.1
4
10
 
5
11
  ### Patch Changes
@@ -319,7 +325,6 @@
319
325
  shared context or singletons.
320
326
 
321
327
  **HOW TO ADJUST:**
322
-
323
328
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
324
329
  any of these editor plugins.
325
330
  - Ensure the version you install matches the version required by the plugins.
@@ -431,7 +436,6 @@
431
436
 
432
437
  This experiment was only enabled for Confluence and should not have been enabled in other places.
433
438
  If for some reason any of the following props/state/methdos were used please remove them:
434
-
435
439
  - isConsumption
436
440
  - contentMode
437
441
  - initialContentMode
@@ -1747,7 +1751,6 @@
1747
1751
  - [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646)
1748
1752
  [`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make
1749
1753
  feature flags plugin optional in all plugins including:
1750
-
1751
1754
  - analytics
1752
1755
  - base
1753
1756
  - 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.1.2",
4
4
  "description": "Expand plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -40,14 +40,14 @@
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.13.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,7 +65,7 @@
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",
68
+ "@atlaskit/editor-plugin-table": "^15.1.0",
69
69
  "@atlaskit/editor-plugin-type-ahead": "^6.4.0",
70
70
  "@atlaskit/editor-plugin-width": "^7.0.0",
71
71
  "@atlaskit/prosemirror-history": "^0.2.0",