@atlaskit/editor-plugin-expand 7.1.0 → 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 +12 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-expand
2
2
 
3
+ ## 7.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 7.1.0
4
16
 
5
17
  ### Minor Changes
@@ -313,7 +325,6 @@
313
325
  shared context or singletons.
314
326
 
315
327
  **HOW TO ADJUST:**
316
-
317
328
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
318
329
  any of these editor plugins.
319
330
  - Ensure the version you install matches the version required by the plugins.
@@ -425,7 +436,6 @@
425
436
 
426
437
  This experiment was only enabled for Confluence and should not have been enabled in other places.
427
438
  If for some reason any of the following props/state/methdos were used please remove them:
428
-
429
439
  - isConsumption
430
440
  - contentMode
431
441
  - initialContentMode
@@ -1741,7 +1751,6 @@
1741
1751
  - [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646)
1742
1752
  [`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make
1743
1753
  feature flags plugin optional in all plugins including:
1744
-
1745
1754
  - analytics
1746
1755
  - base
1747
1756
  - card
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-expand",
3
- "version": "7.1.0",
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
- "@atlaskit/editor-toolbar": "^0.14.0",
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.6.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",