@atlaskit/editor-plugin-expand 4.1.1 → 4.2.1

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,22 @@
1
1
  # @atlaskit/editor-plugin-expand
2
2
 
3
+ ## 4.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#191913](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/191913)
8
+ [`6d1e56695e91d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d1e56695e91d) -
9
+ EDITOR-1131 Bump adf-schema package to 50.0.0
10
+ - Updated dependencies
11
+
12
+ ## 4.2.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [#189314](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/189314)
17
+ [`22c6251496010`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22c6251496010) -
18
+ Exported missing types that were already being inferred from existing exports
19
+
3
20
  ## 4.1.1
4
21
 
5
22
  ### Patch Changes
@@ -1,2 +1,2 @@
1
- export type { ExpandPlugin, ExpandPluginState, ExpandPluginOptions, InsertMethod } from './types';
1
+ export type { ExpandPlugin, ExpandPluginState, ExpandPluginOptions, InsertMethod, ExpandPluginDependencies, } from './types';
2
2
  export { expandPlugin } from './plugin';
@@ -1,2 +1,2 @@
1
- export type { ExpandPlugin, ExpandPluginState, ExpandPluginOptions, InsertMethod } from './types';
1
+ export type { ExpandPlugin, ExpandPluginState, ExpandPluginOptions, InsertMethod, ExpandPluginDependencies, } from './types';
2
2
  export { expandPlugin } from './plugin';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-expand",
3
- "version": "4.1.1",
3
+ "version": "4.2.1",
4
4
  "description": "Expand plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,8 +32,8 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^49.0.6",
36
- "@atlaskit/button": "^23.2.0",
35
+ "@atlaskit/adf-schema": "^50.0.1",
36
+ "@atlaskit/button": "^23.3.0",
37
37
  "@atlaskit/editor-plugin-analytics": "^3.0.0",
38
38
  "@atlaskit/editor-plugin-decorations": "^3.0.0",
39
39
  "@atlaskit/editor-plugin-editor-disabled": "^3.0.0",
@@ -41,31 +41,31 @@
41
41
  "@atlaskit/editor-plugin-selection": "^3.0.0",
42
42
  "@atlaskit/editor-plugin-selection-marker": "^3.0.0",
43
43
  "@atlaskit/editor-prosemirror": "7.0.0",
44
- "@atlaskit/editor-shared-styles": "^3.4.0",
44
+ "@atlaskit/editor-shared-styles": "^3.5.0",
45
45
  "@atlaskit/editor-tables": "^2.9.0",
46
- "@atlaskit/icon": "^27.3.0",
46
+ "@atlaskit/icon": "^27.7.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
- "@atlaskit/tmp-editor-statsig": "^9.7.0",
49
- "@atlaskit/tokens": "^5.5.0",
50
- "@atlaskit/tooltip": "^20.3.0",
48
+ "@atlaskit/tmp-editor-statsig": "^9.17.0",
49
+ "@atlaskit/tokens": "^5.6.0",
50
+ "@atlaskit/tooltip": "^20.4.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1",
53
53
  "uuid": "^3.1.0",
54
54
  "w3c-keyname": "^2.1.8"
55
55
  },
56
56
  "peerDependencies": {
57
- "@atlaskit/editor-common": "^107.8.0",
57
+ "@atlaskit/editor-common": "^107.12.0",
58
58
  "react": "^18.2.0",
59
59
  "react-dom": "^18.2.0",
60
60
  "react-intl-next": "npm:react-intl@^5.18.1"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@atlaskit/analytics-next": "^11.1.0",
64
- "@atlaskit/editor-plugin-content-insertion": "^3.0.0",
64
+ "@atlaskit/editor-plugin-content-insertion": "^3.1.0",
65
65
  "@atlaskit/editor-plugin-guideline": "^3.0.0",
66
66
  "@atlaskit/editor-plugin-quick-insert": "^3.0.0",
67
- "@atlaskit/editor-plugin-table": "^11.1.0",
68
- "@atlaskit/editor-plugin-type-ahead": "^3.0.0",
67
+ "@atlaskit/editor-plugin-table": "^12.1.0",
68
+ "@atlaskit/editor-plugin-type-ahead": "^3.1.0",
69
69
  "@atlaskit/editor-plugin-width": "^4.0.0",
70
70
  "@testing-library/react": "^13.4.0",
71
71
  "react-test-renderer": "^18.2.0",